a {
    color: black !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

#fondoHomeCliente{
  min-height: 140vh;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    border: 0 solid rgba(0, 0, 0, 0.125);
}

.footerCliente{
    position: fixed;
    right: 0;
    bottom: 55px;
    left: 0;
    z-index: 1030;
}


.cardsMenues .card p {
  font-weight: 800;
  margin: 0px;
}



.btn-navegacion {
    color: black !important;
    background-color: #e4e2e2 !important;
    border-color: #e4e2e2 !important;
    border-radius: 2rem !important;
    font-weight: 600 !important;
}
.btn {
    text-transform: uppercase;
    letter-spacing: .1125rem;
    font-size: .75rem;
    cursor: pointer;

}

.cargando img{

  position: absolute;
 transform: translate(-50%,30vh);
 max-width: 10%;
 text-align: center;


}
@media (max-width: 500px) {
   .cargando img{
     position: absolute;
    transform: translate(-50%,36vh);
    max-width: 30%;
    text-align: center;
  }
}


.navbar{
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 38%);
  background: white;
}

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  border-color: transparent; }


.replacer-light-fixed-navbar {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.replacer-dark-fixed-navbar {
  background-color: #000; }

@media (max-width: 1200px) {
  .navbar-light.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff; }

  .navbar-dark.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: transparent; } }
.dropdown-toggle:after {
  vertical-align: 0.2em; }

.navbar-brand span {
  display: inline-block;
  min-height: 2rem;
  min-width: 10rem;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.navbar-light .navbar-brand span {
  background-image: url("../images/logo-black.svg"); }

.navbar-dark .navbar-brand span {
  background-image: url("../images/logo-white.svg"); }

.navbar.bg-white {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: 0.25rem 1rem; }



.btn-ok{
  color: #fff;
    background-color: #fc0f56;
    border-color: #fc0f56;
}


.formNuevoCli{
  border-top: none;
  border-left: none;
  border-radius: 0px;
  border-right: none;
}

.form-group label{
  font-size: 10px;
}


.formOk{
  border-color: #25ca05 !important;
}
.formNo{
  border-color: red !important;
}


.mbImoprtant{
  margin-bottom: 6rem !important;
}

.btn {
  
    border-radius: 50px !important;
}
