body {
    font-family: 'Montserrat', sans-serif !important;
    color: #4C4C4C;
}

.min-height {
    min-height: 100vh !important;
}

h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 16px !important;
}

h4 {
    font-size: 1.25rem !important;
}

p,
a,
label,
th,
input,
select,
::placeholder {
    font-size: 12px !important;
}

h4,
p {
    line-height: 14px !important;
}

h5 {
    font-size: 0.75rem !important;
}

.modal-header h5 {
    color: #00B3B9 !important;
    font-size: 1.2rem !important;
    font-weight: bold;
}

.texto-blanco {
    color: #ffffff !important;
}

footer.footer {
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
}

.texto-cortado {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fondo-azul-bupa {
    background: #0279C8;
    color: #fff;
}

.boton-default,
.boton-primary {
    font-size: 13px;
}

.boton-default {
    background: #fff;
    border: 1px solid #0279C8;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600;
    width: 327px !important;
    display: block;
}

.boton-default:hover {
    background: #C60B7E;
    transition: .15s ease all;
}

.boton-primary {
    background: #0279C8;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600;
    width: 327px !important;
    display: block;
}

.boton-primary:hover {
    background: #C60B7E;
    transition: .15s ease all;
}

.boton-primary,
.boton-primary:hover,
.boton-default:hover {
    color: #fff !important;
    text-decoration: none;
}

.version-login {
    top: calc(100vh - 20px);
    margin-right: 0px;
    margin-bottom: 10px !important;
    right: 50%;
    bottom: 0 !important;
    float: right;
    position: absolute;
    text-align: center;
}

nav.navbar {
    background: #0279C8;
    color: #fff;
}

nav.navbar,
nav a {
    font-size: 14px !important;
}

nav a {
    color: #fff;
}

nav li.active {
    font-weight: bold;
}

.margin-up {
    margin-top: 24px;
}

.margin-down {
    margin-bottom: 24px;
}

span.badge-bupa-publico,
span.badge-bupa-privado {
    font-size: 12px !important;
    border-radius: 8px;
    padding: 3px 8px;
}

span.badge-bupa-privado {
    color: #C60B7E;
    border: 1px solid #C60B7E;
    background: #F7DAEC;
}

span.badge-bupa-publico {
    color: #0279C8;
    border: 1px solid #0279C8;
    background: #D9EBF7;
}

h4.modal-title {
    color: #0079C8;
}

.select-color {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border-color: transparent;
    padding: 6px 11px;
    margin-right: 10px;
}

.select-color:hover,
.select-color.active {
    border: 5px solid !important;
    -webkit-box-shadow: 0px 10px 17px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 17px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 17px -10px rgba(0, 0, 0, 0.75);
    transition: .15s ease all;
}

.modal-header {
    border-bottom: 1px solid transparent !important;
}

.modal-footer {
    border-top: 1px solid transparent !important;
}

.link-bupa {
    color: #0279C8!important;
    font-weight: 600;
}
.link-bupa img{
    margin-right: 5px;
}