* {
    font-family: Ubuntu, sans-serif;
}

/* MENU START */

.nav {
    background: #B20E11;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.nav > a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.line {
    width: 0px;
    height: 44px;
    border: 1px solid #FFFFFF;
}

span.subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    position: relative;
    top: 4px;
}

a > img {
    height: 55px;
}

.logout {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #B20E11;
    background: #FFFFFF;
    border-radius: 21px;
    padding: 2px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 750px) {
    .nav {
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .nav > a {
        margin-left: 5px !important;
        padding-left: 0px !important;
    }

    .logout {
        margin-top: 10px;
    }
}

/* MENU END */

/* SLIDER START */

.image p.text {
    color: #FFF;
    position: absolute;
    left: 55%;
    top: 20%;
    width: 37%;
}

/* SLIDER END */

/* SUB BANNERS START */

.subbanners {
    background-color: #F5F5F5;
}

.subbanners > .columns .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subbanners > .columns .column .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #5C5C5C;
    width: 222px;
    margin-top: 25px;
    height: 28px;
}

.subbanners > .columns .column .period-text {
    margin-top: 38px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #5C5C5C;
}

.subbanners > .columns .column .image {
    height: 115px;
}

.subbanners > .columns .column a.accessButton {
    color: #FFF;
    background-color: #909DBC;
    padding: 5px 30px;
    margin-top: 10px;
    border-radius: 23px;
    text-transform: uppercase;
    transition: .3s ease all;
    border: 1px solid #909DBC;
}

.subbanners > .columns .column a.accessButton:hover {
    color: #909DBC;
    background-color: transparent;
}

/* SUB BANNERS END */

/* TEXTS START */

.text-container .box .columns {
    display: flex;
}

.text-container .box:nth-child(odd) .columns {
    flex-direction: row;
}

.text-container .box:nth-child(even) .columns {
    flex-direction: row-reverse;
}

.text-container .columns .text-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #5C5C5C;
}

.text-container .columns .doctor {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5C5C5C;
    margin-top: 30px;
}

.text-container .columns .location {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #5C5C5C;
}

.text-container .columns .text-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .text-container .box .columns {
        flex-direction: column !important;
    }
}

/* TEXTS END */

/* FOOTER START */

.info {
    background-color: #F5F5F5;
}

.copy {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

/* FOOTER END */