html * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-size: 16px;
}

.div-logo{
    background: #006CB5;
}

.div-intro {
    margin-bottom: 50px;
}

.div-intro h2 {
    font-size: 28px;
    font-weight: 600;
    color: #3a3a47;
    line-height: 1.3;
    margin-bottom: 10px;
}

.div-intro p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #818198;
    max-width: 630px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.div-conteudo {
    margin-bottom: 50px;
    background: #006CB5;
}

.div-conteudo h2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 10px;
}

.div-conteudo p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #ffffff;
    max-width: 630px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.div-formulario{
    background-color: #282936;
    border-radius: 8px;
}

.div-formulario h2{
    color: #fff;
}

.div-formulario label{
    color: #fff;
}

.div-formulario button{
    background-color: #76C04E;
    border-color: #76C04E;
}

.wc_load{position: fixed; display: none;  left: 0;  top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); text-align: center; color: #fff; z-index: 9999;}
.wc_load_content{display: inline-block;  margin: auto;}
.wc_load_content_msg{ font-size: 0.8em; font-weight: 500; text-transform: uppercase; text-shadow: 1px 1px #000; margin-top: 15px;}