/* your styles go here */
.text-color {
    color: #ffffff;
}

.text-color:hover {
    color: #ffffff;
}

/* FONTES */
.mt-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.mt-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.rw-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.rw-medium {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

#fa-plus {
    cursor: pointer;
}
/* /FONTES */