html, body {
  height: 100%;
  margin: 0;
  /*font-family: "Raleway", sans-serif;
  color: #000;
  font-weight: 600;*/
}
.content {
  min-height: calc(100% - 500px);
}
.logo{
    max-width: 200px;
    width: 100%;
}
.color-h{
    color: #a7cb00 !important;
}
.link {
    color: #a7cb00 !important;
    cursor: pointer;
}
.active{
    color: #a7cb00 !important;
}
.mb-55 {
    margin-bottom: 28px;
}

.strong {
    font-weight: bold;
}
.btn-default {
    background-color: #a7cb00;
    color: #fff;
    border-color: #a7cb00;
    padding: 10px 20px;
}
.fa.fa-asterisk.text-danger, .fa.fa-asterisk.text-warning {
    font-size: 9px;
}
.fa.fa-user.login {
    font-size: 16px;
}
.msn-bienvenida {
    color: #777777;
    font-size: 25px;
    line-height: 110%;
}
.onlyMobile {
    display: none;
}
.img-login {
    width: 100%;
    padding-top: 45px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color:#a7cb00 !important;
}
#conceptos .nav-link {
    color: #000 !important;
}
#conceptos .nav-link.active {
    color: #fff !important;
}
.cont-foto-perfil {
    height: auto;
    margin-bottom: 30px;
}
div.avatar {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: cover;
    border: solid 2px
    #ccc;
    padding: 3px;
}
div.custom-input-file input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden !important;
}
.hide {
  display: none;
}

.form-select .nice-select {
    padding-left: 10px;
    border: solid 1px #ddd;
    background: #fff !important;
    border-radius: 5px;
}
.form-select .nice-select .list {
    border: solid 1px #ddd !important;
    max-height: 300px;
    overflow: auto;
}
.block-section {
    margin: 10px 15px;
}

.rating-center {
  margin: 0 0 0 -18px;
  width: 160px;
  height: 30px;
}
.rating {
    width: 100%;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 2em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: url('../../assets/img/icon/p_0_15_x.png');
    position: absolute;
    left: -25;
    padding-top: 3px;
    color: #FFD700;
}

.disabled {
    opacity: .5;
}
#etiqueta_edad {
    font-size: 20px;
    color: #a7cb00;
    font-weight: bold;
}