/****************/
/* font peso */
/****************/
.font_300{
    font-weight: 300;
}
.font_400{
    font-weight: 400;
}
.font_500{
    font-weight: 500;
}
.font_700{
    font-weight: 700;
}

/****************/
/* Family font */
/****************/
.raleway_font{
    font-family: 'Raleway', 'sans-serif' !important;
}
.montse_font{
    font-family: 'Montserrat', 'sans-serif' !important;
}
.opensans_font{
    font-family: 'Open Sans', sans-serif !important;
}
.slabo_font{
    font-family: 'Slabo 27px', serif !important;
}
.catamaran_font{
    font-family: 'Catamaran', sans-serif !important;
}


/****************/
/* font size */
/****************/
.font_size40{
    font-size: 40px !important;
}
.font_size18{
    font-size: 18px !important;
}
.font_size20{
    font-size: 20px !important;
}
.font_size25{
    font-size: 25px !important;
}
.font_size28{
    font-size: 28px !important;
}
.font_size30{
    font-size: 30px !important;
}
.font_size15{
    font-size: 15px !important;
}
.font_size16{
    font-size: 16px !important;
}

/****************/
/* font align */
/****************/
.text_right{
    text-align: right !important;
}
.text_left{
    text-align: left !important;
}

/****************/
/* font color */
/****************/
.color_blue{
    color: #283e56;
}
.white-text{
    color: white;
}
.gray_text{
    color:#51555a;
}

/****************/
/* font transform */
/****************/
.text_mayusc{
    text-transform: uppercase;
}
.text_minusc{
    text-transform: lowercase;
}