@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.data {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
}

.divider-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main {
    /*background: #f8f8f8;*/
    position: relative;
    margin-bottom: 50px;
}

.big-form {
    box-shadow: 0px 0px 10px #ccc !important;
    border: 0 !important;
    padding: 20px 15px !important;
}

.big-form-iphone {
    box-shadow: 0px 0px 10px #ccc !important;
    border: 0 !important;
    padding: 0 !important;
}

.tit-claro {
    font-size: 18px;
    background: #f4f4f4;
    padding: 10px 0;
    margin: 0;
}

.tit-escuro {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;

}

.small {
    margin-top: 5px;
    display: block;
    padding: 10px;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
    padding-top:200px
}

.mtop {
    margin-top: 15px;
}

.sidebar {
    /*background: #e5e5e5;*/
    height: auto !important;
}

.content {
    padding-left: 30px;
    /*height: 400px;*/
}

.unidades-list {
    margin: 0;
    padding: 0;
}

.unidades-list li {
    list-style: none;
    display: inline-block;
}

.unidades-list li .col-md-4 {
    margin-left: 0;
    padding-left: 0;
}

.item-list-unidade {
    margin-right: 10px;
    margin-top: 20px;
    height: 120px;
    width: 300px;
}

.unidade-img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.unidades-container {
    /*overflow-y: auto;*/

    /*height: 300px;*/
    margin-bottom: 40px;
}

.steps {
    margin: 0;
    padding-left: 0;
    padding-top: 15px;
    display: table;
    width: 100%;
    list-style: none;

}

.steps-holder {

    width: 100%;
    background: url(../../img/linha.png);
    background-position: center;
    background-repeat: repeat-x;
    margin-bottom: 10px;
}

/*
.steps-item:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -10;
}*/

.medicos-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.medicos-list li {
    width: 100%;
    display: block;
}

.steps-item.done a {
    background: #25bb41;
}

.steps-item.done p {
    color: #25bb41;
}

.steps-item.active a {
    background: #337ab7;
}

.steps-item.active p {
    color: #337ab7;
}

.steps-item {
    list-style: none;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 23%;
}

/*.steps-item{  color:#888; display: table-cell;
text-align: center; vertical-align: middle;}*/

.steps-item p {
    display: block;
    margin-bottom: 0px !important;
    width: 100px;
    margin: 10px auto;
    font-weight: 600;
    color: #337ab7
}

.steps-item a {
    width: 50px;
    height: 50px;
    background-color: #888;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 100%;
    display: inline-block;

}

.anim {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.steps li:last-child {
    margin-right: 0 !important;
}

.medicos-list-item {
    margin-top: 10px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.23);
    background: #fff;
    padding: 15px;
    width: 100%;
}

.unidades-list-item {
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.23);
    margin: 4px;
    padding: 10px;
    padding-top: 0;
    height: 175px;
}

.medicos-list li {
}

.medicos-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 20px;
}

.vagas-unidade {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #286090;
    color: #286090;
    width: 80px;
    padding: 5px;
    font-size: 14px;
    margin-right: 15px;
}

.vagas-unidade:hover {
    background: #286090;
    color: #fff;
}

.hora-item {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #286090;
    color: #286090;
    width: 80px;
    padding: 5px;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 5px;
}

.hora-item:hover {
    background: #286090;
    color: #fff;
}

.medicos-img {
    margin: 15px auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.of-y {
    /*overflow-y: auto;*/
    /*height: 390px;*/
}

/*@media screen and (max-width: 1336px), screen and (max-height: 768px){}*/

.form-passo1 {
    max-width: 700px;
    margin: 40px auto 0;
}

.form-passo1 {
    max-width: 775px;
    min-height: 150px;
    /*margin: 70px auto 0;*/
    margin-top: 0px !important;

    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 544px) {
    body{
        padding: 15px;
    }
    .form-passo1 {
        max-width:100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .content {
        padding-left: 0;
    }

    .hora-item {
        MARGIN-RIGHT: 0PX;
    }

    .medicos-img {
        width: 80px;
        height: 80px;
    }

    .unidades-list li {
        list-style: none;
        display: inline-block;
        width: 100% !important;
        border-bottom: 1px solid #999;
        padding-bottom: 15px;

    }

    .content {
        margin-left: 0;
        height: auto
    }

    .unidades-container {
        /*overflow-y: auto;*/
        height: auto;
    }

    .sidebar {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        height: auto;
    }

    .form-passo1 {
        margin: 20px auto;
        padding: 0 35px;
    }

    .col-xs-4 {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }

    .unidade-img {
        border-radius: 100%;
        width: 80px;
        height: 80px;
        margin-top: 15px;
    }

    .item-list-unidade {
        margin-right: 10px;
        margin-top: 10px;
        height: 120px;
        width: 260px;
    }

}

#datepicker {
    min-height: 200px;
}

/* form */

.form-group input[type="radio"], .form .form-group input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    padding: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .2s ease-out;
}

.form .form-group input[type="radio"]::before, .form .form-group input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: inherit;
    transition: opacity .2s ease-out;
}

.form-group input[type="radio"] {
    border-radius: 50%;
}

.sexo .col-md-6 {

}

.form-group input[type="radio"]::before, .form .form-group input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: inherit;
    transition: opacity .2s ease-out;
}

.form-group input[type="radio"]:checked::before, .form .form-group input[type="checkbox"]:checked::before {
    opacity: 1;
}

.feegow-options input[type='radio'] {
    display: none;
    position: relative;
}

body {
    min-height: 0 !important;
    height: 100%;
    background-color: #fff;
}

.error-radio {
    border-color: #e67d6c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: rgba(320, 125, 108, 0.05) !important;
}

.powered {
    padding: 20px;
    border-top: 1px solid #d4d9de;
    margin-top: 25px;
    clear: both;
}

.unidades-list-item {
    background-color: #fff;
}

.unidades-img {
    margin: 15px auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    border: 1px solid #5BD8D0;
}

.msg-contato {
    height:0;
    position: relative;
    bottom: 200px;
}


#agendamento-online, #agendamento-online-escolha-acao{
    padding:0;
}

.sidebar{
    /*background-color: #EBEBEB;*/
}

.content{
    /*background-color: #F8F8F8;*/
}


.tit-claro,.tit-escuro{
    font-size: 18px;
    /*border:0;*/
    background-color: transparent;
    color: grey;
}

.titulo{
padding-bottom: 70px;
    
}

.textmain{padding-bottom:70px}