.quitar_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a {
    color: #212529;
}

.rosado{
  color: #FC676B;
}

.gris{
  color: #616161;
}

.azul{
  color: #4279E4;
}

.badge-secondary {
    background-color: #FF8F8D;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #FF8F8D;
    border-color: #FF8F8D;
}

.bg-dark {
    background-color: #FF8F8D!important;
}

.btn.btn-primary {
    background-color: #FF8F8D;
    border-color: #FF8F8D;
}

.btn.btn-primary:hover {
    background-color: #FF8F8D;
    border-color: #FF8F8D;
}

.form-control {
  border: 1px solid #4279E4;
  box-sizing: border-box;
  border-radius: 15px;
}

.btn-light {
  border-color: #4279E4;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #4279E4;
    border-radius: 15px;
}

.fondo_login {
  background-image: url(../img/fondo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.fondo_formulario{
  background: rgb(255, 255, 255, 0.85);
  /* opacity: 0.6; */
  border-radius: 31px;
}

input.error {
    border-bottom: 2px solid #db0080!important;
}

select.error {
    border-bottom: 2px solid #db0080!important;
}

label.error {
    display: none!important;
}

.subir{
  padding: 5px 10px;
  color: #4279e4;
  width: 100%;
  text-align: center;
  border: 2px solid #4279e4;
  box-sizing: border-box;
  border-radius: 15px;
}

.subir_edit{
  padding: 5px 10px;
  color: #4279e4;
  width: 100%;
  text-align: center;
  border: 2px solid #4279e4;
  box-sizing: border-box;
  border-radius: 15px;
}


.cargado{
    color:#fff;
    background: #4279e4;
}

.no_cargado{
    border: 2px solid #db0080;
}

.preload {
    opacity: 20%;
    background: transparent;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.quit-preload {
    -webkit-animation: quitPreload 1s ease-out;
    -moz-animation: quitPreload 1s ease-out;
    animation: quitPreload 1s ease-out;
  }

  @-webkit-keyframes quitPreload {
    0% {
        opacity: 0%;
        background: white;
    }
    25% {
        opacity: 25%;
        background: white;
    }
    50% {
        opacity: 50%;
        background: white;
    }
    75% {
        opacity: 75%;
        background: white;
    }
    100% {
        opacity: 100%;
        background: white;
    }
  }
  @-moz-keyframes quitPreload {
    0% {
        opacity: 0%;
        background: white;
    }
    25% {
        opacity: 25%;
        background: white;
    }
    50% {
        opacity: 50%;
        background: white;
    }
    75% {
        opacity: 75%;
        background: white;
    }
    100% {
        opacity: 100%;
        background: white;
    }
  }
  @keyframes quitPreload {
    0% {
        opacity: 0%;
        background: white;
    }
    25% {
        opacity: 25%;
        background: white;
    }
    50% {
        opacity: 50%;
        background: white;
    }
    75% {
        opacity: 75%;
        background: white;
    }
    100% {
        opacity: 100%;
        background: white;
    }
  }
