.colorDanger{
    color: #ff3e1d;
}

.colorInfo{
    color: #71dd37;
}

.display_none{
    display: none;
}

.cursor_pointer{
    cursor: pointer;
}

.btnVolver{
    
    color: #696cff;
    font-size: 18px;
}

.margin_auto{
    margin: auto !important;
}

.text_center{
    text-align: center;
}

.colorwhite{
    color: #ffffff !important;
}

.colorblack{
    color: #000000 !important;
}

.colorBase1{
    
    color: #3f51b5;
}

.colorBase2{
    color: #6b6f82;
}

.colorBase3 {
    color: #00bcd4 !important;
}

.colorBase4{
    color: rgb(255, 64, 129);
}

.colorBase5{
    color: #ff5252;
}

.colorBase6{
    color: #43a047;
}

.colorBase7{
    color: #adb5bd;
}

.backgroundColorBase1{
    
    background-color: #3f51b5;
}

.backgroundColorBase2{
    
    background-color: #6b6f82;
}

.backgroundColorBase3 {
    background-color: #00bcd4 !important;
}

.backgroundColorBase4{
    
    background-color: rgb(255, 64, 129);
}

.backgroundColorBase5{
    
    background-color: #ff5252;
}

.backgroundColorBase6{
    
    background-color: #43a047;
}



.text-12{
    
    font-size: 12px;
}

.text-18{
    
    font-size: 18px;
}

.text-24{
    
    font-size: 24px;
}

.font_weight500{
    font-weight: 500;
}

.btn-link-clean {
  text-decoration: none !important;
}

.btn-link-clean:hover,
.btn-link-clean:focus {
  text-decoration: none !important;
  color: inherit !important;
}