@charset "UTF-8";
/*!
Theme Name: Teuber
Version: 0.1.0
Author: Jairo Burbano
Author URI: jburbano.com
*/ * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0
}

::-moz-selection {
    background: #3A4C54;
    color: #ffffff;
    text-shadow: none
}

::selection {
    background: #3A4C54;
    color: #ffffff;
    text-shadow: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

blockquote, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

b, strong {
    font-weight: bold
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

audio, canvas, img, svg, video {
    vertical-align: middle
}

.wrap {
    margin: auto;
    max-width: 72.5rem;
    padding: 0 20px
}

.decor {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    overflow: hidden
}

    .decor svg {
        width: 900px;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .decor .desk {
        display: none
    }

@media (min-width:740px) {
    .decor {
        top: 0;
        height: 100vh
    }

        .decor .movil {
            display: none
        }

        .decor .desk {
            display: block
        }

            .decor .desk svg {
                width: 100%
            }
}

.decor__inside {
    position: absolute;
    top: 0;
    right: 0
}

.inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #1177d6;
}

@media (min-width:740px) {
    .inside {
        background: #fff
    }
}

.opacidad {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFFFFF));
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px
}

/*@media (min-width:740px) {
    .opacidad {
        display: none !important
    }
}*/

.docform {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .docform:before {
        content: "";
        height: 140px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #1177d6
    }

body, html {
    min-height: 100vh
}

body {
    font-family: "Poppins",sans-serif;
    color: #3A4C54;
    position: relative
}

:focus {
    outline: 0
}

.home {
    background: #F8FCFF
}

.container {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    z-index: 200
}

@media (min-width:740px) {
    .container {
        height: 100vh;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.content {
    width: 100%;
    background: #fff;
    padding: 24px 24px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    max-width: 1024px
}

@media (min-width:980px) {
    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }

        .content .input-group {
            width: auto;
            max-width: 262px;
            margin-right: 24px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .content .title {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%
        }

        .content .btn-send {
            width: 70px;
            position: relative
        }

            .content .btn-send input {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0
            }

            .content .btn-send svg {
                display: block
            }
}

.title {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 32px;
    width: 100%;
    font-weight: bold;
}

.input-group {
    margin-bottom: 18px;
    width: 100%
}

    .input-group.col-2 {
        width: calc(50% - 8px)
    }

    .input-group.input-error {
        position: relative
    }

        .input-group.input-error .icon-error, .input-group.input-error .text-error {
            display: block
        }

        .input-group.input-error .icon-error {
            position: absolute;
            right: 18px;
            bottom: 38px
        }

        .input-group.input-error .text-error {
            line-height: 18px;
            line-height: 1.125rem;
            font-size: 12px;
            font-size: 0.75rem;
            color: #FD6262;
            margin-top: 8px;
            height: 18px
        }

        .input-group.input-error input {
            border-color: #FD6262
        }

    .input-group .icon-error, .input-group .text-error {
        display: none
    }

    .input-group label {
        line-height: 16px;
        line-height: 1rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal;
        margin-bottom: 8px;
        display: block
    }

        .input-group label span {
            font-style: italic
        }

    .input-group input {
        position: relative;
        height: 38px;
        -webkit-box-shadow: 0px 0px 5px rgba(155,178,188,0.1);
        box-shadow: 0px 0px 5px rgba(155,178,188,0.1);
        border-radius: 8px;
        border: 0.5px solid #D8E6EE;
        background: #F8FCFF;
        padding: 12px 40px 12px 16px;
        line-height: 22px;
        line-height: 1.375rem;
        font-size: 14px;
        font-size: 0.875rem;
        color: #6C8794;
        width: 100%
    }

    .input-group .select-group {
    }
        /*
        .input-group .select-group select {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 12px 40px 12px 16px;
            line-height: 22px;
            line-height: 1.375rem;
            font-size: 14px;
            font-size: 0.875rem;
            background: transparent;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            z-index: 200;
            color: #6C8794
        }
        */
        .input-group .select-group .icon {
            position: absolute;
            top: 12px;
            right: 16px
        }

            .input-group .select-group .icon svg {
                display: block
            }

.btn-send {
    background: #fd5b00;
    width: 100%;
    border-radius: 8px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer;
}

    .btn-send input {
        border: 0;
        background: transparent
    }

    .btn-send svg {
        display: none
    }

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

a {
    text-decoration: none;
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

.header {
    padding: 44px 24px 56px;
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
    position: relative;
    background: #1177d6;
}

    .header .result {
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 8px
    }

    .header .btn-main {
        background-color: #8FA8B5;
        line-height: 1.125rem;
        font-size: 0.875rem;
        color: #ffffff;
        height: 34px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 16px;
        border: 0;
        border-radius: 8px;
        position: absolute;
        top: 44px;
        right: 24px;
        font-weight: 600
    }

.logo {
    width: 200px;
    margin: 0 auto 80px;
    display: block;
}

    .logo img {
        width: 100%;
        display: block
    }

.logo__footer {
    margin-top: 16px;
    width: 100%;
    padding-bottom: 80px
}

@media (min-width:740px) {
    .logo__footer {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 0
    }
}

.logo__footer img {
    display: block;
    width: 142px;
    margin: 0 auto
}

.block-result {
    padding: 32px 24px;
    -webkit-box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    border-radius: 32px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative
}

@media (min-width:740px) {
    .block-result {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 0 48px;
        background: transparent;
        border-radius: 0;
        top: -32px
    }
}

.block-result .calendar, .block-result .doctores {
    margin: 0 auto
}

@media (min-width:740px) {
    .block-result .calendar, .block-result .doctores {
        -webkit-box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
        box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
        padding: 32px 24px;
        width: 100%;
        border-radius: 32px;
        background: #fff
    }
}

.block-result .calendar .calendar-content, .block-result .doctores .calendar-content {
    width: 100%;
    max-width: 440px;
    margin: 0 auto
}

.block-result .calendar .sub_title, .block-result .doctores .sub_title {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    color: #3A4C54;
    font-weight: bold;
}

@media (min-width:740px) {
    .block-result .calendar .sub_title, .block-result .doctores .sub_title {
        width: 100%;
        text-align: center
    }
}

@media (min-width:740px) {
    .block-result .block-month {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 0 24px
    }
}

.block-result .block-month .icon {
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F1F6F9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (min-width:740px) {
    .block-result .block-month .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.block-result .block-month .icon.disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.block-result .block-month .icon svg {
    display: block
}

.block-result .tab-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 24px 0;
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    padding: 0 24px
}

@media (min-width:740px) {
    .block-result .tab-month {
        width: 240px;
        overflow: auto;
        margin: 0;
        padding: 0;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.block-result .tab-month .month {
    margin-right: 16px;
    height: 34px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    background: #F1F6F9;
    color: #8FA8B5;
    font-weight: 600;
    border-radius: 17px
}

@media (min-width:740px) {
    .block-result .tab-month .month {
        display: none;
        margin: 0
    }
}

.block-result .tab-month .month:last-of-type {
    margin-right: 0
}

.block-result .tab-month .month.active {
    background: #1177d6;
    color: #ffffff
}

@media (min-width:740px) {
    .block-result .tab-month .month.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.block-result .tab-month::-webkit-scrollbar {
    display: none
}

.block-result .block-day {
    display: none
}

    .block-result .block-day.active {
        display: block
    }

.block-result .block-week {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7,1fr);
    margin-bottom: 4px
}

    .block-result .block-week p {
        width: 44px;
        text-align: center;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 14px;
        line-height: 0.875rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600
    }

.block-result .week-title p {
    color: #8FA8B5
}

.block-result .week-days .day {
    border-radius: 16px;
    cursor: pointer
}

    .block-result .week-days .day.active {
        background: #1177d6;
        color: #ffffff
    }

.block-result .week-days .day-disabled {
    color: #BBCED8;
    cursor: not-allowed
}

.datepicker {
    margin: 20px auto 10px
}

.table-condensed {
    width: 100%
}

    .table-condensed .day, .table-condensed .dow {
        color: #8FA8B5;
        width: 44px;
        text-align: center;
        height: 32px !important;
        line-height: 32px !important;
        font-size: 14px;
        font-weight: 600
    }

    .table-condensed .day {
        color: #3A4C54;
        font-weight: 600
    }

        .table-condensed .day.disabled {
            color: #BBCED8 !important
        }

        .table-condensed .day.active {
            border-radius: 16px !important;
            background: #1177d6 !important;
            color: #ffffff;
        }

            .table-condensed .day.active:before {
                display: none !important
            }

    .table-condensed .picker-switch {
        background: #1177d6 !important;
        border-radius: 17px !important;
        height: 34px !important;
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 600
    }

    .table-condensed .icon-next, .table-condensed .icon-prev {
        background: url("img/chevron-left.svg");
        width: 24px;
        height: 24px;
        display: block
    }

@media (min-width:740px) {
    .table-condensed .icon-next, .table-condensed .icon-prev {
        margin-left: 16px
    }
}

.table-condensed .icon-next {
    background: url("img/chevron-right.svg");
    margin: 0 0 0 auto
}

@media (min-width:740px) {
    .table-condensed .icon-next {
        margin: 0 16px 0 auto
    }
}

.table-condensed .next:hover, .table-condensed .prev:hover {
    background: transparent !important
}

.doctores {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #BBCED8;
    min-height: 500px;
}

    .doctores svg {
        fill: #fd5b00;
    }

@media (min-width:740px) {
    .doctores {
        border-top: 0;
        margin-top: 24px !important;
        padding: 46px
    }
}

.doctores .title-result {
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #6C8794;
    margin-bottom: 24px
}

@media (min-width:740px) {
    .doctores .title-result {
        width: 100%;
        text-align: center
    }
}

.doctores .doc-item {
    background: #F1F6F9;
    border-radius: 24px;
    padding: 16px 24px;
    margin-bottom: 24px;
}

    .doctores .doc-item p {
        padding-bottom: 20px;
    }

@media (min-width:740px) {
    .doctores .doc-item {
        border-bottom: 1px solid rgba(187,206,216,0.5);
        background: #fff;
        border-radius: 0
    }
}

.doctores .doc-item:last-of-type {
    margin-bottom: 0
}

@media (min-width:740px) {
    .doctores .doc-item:last-of-type {
        border-bottom: 0
    }
}

.doctores .doc-item .doc-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer
}

    .doctores .doc-item .doc-data .doc-media {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 16px
    }

        .doctores .doc-item .doc-data .doc-media img {
            display: block;
            width: 100%;
            height: 100%
        }

    .doctores .doc-item .doc-data .doc-text {
        line-height: 14px;
        line-height: 0.875rem;
        font-size: 14px;
        font-size: 0.875rem;
        color: #6C8794
    }

        .doctores .doc-item .doc-data .doc-text h3 {
            line-height: 16px;
            line-height: 1rem;
            font-size: 14px;
            font-size: 0.875rem;
            color: #3A4C54;
            margin-bottom: 4px
        }

.doctores .doc-item .doc-horas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: scroll;
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    padding: 0 24px;
    /*-ms-overflow-style: none;
    scrollbar-width: none*/
}

/*.doctores .doc-item .doc-horas::-webkit-scrollbar {
        display: none
    }*/

@media (min-width:740px) {
    .doctores .doc-item .doc-horas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        overflow: auto;
        width: 100%;
        padding: 0;
        left: 0
    }
}

.doctores .doc-item .doc-horas .hora-item {
    padding: 8px 16px;
    line-height: 14px;
    line-height: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6C8794;
    background: #D8E6EE;
    border-radius: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

@media (min-width:740px) {
    .doctores .doc-item .doc-horas .hora-item {
        background: #F1F6F9;
        color: #8FA8B5
    }
}

.doctores .doc-item .doc-horas .hora-item:last-of-type {
    margin-right: 0
}

.doctores .doc-item .doc-horas .hora-item.active {
    background: #1177d6;
    color: #ffffff
}

.modales {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: none;
    z-index: 9999;
}

    .modales:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-color: #1177d6;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .modales .modal-content {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 200;
        background: #fff;
        -webkit-box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
        box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
        border-radius: 32px;
        padding: 40px 25px;
        max-width: 400px
    }

    .modales .modal-close {
        position: absolute;
        top: 24px;
        right: 24px;
        z-index: 400
    }

    .modales .modal-decor {
        position: absolute;
        top: 0;
        right: 0
    }

    .modales .modal-center {
        position: relative;
        z-index: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 48px;
        text-align: center
    }

        .modales .modal-center h3 {
            line-height: 27px;
            line-height: 1.6875rem;
            font-size: 18px;
            font-size: 1.125rem;
            margin-bottom: 8px
        }

    .modales .modal-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 24px
    }

        .modales .modal-img img {
            display: block;
            width: 100%;
            height: 100%
        }

    .modales .modal-nombre {
        line-height: 27px;
        line-height: 1.6875rem;
        font-size: 18px;
        font-size: 1.125rem;
        color: #3A4C54;
        margin-bottom: 8px
    }

.modal-doctor .modal-content .modal-numero {
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 12px;
    font-size: 0.75rem;
    color: #8FA8B5;
    font-weight: 600;
    text-transform: uppercase
}

.modal-doctor .modal-content .modal-title {
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    color: #6C8794
}

.modal-doctor .modal-content .modal-pills {
    margin-bottom: 24px
}

.modal-doctor .modal-content .pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .modal-doctor .modal-content .pills .pills-item {
        background: #F1F6F9;
        padding: 4px 8px;
        border-radius: 8px;
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #536C77;
        margin-right: 8px
    }

        .modal-doctor .modal-content .pills .pills-item:last-of-type {
            margin-right: 0
        }

.modal-doctor .modal-content .modal-valor .modal-title {
    margin-bottom: 8px
}

.modal-doctor .modal-content .modal-valor .valor {
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #3A4C54;
    font-weight: 600;
    margin-bottom: 8px
}

.modal-doctor .modal-content .modal-valor span {
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 12px;
    font-size: 0.75rem;
    color: #6C8794;
    display: block
}

.modal-editar .modal-form .title {
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 18px;
    font-size: 1.125rem
}


.modal-mensaje .modal-content {
    max-width: 600px;
}

.modal-mensaje .modal-data {
    margin: 0 auto 30px;
    text-align: center;
}

.modal-mensaje .modal-center .icon {
    width: 120px;
    height: 120px;
    margin-top: 24px;
    margin-bottom: 24px
}

    .modal-mensaje .modal-center .icon svg {
        display: block
    }

.modal-mensaje .buttons {
    justify-content: center;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .buttons .btn-send {
        width: calc(50% - 20px)
    }

    .buttons .btn-close {
        background: #8fa8b4;
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 38px;
        line-height: 19px;
        line-height: 1.1875rem;
        font-size: 16px;
        font-size: 1rem;
        color: #ffffff;
        border: 0;
        width: calc(50% - 8px)
    }

    .buttons a {
        text-decoration: none !important;
        color: #ffffff !important;
    }

.modal-reserva .modal-nombre {
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 18px;
    font-size: 1.125rem
}

.modal-reserva .modal-data {
    margin-bottom: 36px
}

    .modal-reserva .modal-data .data-item {
        line-height: 21px;
        line-height: 1.3125rem;
        font-size: 14px;
        font-size: 0.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px
    }

        .modal-reserva .modal-data .data-item:last-of-type {
            margin-bottom: 0
        }

        .modal-reserva .modal-data .data-item p {
            color: #3A4C54
        }

            .modal-reserva .modal-data .data-item p:last-of-type {
                font-weight: 600
            }

.form-content {
    padding: 30px 24px;
    background: #fff;
    /*border-top-left-radius: 32px;
    border-top-right-radius: 32px;*/
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    z-index: 300;
    -webkit-box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    box-shadow: 0px 4px 16px rgba(177,197,206,0.4);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 32px;
    margin-bottom: 30px;
}

    /*@media (min-width:740px) {
    .form-content {
        margin-bottom: 30px;
        border-radius: 32px
    }
}*/

    .form-content .doctor-decor {
        position: absolute;
        top: 0;
        right: 0
    }

    .form-content .form-container {
        width: 100%;
        /*max-width: 440px;*/
        margin: 0 auto
    }

    .form-content .doctor {
        border-bottom: 1px solid rgba(187,206,216,0.5);
        margin-bottom: 24px;
        padding: 0 0 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 200
    }

        .form-content .doctor .doctor-media {
            width: 60px;
            height: 60px;
            margin-right: 16px;
            border-radius: 50%;
            overflow: hidden;
        }

            .form-content .doctor .doctor-media img {
                width: 100%;
                height: 100%;
                display: block
            }

        .form-content .doctor .doctor-text {
            line-height: 21px;
            line-height: 1.3125rem;
            font-size: 14px;
            font-size: 0.875rem;
            color: #6C8794
        }

            .form-content .doctor .doctor-text .doctor-fecha {
                line-height: 24px;
                line-height: 1.5rem;
                font-size: 16px;
                font-size: 1rem;
                color: #3A4C54;
                font-weight: 700
            }

            .form-content .doctor .doctor-text .doctor-nombre {
                font-weight: 600
            }

    .form-content .title {
        line-height: 24px;
        line-height: 1.5rem;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        font-weight: 700;
        margin-bottom: 24px
    }

.result-reserva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3A4C54;
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center
}

    .result-reserva .icon {
        width: 120px;
        height: 120px;
        margin: 10px auto 10px;
    }

        .result-reserva .icon svg {
            display: block
        }

    .result-reserva h2 {
        line-height: 27px;
        line-height: 1.6875rem;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 8px
    }

    .result-reserva .detalles {
        margin: 36px auto;
        background: #F1F6F9;
        padding: 24px;
        width: 100%;
        border-radius: 32px;
        text-align: left
    }

        .result-reserva .detalles h3 {
            line-height: 24px;
            line-height: 1.5rem;
            font-size: 16px;
            font-size: 1rem;
            color: #8FA8B5;
            font-weight: 600;
            margin-bottom: 24px
        }

        .result-reserva .detalles .detalle-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #536C77;
            margin-bottom: 8px
        }

            .result-reserva .detalles .detalle-item:last-of-type {
                margin-bottom: 0
            }

            .result-reserva .detalles .detalle-item p:last-of-type {
                font-weight: 600
            }

    .result-reserva .detalle-texto {
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #6C8794
    }

        .result-reserva .detalle-texto p {
            display: block;
            margin-bottom: 24px
        }

        .result-reserva .detalle-texto a {
            display: block;
            font-weight: 600;
            color: #6C8794
        }

            .result-reserva .detalle-texto a:last-of-type {
                margin-bottom: 24px
            }

    .result-reserva .buttons {
        width: 100%
    }

.block-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 9999;
}

    .block-loader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-color: #1177d6;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

.loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 10px solid;
    border-color: rgba(255,255,255,0.2) rgba(255,255,255,0.2) #fff #fff;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}

    .loader:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 8px solid;
        border-color: rgba(255,255,255,0.2) rgba(255,255,255,0.2) #fd5b00;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        -webkit-animation: rotationBack 0.5s linear infinite;
        animation: rotationBack 0.5s linear infinite;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.loader-text {
    color: #ffffff;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    z-index: 9999;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: 110px;
}

.alignleft, .left {
    float: left
}

.alignright, .right {
    float: right
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

@media (max-width: 600px) {
    .logo {
        margin: 20px auto 20px;
    }

    .container {
        padding-top: 10px;
    }

    .header {
        padding: 14px 24px 26px;
    }

        .header .btn-main {
            bottom: 10px;
            top: auto;
        }
}


.bootstrap-select > .dropdown-toggle {
    width: 100%;
    position: relative;
    height: 38px;
    -webkit-box-shadow: 0px 0px 5px rgba(155,178,188,0.1);
    box-shadow: 0px 0px 5px rgba(155,178,188,0.1);
    border-radius: 8px;
    border: 0.5px solid #D8E6EE;
    background: #F8FCFF
}


body.loading .block-loader {
    display: block;
}

.no-existencia {
    font-size: 20px;
    font-weight: bold;
}


::-webkit-scrollbar {
    width: 0px;
}

.dropdown-menu.inner::-webkit-scrollbar {
    width: 25px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

/*colores imagenes SVG*/
.azul1 {
    fill: #1177d6;
}

.azul2 {
    fill: #1177d6;
    /*opacity: 0.8;*/
}

/*mis citas*/
.titulo {
    position: absolute;
    top: 0;
    opacity: 0.4;
    background-color: #1177d6;
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding: 15px 24px;
    left: 0px;
    color: #ffffff;
}

.row {
    margin: 10px;
}

.cita {
    margin-top: 30px;
    min-height: 300px;
}

.myDates {
    margin-top: 30px;
    width: 100%;
}

@media (max-width:740px) {
    .btn-refresh {
        width: 70px !important;
    }

        .btn-refresh input {
            display: none !important;
        }

        .btn-refresh svg {
            display: block !important;
        }

    .btn-finalizar {
        width: 70px !important;
    }

        .btn-finalizar input {
            display: none !important;
        }

        .btn-finalizar svg {
            display: block !important;
        }
}

.buttons-top {
    width: calc(25% - 20px);
    z-index: 251;
    margin-right: 15px;
    display: none;
}

.btn-refresh {
    float: left;
    width: 100%;
    background: #8fa8b4;
    border-radius: 8px;
    justify-content: center;
    height: 38px;
    line-height: 1.1875rem;
    color: #ffffff;
    border: 0;
    margin-right: 20px;
    z-index: 250;
    margin-bottom: 5px;
}

    .btn-refresh input {
        width: 100%;
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 1.1em;
        display: block;
        padding: 13px;
    }

    .btn-refresh svg {
        display: none;
        width: 35px;
        margin: 5px 18px;
    }

.btn-finalizar {
    float: left;
    background: #fd5b00;
    width: 100%;
    border-radius: 8px;
    justify-content: center;
    height: 38px;
    line-height: 1.1875rem;
    color: #ffffff;
    border: 0;
    margin-right: 20px;
    z-index: 250;
    margin-bottom: 5px;
}

    .btn-finalizar input {
        width: 100%;
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 1.1em;
        display: block;
        padding: 13px;
    }

    .btn-finalizar svg {
        display: none;
        width: 35px;
        margin: 10px 18px;
    }

.dataPaciente {
    width: 75%;
    z-index: 250;
    color: #ffffff;
    padding: 10px 20px;
}

    .dataPaciente h4 {
        font-weight: bold;
        text-transform: uppercase;
    }

.refresh {
    width: 20%;
}

.dictionary {
    flex: 1;
    margin: 5px;
    display: none;
    margin-top: 30px;
}

.has-error input {
    border-color: #a94442;
}

.doctor-valor-ant {
    color: #c5c5c5;
    text-decoration: line-through;
}
