
.lnk:link {
    color: #29c3ec;
}

.lnk:hover {
    text-decoration: underline;
}

.btn-lnk:hover {
    text-decoration: none !important;
}

.frm-default {
    display: block;
    width: 100%;
    height: 38px;
    /*padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;*/
    border-radius: 0rem;
}

.leyenda {
    font-size: 0.9rem;
    font-weight: 600;
    color: #585858;
}

.redes {
    float: right;
}

footer .dire {
    display: flex; 
    flex-direction: column;
    align-items: center;
  }


.text-primary { color: #001c46 !important; }
small { font-size: 90% !important; }

.contenedor .formulario .menu ul{
        min-height: 50vh;
}
@media (max-width: 650px) {
    .contenedor .formulario .menu ul {
        min-height: 0vh;
    }
}

.form-medicos {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.custom-control-input:checked~.custom-control-label::before{
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: inherit;
}
/*.custom-control-label::after {display: none;}*/
.label-medico{
    cursor: pointer;
}