body{
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden;
    background-color: #FFF;
    color: #000;
}
input, textarea, select, button, span{
    font-family: 'Montserrat', sans-serif;
}
input::-webkit-input-placeholder{
    font-family: 'Montserrat', sans-serif;
}     
a{
    text-decoration: none;
}
a:enabled, a:visited, a:hover, a:active, a:link{
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
textarea:focus, input:focus, select:focus, button:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
} 
label{
    font-size: 15px;
    margin-bottom: .3rem;
    color: #696969;
    font-weight: 600;
}
.titulo-pagina-verde{
    color: green;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.titulo-pagina-preto{
    color: black;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.titulo-pagina-branco{
    color: white;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.titulo-pagina-azul{
    color: #0f91dd;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.subtitulo-pagina-preto{
    color: black;
    text-align: center;
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 500;
}