/*GERAL*/
body{
    font-family: montserrat-regular;
    overflow-x: hidden;
}
input, textarea, select, option{
    font-family: montserrat-regular;
}
a:enabled, a:visited{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
textarea:focus, input:focus, select:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
} 
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}