*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 14px;
  color: #757575; }
  @media screen and (min-width: 600px) {
    html html {
      font-size: 16px; } }

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

a {
  text-decoration: none;
  cursor: pointer; }

ul {
  list-style: none; }

code {
  word-break: break-all; }

.d-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.link-secondary {
  font-size: 20px;
  color: #707070;
}
.link-secondary:hover {
  text-decoration: none;
  color: #707070;
}

.d-login-background {
  /*background-image: url(../img/fondo_login.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  position: relative; }

.d-login-menu {
  background-color: #006600;
  padding: 7px 0;
  color: #fff;
}
.d-login-menu nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .d-login-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .d-login-menu img {
    margin: 0;
  }
}

.d-login-principal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .d-login-principal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}


.d-login-logo {
  display: block;
  height: 5em;
  width: 10em;
  margin: 0em auto; }
  /*margin: 1em auto; }*/
  @media screen and (min-width: 576px) {
    .d-login-logo {
      margin: 0em 0; } }
      /*margin: 5em 0 1em; } }*/
  @media screen and (min-width: 992px) {
    .d-login-logo {
      margin-left: 80px; } }
  @media screen and (min-width: 1200px) {
    .d-login-logo {
      margin-left: 100px; } }
  @media screen and (min-width: 1400px) {
    .d-login-logo {
      margin-left: 0; } }

.d-login-title {
  text-align: center;
  color: #757575;
  margin-bottom: 0.7em;
  font-size: 32px;
  color: #006600;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .d-login-title {
    font-size: 36px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .d-login-title {
    width: 400px;
    margin-top: 0;
    margin-left: 80px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .d-login-title {
    font-size: 42px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .d-login-title {
    margin-left: 0;
    font-size: 50px;
  }
}

.d-login-card {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  margin-bottom: 1em;
}
.d-login-card:hover > .d-login-card-item {
  opacity: 0.4;
  -webkit-filter: saturate(0.1);
  filter: saturate(0.1);
}
.d-login-card:hover > .d-login-card-item:hover {
  opacity: 1;
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
@media screen and (min-width: 600px) {
  .d-login-card {
    width: auto;
    margin-top: 2em;
  }
}
@media screen and (min-width: 992px) {
  .d-login-card {
    width: 330px;
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .d-login-card {
    width: 394px;
    margin-top: 2.8em;
  }
}
@media screen and (min-width: 1440px) {
  .d-login-card {
    margin-top: 5em;
  }
}
.d-login-card .d-login-card-item {
  display: inline-block;
  position: relative;
  margin-bottom: 2em;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2em 4.5em;
}
@media screen and (min-width: 992px) {
  .d-login-card .d-login-card-item {
    padding: 2em 4.5em;
  }
}
.d-login-card .d-login-card-item:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.d-login-card .d-login-card-content {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.4em 1.3em;
  font-size: 18px;
  background-color: red;
  color: #fff;
  border-radius: 6px 0 0 0;
}
.d-login-card .d-login-card-title {
  font-weight: 600;
  font-size: 18px;
  padding: 0.8em 0;
}

.d-browser {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .d-browser .icon-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .d-browser .svg-icon.medium {
    height: 2.5em;
    width: 2.5em; }
  .d-browser .icon-browser {
    margin-left: -5px; }

/*.btn{
        background-color: $color-base;
        border-color: $color-base;
        color: $color-text-light;
        &:hover{
            background-color: darken($color-base, 8);
        }
        &:active{
            background-color: darken($color-base, 8);
    }}*/

.aviso-body {
  background-color: #F6F6F7;
}

.aviso-item {
  padding: 1.8em 1.5em 1em;
  border-bottom: 2px solid #fff;
  text-align: center;
  color: #707070;
}
@media screen and (min-width: 576px) {
  .aviso-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.aviso-item .aviso-data {
  margin-left: 1em;
}
.aviso-item h5 {
  color: #006600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .aviso-item h5 {
    margin-top: 0;
  }
}
.aviso-item p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.aviso-item ul {
  list-style: decimal;
  margin-left: 1.2em;
  margin-bottom: 0.5em;
}
.aviso-item li {
  padding-bottom: 0.3em;
  line-height: 1.2;
  text-align: left;
}
.aviso-item em {
  font-size: 12px;
}

.modal-title {
  color: #004370;
}

.modals-text {
  color: #707070;
  padding: 1em;
  line-height: 1.2;
}
.modals-text h5 {
  margin-bottom: 1em;
  font-size: 16px;
}
.modals-text p {
  margin-bottom: 0.5em;
}

.modal {
  color: #757575; }

.btn-primary {
  background-color: #006600;
  border-color: #006600; }
  .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #d33e16;
    border-color: #d33e16; }
  .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #d33e16;
    border-color: #d33e16;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 89, 50, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(234, 89, 50, 0.5); }

.btn-outline-primary {
  color: #006600;
  border-color: #006600; }
  .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #d33e16;
    border-color: #d33e16;
    color: #fff; }
  .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #d33e16;
    border-color: #d33e16;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 89, 50, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(234, 89, 50, 0.5); }


.d-login-buscador {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .d-login-buscador {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .d-login-buscador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .d-login-buscador {
    margin: 0;
  }
}
.d-login-buscador .form-group {
  margin-bottom: 0;
}
.d-login-buscador .form-control:focus {
  border-color: #cc10b4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 235, 0.25);
}
.d-login-buscador p {
  text-align: center;
  margin: 10px 0;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .d-login-buscador p {
    margin: 0;
    margin-right: 10px;
    text-align: right;
  }
}

.d-input-search {
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  /* font-size: 16px; */
  /* background-color: white; */
  background-image: url(../img/Icon-search.png);
  background-position: 10px 8px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 10px 15px 10px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  margin-right: 0rem !important;
}
@media screen and (min-width: 768px) {
  .d-input-search {
    min-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .d-input-search {
    min-width: 300px;
  }
}

.d-login-buscador-chip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border: 0;
  border-radius: 0.5em;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .d-login-buscador-chip {
    margin-bottom: 0;
  }
}
.d-login-buscador-chip button:focus {
  outline: none;
}

.d-chip-text {
  font-size: 13px;
}

.d-chip-close {
  border: none;
  margin-left: 0.5em;
  color: #707070;
}

.d-barra-retorno {
  padding: 1em 0;
  color: #fff;
  background-color: #570227;
}
.d-barra-retorno a {
  color: #fff;
}

.link {
  text-decoration: none;
  color: #707070;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .link {
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 992px) {
  .link {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .link {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .link {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.link-principal {
  color: #707070;
  /*line-height: 1.2;*/
}
.link-principal::after {
  content: "|";
  margin: 0 0.5em;
}
@media screen and (min-width: 992px) {
  .link-principal::after {
    margin: 0 1em;
  }
}
.link-principal:hover {
  text-decoration: none;
  color: #707070;
  font-weight: 500;
  font-style: italic;
}

/*.d-table-formatos {
  min-width: 550px;
}
@media screen and (min-width: 992px) {
  .d-table-formatos {
    width: 100%;
  }
}
.d-table-formatos thead {
  text-align: center;
}
.d-table-formatos td.d-table-action {
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 992px) {
  .d-table-formatos td.d-table-action {
    width: 22%;
  }
}*/

.d-system-background {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  position: relative; }

.d-system-header {
  background-color: #fff;
  padding: .5em 0; }

.d-system-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.d-system-logo {
  display: block;
  height: 2.7em;
  width: 7.5em; }

.d-system-title {
  color: #757575;
  margin-left: 1em;
  padding-left: .8em;
  border-left: 1px solid #cfcfcf; }
  .d-system-title h1 {
    /*font-size: 20px;*/
    font-size: 24px;
    margin: 0; }
  .d-system-title p {
    margin: 0;
    font-size: 18px;
  }

.d-system-menu {
  background-color: #006600; }

@media screen and (min-width: 992px) {
  .navbar-nav {
    position: relative;
    width: 100%; } }

@media screen and (min-width: 992px) {
  .navbar-nav .nav-item:last-child {
    position: absolute;
    right: 0; } }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

.d-system-main {
  color: #757575;
  font-size: 16px;
  padding: 1em 0; }

.d-system-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #006600;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: .5em 0 .8em  -5px; }
  .d-system-main-title span {
    margin-left: .5em; }

.d-system-main-paragraphe {
  margin-bottom: 1.5em; }

.form-group label {
  font-size: 14px;
  font-weight: 700; }

.img-captcha {
  padding: .2em;
  margin: auto 0;
  height: 41px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .img-captcha i {
    padding: 5px;
    color: #fff;
    width: 25px;
    display: inline-block;
    background-color: rgba(117, 117, 117, 0.7);
    border-radius: 4px; }
.img-captcha #captcha {
  height: 35px;
}

.d-card-mesaPartes {
  color: #006600;
  margin-bottom: 1em; }
  .d-card-mesaPartes:hover {
    color: #006600; }

.card-line {
  border: 1px solid #c2c1c1;
  margin-bottom: 1em; }
  .card-line .card-line-body {
    display: block;
    padding: 1em 1.5em .5em; }
  .card-line .card-line-footer {
    padding: 0 1.5em 1.5em; }
    @media screen and (min-width: 576px) {
      .card-line .card-line-footer {
        text-align: right; } }
  .card-line .card-line-header {
    padding: .8em 1em;
    display: block;
    border-bottom: 1px solid #c2c1c1; }

.title-table {
  font-size: 16px;
  padding-bottom: .5em;
  margin-top: 1em; }

.table-title {
  color: #505050;
  line-height: 1.2;
  font-size: 14px;
  background-color: #f2f2f2; }


.d-card-formatos {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5em;
  overflow: hidden;
}
.d-card-formatos-body {
  padding: 0.8em 1em;
}
.d-card-formatos-header {
  padding: 1em;
  background-color: #fbebe7;
  color: #006600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
}
.d-card-formatos-header i {
  margin-top: 7px;
  margin-right: 8px;
}
.d-card-formatos .card-header .btn-link {
  color: #707070;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-card-formatos .card-header .btn-link i {
  margin-right: 5px;
  margin-top: 5px;
}
.d-card-formatos .card-body ul {
  list-style: disc;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

#grad1 {
  background-color: transparent; }

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px; }

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 20px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 0px 3%;
  position: relative; }
  @media screen and (min-width: 576px) {
    #msform fieldset .form-card {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 992px) {
    #msform fieldset .form-card {
      padding: 20px 40px 30px; } }

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative; }

#msform fieldset:not(:first-of-type) {
  display: none; }

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E; }

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: normal;
  outline-width: 0; }

#msform .action-button {
  background: #006600;
  color: white;
  border: 0 none;
  font-size: 17.5px;
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #dd4117; }

#msform .action-button-previous {
  background: #616161;
  color: white;
  border: 0 none;
  font-size: 17.5px;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
  margin: 10px 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #4d4d4d; }

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px; }

select.list-dt:focus {
  border-bottom: 2px solid #006600; }

.card {
  z-index: 0;
  border-radius: 0.5rem;
  position: relative; }

.fs-title {
  font-size: 20px;
  color: #006600;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: left; }
  .fs-title span {
    font-weight: normal; }

.fs-subtitle {
  color: #616161;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0; }

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey; }

#progressbar .active {
  color: #616161; }

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative; }

#progressbar #account:before, #progressbar #personal:before, #progressbar #payment:before, #progressbar #confirm:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600; }

#progressbar #account:before {
  content: "\f508"; }

#progressbar #personal:before {
  content: "\f007"; }

#progressbar #payment:before {
  content: "\f15b"; }

#progressbar #confirm:before {
  content: "\f00c"; }

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px; }

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1; }

#progressbar li.active:before,
#progressbar li.active:after {
  background: #006600; }

.radio-group {
  position: relative;
  margin-bottom: 25px; }

.radio {
  display: inline-block;
  width: 204px;
  height: 104px;
  border-radius: 0;
  background: lightblue;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px; }

.radio:hover {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3); }

.radio.selected {
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); }

.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.card-wizard {
  border: 1px solid lightgrey; }
  .card-wizard .btn {
    font-size: 16px; }
  .card-wizard label {
    font-size: 14px; }

.custom-file-label::after {
  content: "Elegir"; }

label.custom-file-label {
  font-size: 16px;
  font-weight: normal; }

/*Agregado por jvidalf*/
#progressbarPJ {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey; }

#progressbarPJ .active {
  color: #616161; }

#progressbarPJ li {
  list-style-type: none;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative; }

#progressbarPJ #account:before, #progressbarPJ #personal:before, #progressbarPJ #payment:before, #progressbarPJ #confirm:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600; }

#progressbarPJ #account:before {
  content: "\f508"; }

#progressbarPJ #personal:before {
  content: "\f007"; }

#progressbarPJ #payment:before {
  content: "\f15b"; }

