.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    overflow: hidden;
    background-color: rgba(255,255,255,0.5); 
}
.loader {
    position: absolute;
    width: 5rem; 
    height: 5rem; 
    top: 50%;
    margin-top: -2.5rem;
    left: 50%;
    margin-left: -2.5rem;
}
.alert-fixed {
    display: none;
    position:fixed; 
    bottom: 10px; 
    right: 10px; 
    width: 40%;
    z-index:9999; 
    border-radius:0px
}
.editar-condicion-buttom{
    display: none;
}
.texto-otro{
    display:none;
}
.obligatorio {
    -webkit-box-shadow: 0px 0px 5px 0px #d42929;
    -moz-box-shadow: 0px 0px 5px 0px #d42929;
    box-shadow: 0px 0px 5px 0px #d42929;
}

.boton-atras {
    padding: 12px;
    background-color: #fd5b1c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0px 3px 11px 2px #d9d9d9;
  }