
.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;
}
.pat {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
    border-bottom: #999999 1px solid;
    align-content: center;
}

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