#progressbarPJ #confirm:before {
  content: "\f00c"; }

#progressbarPJ li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px; }

#progressbarPJ li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1; }

#progressbarPJ li.active:before,
#progressbarPJ li.active:after {
  background: #006600; }


.red-text {
  color: #F44336 !important;
}

.contentTermCond {
  text-align: justify !important;
}
#btnAcepTerm.disabled, #btnAcepTerm:disabled {
   color: #fff;
   background-color: #006600 !important;
   border-color: #006600 !important;
  pointer-events: none;
}
#btnAcepTerm.disabled.focus, #btnAcepTerm:disabled:focus {
  color: #fff;
  background-color: #006600 !important;
  border-color: #006600 !important;
}
.d-system-user {
  color: #757575;
  margin-left: auto;
  margin-right: 0;
  padding-left: .8em;
}
.d-system-user p{
  margin-bottom: 0 !important;
}

_:-ms-fullscreen, :root #captcha {
  margin-left: 32px;
}

.d-instructivo {
  text-align: center;
  /*color: #757575;*/
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  /*color: #006600;*/
  font-weight: 700; }
@media screen and (min-width: 576px) {
  .d-instructivo {
    margin-top: 28px;
    font-size: 16px;
    text-align: left; } }
@media screen and (min-width: 992px) {
  .d-instructivo {
    margin-top: 42px;
    width: 400px;
    margin-left: 80px;
    font-size: 18px; } }
