html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.titulocabecera {
  font-family: "Sulphur Point", sans-serif;
    font-weight: 700 !important;
    text-decoration: none;
}

.avatar-img.lg {
    width: 90px;
    height: 90px;
}

.avatar-img {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

.rounded-circle {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.btn-eye-pass{
    top:47%;
}
.no-avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #495057;
    border: 1px solid #495057;
    font-weight: normal;
    font-size: 45px;
    background-color: #a887d9;
    /* background: #ecd9da; */
}
#nuevoContacto {
    display:block;
}

.w-col-table{
  width: 11% !important;
}


.btn-check:checked+.btn:after
{
 content: "✓";
padding-left: 1rem;
font-weight: 900;
}