h1 {
    font-size: 2rem;
}

h3 {
    font-size: 1.25rem;
}

h2, h3 {
    margin: 20px auto;
}

.hidden {
    display: none !important;
}


.container {
    /*max-width: 600px;*/
}

.steps {
    /*position: fixed;*/
    /*bottom: 50px;*/
    /*left: 0;*/
    /*width: 100%;*/
}

.steps .step {
    display: block;
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.steps .step.completed {
    cursor: pointer;
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 34px;
    line-height: 71px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0da9ef;
}

.steps .step.completed .step-icon {
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #fff
}

@media (max-width: 576px) {
    .steps .step .step-icon-wrap {
        height: 50px;
    }

    .steps .step .step-icon {
        height: 50px;
        width: 50px;
        line-height: 51px;
        font-size: 28px;
    }
}

.form-group {
    margin: 5px auto;
    max-width: 350px;
}

.jumbotron {
    padding: 1.5rem 1rem !important;
}

.list-pacientes {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.calendar {
    width: 100%;
    max-height: 550px;
    max-width: 800px;
}

@media (max-width: 427px) {
    .calendar {
        min-height: 480px;
    }
}

.fc-toolbar-title {
    font-size: 1.10rem !important;
    text-align: center;
}

.horarios {
    margin: 50px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.horarios span {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0.25rem !important;
    line-height: 1.1rem;
    font-size: 0.9rem;
}

.horarios span:hover {
    background: #28a745;
}

.fc-toolbar-title {
    text-transform: uppercase;
}

.fc-daygrid-event {
    cursor: pointer;
    text-align: center;
}

.fc-daygrid-event:hover {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
}

.option-paciente {
    background-color: #0da9ef;
    padding: 10px;
    border-radius: 2px;
    color: white;
    margin: 3px;
}

.option-paciente:hover {
    background-color: #28a745 !important;
}

.wrap-center {
    /*min-height: calc(100vh - 80px);*/
    height: auto;
    /*margin: 0 auto -60px;*/
    /*padding: 0 0 60px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.turno-create {
    /*margin-bottom: 60px;*/
}

.header {
    padding: 10px 0px;
    display: flex;
    justify-content: center;
}

.header > img {
    max-height: 100%;
}