@media screen and (min-width: 1200px) {
  .d-instructivo {
    margin-top: 60px;
    font-size: 20px;
    margin-left: 100px; } }
@media screen and (min-width: 1400px) {
  .d-instructivo {
    margin-top: 80px;
    margin-left: 0;
    font-size: 22px; } }

.textLoadFile{
  font-size: 14px !important;
}
.textLoadFile strong{
  font-size: 14px !important;
}
.rowAnexo {
  margin-bottom: 4px;
  margin-top: 4px;
}
.rowAnexo .form-group {
  margin-bottom: 0;
}

.table thead th {
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  font-size: 14px;
}

.table tbody td {
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.btn-anexo-primary {
  margin-top: 5px;
  background-color: #ffffff;
  border-color: #006600;
  color: #006600;
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.btn-anexo-primary:hover {
  color: #006600;
  border-color: #006600;
  background-color: #f9d1c6;
  text-decoration: none;
}
.btn-anexo-primary:active {
  color: #006600;
  border-color: #006600;
  background-color: #f9d1c6;
  text-decoration: none;
}

.d-card-formatos .card-body ol {
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .d-card-formatos .card-body ul {
    padding-left: 40px;
  }
  .d-card-formatos .card-body ol {
    padding-left: 40px;
  }

  .d-login-buscador-chip {
    width: auto !important;
    padding-top: 9px;
    display: block;
  }

  /*.d-layout {
    height: auto;
  }*/
}
@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */
  .d-card-formatos .card-body ul {
    padding-left: 40px;
  }
  .d-card-formatos .card-body ol {
    padding-left: 40px;
  }
}




ul { list-style: none; }
ul>li>a {
color: grey;
text-decoration: none;
}

.col-heading {
display: block;
font-size: 2rem;
text-transform: uppercase;
color:#006600;
font-weight: 500;
margin: 1rem 0;
padding: .4rem 0px;
border-bottom: 1px solid #c7c7c7; 
letter-spacing: 3px;
}

#bottom-footer {
background-color:#006600;
color:white;
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
}

.appWhatsapp{
	position:fixed;
	right:26px;
	bottom:100px;
	width:200px;
	z-index:auto;
}
.appWhatsapp img{
	width:100%;
	height:auto;
}
.appTupa{
	position:fixed;
	right:26px;
	top:150px;
	width:150px;
	z-index:auto;
}
.appTupa img{
	width:100%;
	height:auto;
}
