/* CLEAR */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.card-title {
    margin-bottom: 0.75rem;
}
.w-100 {
    width: 100% !important;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #eaedf2 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0px solid #ced4da !important;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}
/* BASE */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}
/* LINKS */
a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }
/* TYPOGRAPHY */
@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/ProductSans-Regular.eot');
    src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Regular.woff') format('woff'), url('../fonts/ProductSans-Regular.ttf') format('truetype'), url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/ProductSans-Italic.eot');
    src: url('../fonts/ProductSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Italic.woff') format('woff'), url('../fonts/ProductSans-Italic.ttf') format('truetype'), url('../fonts/ProductSans-Italic.svg#ProductSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/ProductSans-Bold.eot');
    src: url('../fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Bold.woff') format('woff'), url('../fonts/ProductSans-Bold.ttf') format('truetype'), url('../fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/ProductSans-Italic.eot');
    src: url('../fonts/ProductSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Italic.woff') format('woff'), url('../fonts/ProductSans-Italic.ttf') format('truetype'), url('../fonts/ProductSans-Italic.svg#ProductSans-Italic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Heuristica';
    src: url('../fonts/Heuristica-Regular.eot');
    src: url('../fonts/Heuristica-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Heuristica-Regular.woff') format('woff'), url('../fonts/Heuristica-Regular.ttf') format('truetype'), url('../fonts/Heuristica-Regular.svg#Heuristica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Heuristica';
    src: url('../fonts/Heuristica-Italic.eot');
    src: url('../fonts/Heuristica-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Heuristica-Italic.woff') format('woff'), url('../fonts/Heuristica-Italic.ttf') format('truetype'), url('../fonts/Heuristica-Italic.svg#Heuristica-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Heuristica';
    src: url('../fonts/Heuristica-Bold.eot');
    src: url('../fonts/Heuristica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Heuristica-Bold.woff') format('woff'), url('../fonts/Heuristica-Bold.ttf') format('truetype'), url('../fonts/Heuristica-Bold.svg#Heuristica-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong,
.strong {
    font-weight: bold;
}

dfn,
em,
.em {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*, p {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-break: none;
}

body h1, body h2, body h3, body h4, body h5, body p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

pre {
    margin: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small, .small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}
/* LISTS */
dl,
menu,
ol,
ul {
    margin: 0.8em 0 0;
}

dd {
    margin: 0;
}

menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* EMBEDDED CONTENT */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}
/* FIGURES */
figure {
    margin: 0;
}
/* FORMS */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
/* TABLES */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix, .cf, .comment-respond {
    zoom: 1;
}

    .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
        content: "";
        display: table;
    }

    .clearfix:after, .cf:after, .comment-respond:after {
        clear: both;
    }

span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic;
}

/* MOBILE GRID STYLES */
@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
}
/* PORTRAIT TABLET TO LANDSCAPE */
@media (min-width: 768px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .t-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
}
/* LANDSCAPE TO SMALL DESKTOP */
@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }

    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }

    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }

    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }

    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }

    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }

    .d-5of7 {
        float: left;
        padding-right: 0.75em;
        width: 71.4285715%;
    }

    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }

    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }

    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }

    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }

    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }

    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}
/* BOX SIZING */
.last-col {
    float: right !important;
    padding-right: 0 !important;
}

/*FLEX GRID CLASSES*/

.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fx-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.fx-center-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.fx-center-bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.fx-rw {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}

.fx-cl {
    flex-flow: column;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -moz-flex-flow: column;
}

.fx-space {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.fx-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.fx-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.cover {
    background-size: cover !important;
}
/* IMPORTING MODULES */
.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}
/* BUTTON DEFAULTS */
.blue-btn, .comment-reply-link, #submit {
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

    .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
        color: white;
        text-decoration: none;
    }

    .blue-btn:active, .comment-reply-link:active, #submit:active {
        top: 1px;
    }

.blue-btn, .comment-reply-link, #submit {
    background-color: #2980b9;
}

    .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
        background-color: #2574a8;
    }

    .blue-btn:active, .comment-reply-link:active, #submit:active {
        background-color: #2472a4;
    }
/* INPUTS */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    outline: none !important;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;    
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #eaedf2;
	/*background-color: #fff;
	border: 1px solid #ced4da;*/
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
	/*max-width: 400px;*/
	
	/*
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	*/
	
	
	
}

    input[type="text"]:focus, input[type="text"]:active,
    input[type="password"]:focus,
    input[type="password"]:active,
    input[type="datetime"]:focus,
    input[type="datetime"]:active,
    input[type="datetime-local"]:focus,
    input[type="datetime-local"]:active,
    input[type="date"]:focus,
    input[type="date"]:active,
    input[type="month"]:focus,
    input[type="month"]:active,
    input[type="time"]:focus,
    input[type="time"]:active,
    input[type="week"]:focus,
    input[type="week"]:active,
    input[type="number"]:focus,
    input[type="number"]:active,
    input[type="email"]:focus,
    input[type="email"]:active,
    input[type="url"]:focus,
    input[type="url"]:active,
    input[type="search"]:focus,
    input[type="search"]:active,
    input[type="tel"]:focus,
    input[type="tel"]:active,
    input[type="color"]:focus,
    input[type="color"]:active,
    select:focus,
    select:active,
    textarea:focus,
    textarea:active,
    .field:focus,
    .field:active {
        background-color: #f7f8fa;
        border-color: #2fa1cf;
    }

    input[type="text"].error, input[type="text"].is-invalid,
    input[type="password"].error,
    input[type="password"].is-invalid,
    input[type="datetime"].error,
    input[type="datetime"].is-invalid,
    input[type="datetime-local"].error,
    input[type="datetime-local"].is-invalid,
    input[type="date"].error,
    input[type="date"].is-invalid,
    input[type="month"].error,
    input[type="month"].is-invalid,
    input[type="time"].error,
    input[type="time"].is-invalid,
    input[type="week"].error,
    input[type="week"].is-invalid,
    input[type="number"].error,
    input[type="number"].is-invalid,
    input[type="email"].error,
    input[type="email"].is-invalid,
    input[type="url"].error,
    input[type="url"].is-invalid,
    input[type="search"].error,
    input[type="search"].is-invalid,
    input[type="tel"].error,
    input[type="tel"].is-invalid,
    input[type="color"].error,
    input[type="color"].is-invalid,
    select.error,
    select.is-invalid,
    textarea.error,
    textarea.is-invalid,
    .field.error,
    .field.is-invalid {
        color: #e43f46;
        border-color: #e43f46;
        background-color: white;
        background-position: 99% center;
        background-repeat: no-repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFW…7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
        outline-color: #fbe3e4;
    }

    input[type="text"].success, input[type="text"].is-valid,
    input[type="password"].success,
    input[type="password"].is-valid,
    input[type="datetime"].success,
    input[type="datetime"].is-valid,
    input[type="datetime-local"].success,
    input[type="datetime-local"].is-valid,
    input[type="date"].success,
    input[type="date"].is-valid,
    input[type="month"].success,
    input[type="month"].is-valid,
    input[type="time"].success,
    input[type="time"].is-valid,
    input[type="week"].success,
    input[type="week"].is-valid,
    input[type="number"].success,
    input[type="number"].is-valid,
    input[type="email"].success,
    input[type="email"].is-valid,
    input[type="url"].success,
    input[type="url"].is-valid,
    input[type="search"].success,
    input[type="search"].is-valid,
    input[type="tel"].success,
    input[type="tel"].is-valid,
    input[type="color"].success,
    input[type="color"].is-valid,
    select.success,
    select.is-valid,
    textarea.success,
    textarea.is-valid,
    .field.success,
    .field.is-valid {
        color: #e6efc2;
        border-color: #e6efc2;
        background-color: white;
        background-position: 99% center;
        background-repeat: no-repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
        outline-color: #e6efc2;
    }

    input[type="text"][disabled], input[type="text"].is-disabled,
    input[type="password"][disabled],
    input[type="password"].is-disabled,
    input[type="datetime"][disabled],
    input[type="datetime"].is-disabled,
    input[type="datetime-local"][disabled],
    input[type="datetime-local"].is-disabled,
    input[type="date"][disabled],
    input[type="date"].is-disabled,
    input[type="month"][disabled],
    input[type="month"].is-disabled,
    input[type="time"][disabled],
    input[type="time"].is-disabled,
    input[type="week"][disabled],
    input[type="week"].is-disabled,
    input[type="number"][disabled],
    input[type="number"].is-disabled,
    input[type="email"][disabled],
    input[type="email"].is-disabled,
    input[type="url"][disabled],
    input[type="url"].is-disabled,
    input[type="search"][disabled],
    input[type="search"].is-disabled,
    input[type="tel"][disabled],
    input[type="tel"].is-disabled,
    input[type="color"][disabled],
    input[type="color"].is-disabled,
    select[disabled],
    select.is-disabled,
    textarea[disabled],
    textarea.is-disabled,
    .field[disabled],
    .field.is-disabled {
        cursor: not-allowed;
        border-color: #cfcfcf;
        opacity: 0.6;
    }

        input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
        input[type="password"][disabled]:focus,
        input[type="password"][disabled]:active,
        input[type="password"].is-disabled:focus,
        input[type="password"].is-disabled:active,
        input[type="datetime"][disabled]:focus,
        input[type="datetime"][disabled]:active,
        input[type="datetime"].is-disabled:focus,
        input[type="datetime"].is-disabled:active,
        input[type="datetime-local"][disabled]:focus,
        input[type="datetime-local"][disabled]:active,
        input[type="datetime-local"].is-disabled:focus,
        input[type="datetime-local"].is-disabled:active,
        input[type="date"][disabled]:focus,
        input[type="date"][disabled]:active,
        input[type="date"].is-disabled:focus,
        input[type="date"].is-disabled:active,
        input[type="month"][disabled]:focus,
        input[type="month"][disabled]:active,
        input[type="month"].is-disabled:focus,
        input[type="month"].is-disabled:active,
        input[type="time"][disabled]:focus,
        input[type="time"][disabled]:active,
        input[type="time"].is-disabled:focus,
        input[type="time"].is-disabled:active,
        input[type="week"][disabled]:focus,
        input[type="week"][disabled]:active,
        input[type="week"].is-disabled:focus,
        input[type="week"].is-disabled:active,
        input[type="number"][disabled]:focus,
        input[type="number"][disabled]:active,
        input[type="number"].is-disabled:focus,
        input[type="number"].is-disabled:active,
        input[type="email"][disabled]:focus,
        input[type="email"][disabled]:active,
        input[type="email"].is-disabled:focus,
        input[type="email"].is-disabled:active,
        input[type="url"][disabled]:focus,
        input[type="url"][disabled]:active,
        input[type="url"].is-disabled:focus,
        input[type="url"].is-disabled:active,
        input[type="search"][disabled]:focus,
        input[type="search"][disabled]:active,
        input[type="search"].is-disabled:focus,
        input[type="search"].is-disabled:active,
        input[type="tel"][disabled]:focus,
        input[type="tel"][disabled]:active,
        input[type="tel"].is-disabled:focus,
        input[type="tel"].is-disabled:active,
        input[type="color"][disabled]:focus,
        input[type="color"][disabled]:active,
        input[type="color"].is-disabled:focus,
        input[type="color"].is-disabled:active,
        select[disabled]:focus,
        select[disabled]:active,
        select.is-disabled:focus,
        select.is-disabled:active,
        textarea[disabled]:focus,
        textarea[disabled]:active,
        textarea.is-disabled:focus,
        textarea.is-disabled:active,
        .field[disabled]:focus,
        .field[disabled]:active,
        .field.is-disabled:focus,
        .field.is-disabled:active {
            background-color: #d5edf8;
        }

input[type="password"] {
    letter-spacing: 0.3em;
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}

select {
    -webkit-appearance: none;
    /* 1 */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97.5% center;
}
/* GENERAL STYLES */
body {
    font-family: "ProductSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #777;
    -webkit-font-smoothing: antialiased;
}
/* LINK STYLES */
a, a:visited {
    color: #111111;
    outline: none;
}

    a:hover, a:focus, a:visited:hover, a:visited:focus {
        color: #111111;
    }

    a:link, a:visited:link {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    }
/* ONDAWEB WORDPRESS BODY CLASSES */
label.error {
    color: #f34747;
    position: absolute;
    margin-left: 3px;
    margin-top: -16px;
    font-size: 12px;
    text-transform: initial;
}
/**
ANIMAÇÕES
**/
.animate {
    overflow: hidden;
}

.fadeInRight {
    position: relative;
    right: 100px;
    opacity: 0;
    transition: 0.5s;
}

.fadeInLeft {
    position: relative;
    left: 100px;
    opacity: 0;
    transition: 0.5s;
}

.animate h2.page-title, .animate h1.page-title, .animate h2, .animate h3, .animate h1 {
    bottom: -30px;
    position: relative;
    opacity: 0;
    transition: 0.4s;
}

.animate p {
    bottom: -50px;
    position: relative;
    opacity: 0;
    transition: 0.4s;
}

.fadeInUp {
    bottom: -50px;
    position: relative;
    opacity: 0;
    transition: 0.6s;
}

.box-link:nth-child(2), .time-1 {
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}

.box-link:nth-child(3), .time-2 {
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}

.box-link:nth-child(4), .time-3 {
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;
}

.box-link:nth-child(5), .time-4 {
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}

.box-link:nth-child(6), .time-5 {
    -webkit-transition-delay: 1.2s; /* Safari */
    transition-delay: 1.2s;
}

.box-link:nth-child(7), .time-6 {
    -webkit-transition-delay: 1.4s; /* Safari */
    transition-delay: 1.4s;
}

.box-link:nth-child(8), .time-7 {
    -webkit-transition-delay: 1.6s; /* Safari */
    transition-delay: 1.6s;
}

.box-link:nth-child(8), .time-8 {
    -webkit-transition-delay: 1.8s; /* Safari */
    transition-delay: 1.8s;
}

.box-link:nth-child(8), .time-9 {
    -webkit-transition-delay: 2.0s; /* Safari */
    transition-delay: 2.0s;
}

.box-link:nth-child(8), .time-10 {
    -webkit-transition-delay: 2.2s; /* Safari */
    transition-delay: 2.2s;
}
.box-link:nth-child(8), .time-11 {
    -webkit-transition-delay: 2.4s; /* Safari */
    transition-delay: 2.4s;
}
.box-link:nth-child(8), .time-12 {
    -webkit-transition-delay: 2.6s; /* Safari */
    transition-delay: 2.6s;
}
.box-link:nth-child(8), .time-13 {
    -webkit-transition-delay: 2.8s; /* Safari */
    transition-delay: 2.8s;
}
.box-link:nth-child(8), .time-14 {
    -webkit-transition-delay: 3.0s; /* Safari */
    transition-delay: 3.0s;
}
.box-link:nth-child(8), .time-15 {
    -webkit-transition-delay: 3.2s; /* Safari */
    transition-delay: 3.2s;
}
.box-link:nth-child(8), .time-16 {
    -webkit-transition-delay: 3.4s; /* Safari */
    transition-delay: 3.4s;
}
.box-link:nth-child(8), .time-17 {
    -webkit-transition-delay: 3.6s; /* Safari */
    transition-delay: 3.6s;
}
.box-link:nth-child(8), .time-18 {
    -webkit-transition-delay: 3.8s; /* Safari */
    transition-delay: 3.8s;
}
.box-link:nth-child(8), .time-19 {
    -webkit-transition-delay: 4.0s; /* Safari */
    transition-delay: 4.0s;
}
.box-link:nth-child(8), .time-20 {
    -webkit-transition-delay: 4.2s; /* Safari */
    transition-delay: 4.2s;
}

/**
END ANIMAÇÕES
**/
#menu-principal {
}

    #menu-principal li {
    }

        #menu-principal li a {
            color: #fff;
        }

            #menu-principal li.current-menu-item a, #menu-principal li a:hover, #menu-principal li a.sub-titulo  {
                text-decoration: none;
                color: #00F3FF;
            }

ul.bxslider {
    margin: 0px;
}

.top-bar {
    background: #006DC1;
    display: inline-block;
    width: 100%;
    padding: 10px 0 4px;
    text-align: right;
}

ul.menu-topo {
    display: inline-block;
    margin: 0;
}

    ul.menu-topo li {
        display: inline-block;
        position: relative;
    }

    ul.menu-topo a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: 0.2s;        
        margin: 0 1em;
    }

    ul.menu-topo li a:hover {
        color: #00F3FF;
    }

    ul.menu-topo li:after {
        content: '';
        width: 1px;
        height: 7px;
        background: #fff;
        opacity: 0.3;
        display: inline-block;
    }

    ul.menu-topo li:last-child:after {
        display: none;
    }

.search {
    display: inline-block;
    float: right;
}

.form-search {
    position: absolute;
    right: 0;
    width: 255px;
    z-index: 99;
    padding-top: 1.4em;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s;
}

.search:hover .form-search, .search.active .form-search {
    opacity: 1;
    visibility: visible;
}

.search form {
    background: #006dc1;
    padding: 1.5em;
    font-size: 13px;
    width: 100%;
    position: relative;
    text-align: center;
}

    .search form:before {
        content: '';
        display: inline-block;
        width: 33px;
        height: 33px;
        background: #006DC1;
        position: absolute;
        top: 10px;
        right: 10px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.6s;
    }

input.envia-busca {
    background: transparent;
}

.search:hover form:before {
    top: -6px;
}

.ico-lupa {
    display: inline-block;
    margin: 0 1em 0 2em;
    cursor: pointer;
    transition: 0.2s;
}

.form-search form input {
    z-index: 99;
    position: relative;
}

.ico-lupa:hover {
    opacity: 0.7;
}

a.logo {
    display: inline-block;
    float: left;
    margin: 10px 0;
}

.inscricao-login-header {
    display: inline-block;
    float: right;
    max-width: 100%;
    margin: 1.2em 0 0;
	margin-right: 12px;
}

@media only screen and (max-width: 686px) {
    .inscricao-login-header {
        float: none !important;
    }
}

.login-header {
    display: inline-block;
    float: right;
    width: 800px;
    max-width: 100%;
    margin: 1.5em 0 0;
}

.logado .login-header .inscricao-login-header {
    display: none;
}

.login-header input {
    color: #555555;
    width: 250px;
    height: 40px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    letter-spacing: 0;
    outline: none !important;
    font-size: 14px;
}

a.envia-login {
    border: 1px solid #2FA1CF;
    color: #2FA1CF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px;
    height: 40px;
    font-weight: 600;
    padding: 10px 0 0;
    text-align: center;
    margin: 0 5px;
    vertical-align: top;
    display: inline-block;
    transition: 0.2s;
}

    a.envia-login:hover {
        background: #2FA1CF;
        color: #fff;
    }

a.lembrar-senha {
    color: #BABABA;
    display: inline-block;
    float: right;
    outline: none;
    font-size: 16px;
    margin-top: 8px;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.2s;
}

    a.lembrar-senha:hover {
        color: #2FA1CF;
    }

.logo-login {
    display: inline-block;
    width: 100%;
    padding: 10px 0 6px;
    float: left;
}

div#inner-footer {
    background: #006DC1;
    color: #fff;
    padding: 4em 1em;
}

.copyright {
    background: #0061A8;
    padding: 2em 1em;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    float: left;
}

ul.menu-footer > li {
    display: inline-block;
    width: 230px;
    vertical-align: top;
}

ul.menu-footer li a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

ul.menu-footer > li > a {
    font-size: 22px;
    font-weight: 600;
}

ul.menu-footer li a:hover, ul.menu-footer li.active a {
    color: #00F3FF;
}

.box-info {
    vertical-align: top;
    display: inline-block;
    width: 300px;
}

    .box-info h3 {
        font-size: 22px;
        font-weight: 600;
        border-bottom: 1px solid #ffffff20;
        padding: 0 0 0.5em;
        margin-bottom: 1.8em;
    }

    .box-info p {
        font-size: 18px;
    }

.copyright p {
    display: inline-block;
    float: left;
}

.copyright a {
	color:#FFF;
	text-decoration:none;
}
.copyright a:hover {
    color:#00F3FF;
}

.copyright img {
    float: right;
    margin: 0 1em;
}

.info-footer {
    margin: 3em 0 0;
}

.swiper-slide {
    height: 600px !important;
}

.content-slide {
    width: 600px;
    max-width: 100%;
    padding: 0 1em;
    position: relative;
    z-index: 9;
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}

.swiper-slide-active .fadeInRight {
    right: 0;
    opacity: 1;
}

.content-slide h2 {
    font-size: 55px;
    color: #fff;
}

.filter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

a.l_default, .l_default {
    display: inline-block;
    margin: 1em 0;
    color: #fff;
    text-decoration: none;
    border: 3px solid !important;
    height: auto !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
    font-size: 16px !important;
    transition: 0.2s;
    border-radius: 5px !important;
}

    a.l_default.dark, .l_default.dark {
        color: #001A66;
    }

    a.l_default:hover, .l_default:hover, .l_default.active {
        color: #00F3FF;
    }

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff !important;
    background: transparent !important;
    opacity: 1 !important;
	margin-bottom: 20px !important;
}

.swiper-pagination-bullet-active {
    background: #00F3FF !important;
    border-color: #00F3FF !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px !important;
}

.hide-produto {
    display: none;
    opacity: 0;
    padding: 2em 2em;
    transition: 0.5s;
	text-align: center;
}

.box-produto {
    width: 560px;
    max-width: 100%;
    height: 400px;
    vertical-align: top;
    float: left;
    display: inline-block;
    margin-bottom: 4em;
    overflow: hidden;
}

h1.page-title {
    color: #001A66;
    font-size: 50px;
    margin: 1em 0;
}

.produto-hover {
    background: hsla(206, 100%, 38%, 0.3);
    padding: 1.5em 1em;
    transition: 0.4s;
    height: 100px;
    width: 100%;
}

.box-produto h2 {
    font-size: 40px;
    margin: 0;
}

.box-produto a {
    width: 100%;
    height: 100%;
    color: #fff !important;
    text-decoration: none;
}

    .box-produto a:hover .produto-hover {
        height: 100%;
        background: rgba(0, 110, 194, 0.9);
        padding: 4em 0 0;
    }

    .box-produto a:hover .hide-produto {
        display: block;
        opacity: 1;
    }

.hide-produto p {
    font-size: 18px;
    text-align: left;
    padding: 0 1em 1em;
}

#banner-home {
    height: 550px;
    width: 100%;
}

.content-banner {
    width: 590px;
    max-width: 100%;
    float: right;
    text-align: right;
    color: #fff;
}

    .content-banner h2 {
        font-size: 35px;
    }

section#produtos-home {
    margin-bottom: 3em;
}

section#destaques-home {
    background: #eee;
    display: inline-block;
    width: 100%;
    padding: 0 0 4em;
}

.box-destaque {
    display: inline-block;
    width: 260px;
    max-width: 100%;
    overflow: hidden;
    height: 360px;
    margin: 0 1em;
}

    .box-destaque h2 {
        color: #001966;
        font-size: 30px;
        margin: 0 auto 1em;
        width: 96%;
        transition: 0.2s;
    }

    .box-destaque a {
        width: 100%;
        height: 100%;
        background: #fff;
        padding-top: 2em;
        text-decoration: none;
        transition: 0.2s;
    }

        .box-destaque a:hover {
            background: #2792C6;
        }

    .box-destaque .l_default {
        height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 30px;
        margin: 0;
        transition: 0.2s;
    }

    .box-destaque a:hover .l_default {
        opacity: 1;
        padding: 12px 30px;
        margin: 1em 0;
        height: auto;
    }

    .box-destaque a:hover h2 {
        color: #fff;
    }

h3.sub-titulo {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 3em;
    text-align: left;
    font-size: 20px;
    padding: 0 1em;
}

.box-destaque a img {
    transition: 0.2s;
}

.box-destaque a:hover img {
    -webkit-filter: brightness(12);
    -moz-filter: brightness(12);
    -o-filter: brightness(12);
    -ms-filter: brightness(12);
    filter: brightness(12);
}

section#noticias {
    display: inline-block;
    width: 100%;
    margin-bottom: 5em;
}

.box-noticia {
    width: 290px;
    margin: 0 2px 2em;
    display: inline-block;
}

    .box-noticia h2 {
        font-size: 21px;
        text-align: left;
        color: #001966;
        margin: 0 0 1em;
        padding: 0 10px;
        transition: 0.2s;
    }

    .box-noticia a {
        text-decoration: none;
        padding: 1em;
        width: 100%;
        display: inline-block;
        transition: 0.2s;
    }

    .box-noticia:hover a {
        background: #eee;
    }

.boxes-noticias {
    margin-bottom: 3em;
}

.box-noticia a:hover h2 {
    color: #006dc1;
}

ul.menu-topo .sub-menu, ul.menu-topo .sub-menu-2 {
    position: absolute;
    background: #006DC1;
    width: 302px;
    text-align: left;
    padding: 2em 0.5em;
    z-index: 99;
    top: 2.2em;
    left: calc(50% - 127px);
    opacity: 0;
    visibility: hidden;
}

ul.menu-topo .sub-menu-2 {
    top: 0;
    padding: 1em 0;
    left: auto;
    right: -200px;
    width: 200px;
    margin: 0;
    background: #0264b0;
}

ul.menu-topo li.has-sub:hover .sub-menu-2 {
    opacity: 1;
    margin: 0;
    visibility: visible;
}

ul.menu-topo .sub-menu li {
    width: 100%;
    margin: 2px 0;
}

    ul.menu-topo .sub-menu li.has-sub:hover {
        background: #0264b0;
    }

    ul.menu-topo .sub-menu li:after {
        display: none;
    }

ul.menu-topo li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.sub-menu-2 li a {
    font-size: 14px;
}

ul.menu-topo .sub-menu:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #006DC1;
    position: absolute;
    top: 10px;
    left: calc(50% - 16px);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

ul.menu-topo li:hover .sub-menu:before {
    top: -6px;
}

ul.menu-topo .sub-menu:after {
    display: inline-block;
    width: 100%;
    height: 20px;
    content: '';
    background: transparent;
    position: absolute;
    top: -19px;
    left: 0;
}

.open-menu {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: none;
    left: 20px;
    top: 5px;
    transition: 0.4s;
    position: fixed;
    z-index: 999999;
}

.btn-collapse {
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 0;
    outline: none;
    display: inline-block;
    zoom: 1;
    margin: 0;
    border-radius: 3px;
    padding: 0 7px;
    background: #006dc1;
    text-align: center;
    transition: 0.2s;
}

    .btn-collapse span {
        -webkit-transition: all 0.3s, 300ms;
        -moz-transition: all 0.3s, 300ms;
        -o-transition: all 0.3s, 300ms;
        transition: all 0.3s, 300ms;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        display: inline-block;
        float: left;
        height: 6px;
        line-height: 0em;
        width: 26px;
        background: #fff;
        margin: 0 0 3px;
        padding: 0;
    }

.open-menu.active .btn-collapse span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.open-menu.active .btn-collapse span:nth-child(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.open-menu.active .btn-collapse span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.box-info p a img {
    margin: -3px 0 0 7px;
    width: 22px;
    height: auto;
}

.box-info a {
    color: #fff !important;
    text-decoration: none;
    transition: 0.2s;
}

    .box-info a:hover {
        opacity: 0.6;
    }

.banner-top {
    height: 300px;
    width: 100%;
    background-size: cover !important;
}

    .banner-top h1.page-title {
        font-size: 35px;
    }

ul.menu-institucional {
    width: 680px;
    margin: 2em auto 4em;
    max-width: 100%;
    border-bottom: 2px solid #eee;
    text-align: center;
}

    ul.menu-institucional li {
        display: inline-block;
        margin: 0 1em;
    }

        ul.menu-institucional li a {
            color: #777;
            font-size: 18px;
            text-decoration: none;
            padding: 1em 0 1em;
            display: inline-block;
            margin: 0 1em -2px;
            border-bottom: 2px solid #eee;
            outline: none;
            transition: 0.2s;
        }

            ul.menu-institucional li a:hover, ul.menu-institucional li a.active {
                border-bottom: 2px solid #ccc;
                color: #006dc1;
            }

h2.title-page {
    font-size: 50px;
    color: #001A66;
    margin: 0 0 1em;
}

.bloco-text {
    width: 560px;
    max-width: 100%;
    display: inline-block;
    float: left;
}

.inst-1 img {
    width: 560px;
    height: auto;
    float: right;
}

.inst-2 {
    display: inline-block;
    width: 100%;
    background: #F9F9F9;
    padding: 4em 0;
    margin: -3em 0 0;
    position: relative;
    z-index: -9;
}

.box-missao {
    width: 320px;
    display: inline-block;
    max-width: 100%;
}

    .box-missao h2 {
        font-size: 35px;
        border-bottom: 1px solid #D6D6D6;
        color: #001a66;
        margin-bottom: 1em;
    }

.inst-3 {
    display: inline-block;
    width: 100%;
    padding: 4em 0;
}

.hide {
    display: none;
    padding: 2em;
}

.show-hide h2 {
    font-family: 'ProductSans';
    font-size: 22px;
    cursor: pointer;
    transition: 0.2s;
}

.show-hide.small h2 {
    font-size: 18px;
}

.show-hide h2:hover, .show-hide h2.active {
    color: #001a66;
}

.show-hide h2:after {
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
    font-size: 44px;
    transition: 0.2s;
}

.show-hide h2.active:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.show-hide {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.table {
    width: 600px;
    margin: 1em auto;
    max-width: 100%;
}

    .table .td {
        display: inline-block;
        width: 50%;
        float: left;
    }

    .table .tr {
        display: inline-block;
        width: 100%;
    }

.thead {
    background: #006dc1;
    padding: 15px;
    color: #fff;
    font-weight: 600;
}

.table .td .tr {
    padding: 11px;
    font-size: 15px;
}

.inst-4 {
    display: inline-block;
    width: 100%;
    background: #F9F9F9;
    padding: 4em 0;
}

.pd-col {
    border-bottom: 1px solid #ddd;
    padding: 0 1em 1em;
    margin: 1em 0.5em;
    width: 280px;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
}

.inst-5 {
    display: inline-block;
    width: 100%;
    padding: 4em 0;
}

section.patrocinadores-slider {
    text-align: center;
}

    section.patrocinadores-slider .swiper-slide {
        height: auto !important;
        padding-bottom: 5em;
    }

    section.patrocinadores-slider .swiper-pagination-bullet, .slider-videos .swiper-pagination-bullet {
        border: 1px solid #006dc1 !important;
    }

    section.patrocinadores-slider .swiper-pagination-bullet-active, .slider-videos .swiper-pagination-bullet-active {
        background: #006dc1 !important;
        border-color: #006dc1 !important;
    }

.prod-1 {
    display: inline-block;
    width: 100%;
    padding: 2em 0;
}

.pd-text {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

.prod-1 .boxes-produtos {
    display: inline-block;
    margin: 3em 0 0;
    width: 100%;
}

.show-hide li:before {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-right: 1em;
}

.show-hide li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

    .show-hide li a {
        color: #777;
        text-decoration: none;
        font-size: 18px;
        outline: none;
        transition: 0.2s;
    }

        .show-hide li a:hover {
            color: #006dc1;
        }

.pdf-file {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    display: inline-block;
}

    .pdf-file a {
        color: #777;
        width: 100%;
        text-decoration: none;
        font-size: 22px;
        padding: 0 1em;
        transition: 0.2s;
    }

        .pdf-file a:after {
            content: "\f1c1";
            font-family: 'FontAwesome';
            float: right;
            font-size: 22px;
            transition: 0.2s;
        }

        .pdf-file a:hover {
            color: #006dc1;
        }

.form-contato {
    width: 570px;
    max-width: 100%;
    margin: 3em auto;
}

section.fale-com {
    padding: 4em 1.5em 2em;
}

.form-contato input {
    height: 55px;
    border-radius: 0;
    padding: 0 1em;
}

.form-contato textarea {
    padding: 0.5em 1em 0;
}

.form-contato ::-webkit-input-placeholder {
    color: #777;
}

.form-contato :-moz-placeholder {
    color: #777;
}

.form-contato ::-moz-placeholder {
    color: #777;
}

.form-contato :-ms-input-placeholder {
    color: #777;
}

section.single-noticia {
    padding: 4em 1.5em;
}

h2.page-title {
    margin: 1em 0;
    font-size: 35px;
    line-height: 1.2em;
}

.wrap-single {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.pd-single {
    width: 800px;
    max-width: 100%;
	margin: 1em 0em 2em;
    padding-bottom: 4em;
    border-bottom: 1px solid #eee;
}

a.voltar, a.next {
    font-size: 20px;
    text-decoration: none;
    color: #777;
    float: left;
    transition: 0.2s;
}

    a.voltar:hover, a.next:hover {
        color: #006DC1;
    }

.compartilhe {
    display: inline-block;
    float: right;
}

a.voltar:before {
    content: "\f177";
    font-family: 'FontAwesome';
    margin-right: 11px;
    position: relative;
    top: 1px;
}

a.next:after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 11px;
    position: relative;
    top: 1px;
}

.compartilhe span {
    background: transparent !important;
}

    .compartilhe span path {
        fill: #777 !important;
        transition: 0.2s;
    }

    .compartilhe span:hover path {
        fill: #006DC1 !important;
    }

.compartilhe p {
    display: inline-block;
    float: left;
    font-size: 16px !important;
    margin-right: 0.5em !important;
    margin-top: 5px !important;
}

.a2a_kit {
    display: inline-block;
}

div#page-eventos .banner-top {
    margin-bottom: 4em;
}

.pd-text-evento {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.slider-gallery {
    width: 500px;
    max-width: 100%;
    float: left;
}

.pd-evento {
    display: inline-block;
    width: 580px;
    max-width: 100%;
    float: right;
    padding: 0 1.5em;
    text-align: left;
}

.single-footer {
    display: inline-block;
    width: 100%;
}

a.next {
    float: right;
}

#page-eventos-interna .single-footer {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    border-top: 1px solid #eee;
    padding: 3em 1.5em;
    margin-top: 4em;
}

.slider-gallery .swiper-slide {
    height: auto !important;
}

.slider-gallery .swiper-container-horizontal > .swiper-pagination-bullets, .slider-gallery .swiper-pagination-custom, .slider-gallery .swiper-pagination-fraction {
    bottom: 55px !important;
}

div#fancybox-buttons {
    display: none;
}

.box-video {
    width: 290px;
    height: 220px;
    overflow: hidden;
    padding: 1em;
    margin-bottom: 1em;
}

    .box-video a:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url(../images/ico-player.png) no-repeat center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        transition: 0.2s;
    }

    .box-video img {
        opacity: 0.7 !important;
        transition: 0.2s !important;
    }

    .box-video:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1 !important;
    }

    .box-video:hover a:before {
        opacity: 0;
    }

.bg-menu-educar {
    display: inline-block;
    width: 100%;
    background: #006DC1;
    text-align: center;
    margin: 1px 0 2em;
    padding: 0;
}

ul.menu-educar li {
    display: inline-block;
    margin: 0.7em 2em;
}

    ul.menu-educar li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        transition: 0.2s;
    }

        ul.menu-educar li a:hover {
            color: #00F3FF;
        }

ul.menu-educar {
    margin: 0;
}

div#page-educar .banner-top {
    height: 400px;
}

.box-text {
    display: inline-block;
    width: 100%;
    margin: 2em 0;
}

#page-educar .inst-3 .pd-text h2 {
    font-size: 30px;
    color: #001a66;
}

.links a {
    display: inline-block;
    margin: 0.5em 1em;
    color: #777;
    font-size: 18px;
}

    .links a:first-child {
        margin-left: 0;
    }

section#previdencia, section#entenda-melhor {
    background: #eee;
    display: inline-block;
    width: 100%;
    padding: 0 0 4em;
}

#previdencia .box-destaque, #financas .box-destaque {
    width: 220px;
    margin: 1em 0.5em;
}

div#financas h2 {
    color: #001A66;
}

div#financas .pd-text {
    text-align: left;
}

div#financas {
    padding: 2em 0;
}

.bg-gray {
    display: inline-block;
    width: 100%;
    padding: 4em 0;
    background: #EEEEEE;
}

div#apresentacao {
    padding: 2em 0;
}

.more-news-content {
    display: inline-block;
    width: 100%;
}

.loader {
    display: none;
    float: left;
    margin: 0 0 -11px 0 !important;
    position: relative;
    left: -14px;
    top: -4px;
}

div#inner-header .wrap {
    position: relative;
}

.bg-menu {
    background: #006DC1;
    display: inline-block;
    width: 100%;
    padding: 12px 0 9px;
    text-align: center;
    margin: 0;
}

ul.menu-intranet li {
    display: inline-block;
    position: relative;
}

.header-intranet {
    margin: 1em 0 0;
    display: none;
    float: right;
    width: 600px;
    max-width: 100%;
}

.header-intranet p {
	display: inline-block;
	margin-right: 0.5em !important;
}

.logado .header-intranet {
    display: inline-block !important;
}

.bg-menu ul.menu-topo .sub-menu {
    width: 300px;
    left: calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
}

.bg-menu .menu-topo {
    position: relative;
    padding: 0;
    opacity: 1;
    visibility: visible;
    left: 0;
}

h2.page-title-area {
    color: #001966;
    margin: 1em 0 2em;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.select-busca {
    width: 580px;
    max-width: 100%;
    margin: 1em auto 3em;
    padding-bottom: 3em;
}

    .select-busca select {
        width: 300px;
        float: right;
        max-width: 100%;
        height: 45px;
        background-color: #eee;
        font-size: 15px;
    }

    .select-busca label {
        font-size: 20px;
        float: left;
        width: 280px;
        max-width: 100%;
        margin: 6px 0 0;
    }

form#formulario-alterar-senha {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

    form#formulario-alterar-senha p {
        width: 35%;
        display: inline-block;
        text-align: right;
    }

    form#formulario-alterar-senha span {
        width: 65%;
        display: inline-block;
        padding: 0 3em;
        font-size: 18px;
    }

    form#formulario-alterar-senha input {
        background: transparent;
        border: 1px solid #ddd;
        height: 45px;
        font-size: 14px;
        border-radius: 0;
    }

    form#formulario-alterar-senha .center input, form#formulario-alterar-senha .center button {
        margin: 1em !important;
    }

.box-conselho {
    width: 500px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    padding: 0 1em;
    margin-bottom: 3em;
}

.text-conselho {
    display: inline-block;
    width: 330px;
    float: right;
    padding: 0 1em;
    max-width: 100%;
}

.box-conselho img {
    width: 115px;
    height: auto;
}

.text-conselho p {
    margin: 0 0 18px !important;
}

div#modal-recuperar-senha {
    padding: 4em 2em;
    width: 600px;
    max-width: 100%;
}

    div#modal-recuperar-senha form {
        width: 375px;
        max-width: 100%;
        margin: 0 auto;
    }

.area-inicial {
    margin: 4em 0 4em;
    width: 100%;
    display: inline-block;
}

div.menu-acessibilidade {
    background: #eee;
    width: 100%;
}

    div.menu-acessibilidade .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div.menu-acessibilidade ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
    }

        div.menu-acessibilidade ul li {
            margin: 0 10px;
            padding: 10px 0;
        }

.menu-acessibilidade ul li select {
    font-size: 11px;
    margin: 0;
    display: block;
    height: 19px;
    width: 90px;
    background-color: #fff;
}

div.menu-acessibilidade ul li button, div.menu-acessibilidade ul li a {
    border: none;
    background: none;
    font-size: 10px;
    color: #111;
    padding: 0;
    margin: 0;
    display: block;
}

div.menu-acessibilidade a.link-libras {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

    div.menu-acessibilidade a.link-libras:hover {
        overflow: unset;
    }

    div.menu-acessibilidade a.link-libras span.link-vlibras.hidden {
        position: absolute;
        right: 100%;
        top: 110%;
        background: #fff;
        border: 1px solid #111;
        border-radius: 4px;
        padding: 10px;
        font-size: 12px;
        z-index: 2;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    div.menu-acessibilidade a.link-libras:hover span.link-vlibras.hidden {
        opacity: 1;
    }

    div.menu-acessibilidade a.link-libras img.ico {
        display: block;
        width: 100%;
        height: auto;
    }

.vw-links {
    z-index: 99999;
}

.m-bottom {
    margin-bottom: 5em;
}

.text-desc {
    padding: 0 2em;
    width: 700px;
    max-width: 100%;
}

    .text-desc p {
        font-size: 16px;
    }

.img-download {
    margin: 2em 0 4em;
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}

    .img-download .pdf-file {
        width: auto;
        border-bottom: none;
    }

        .img-download .pdf-file a {
            color: #006dc1;
            padding-left: 0;
        }

            .img-download .pdf-file a:hover {
                opacity: 0.6;
            }

.pd-text h3 {
    font-size: 22px;
    font-weight: 600;
}

.img-download .text-desc h2 {
    margin: 0 0 0.5em;
    font-family: 'lato';
    font-weight: 600;
    color: #006dc1;
}

.pdf-file.link a:after {
    content: "\f08e";
}

p.glossario-menu a {
    margin: 0 4px;
    color: #006dc1;
    font-size: 20px;
    text-decoration: none;
    transition: 0.2s;
}

    p.glossario-menu a:hover {
        opacity: 0.6;
    }

.slider-videos .swiper-slide {
    height: auto !important;
    padding-bottom: 5em;
}

section#videos {
    padding: 0 0 4em;
}

.legenda {
    position: absolute;
    top: 0;
    background: #eee;
    padding: 1em 2em;
    text-align: left;
    font-size: 13px;
    left: 3px;
    color: #777;
    font-family: 'Lato';
    opacity: 0;
    transition: 0.2s;
    box-shadow: 0 0px 4px hsla(0, 0%, 0%, 0.29);
}

.slider-videos .swiper-slide a:hover .legenda {
    opacity: 1;
    top: -40px;
}

.legenda:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #999;
    position: absolute;
    right: 50%;
    bottom: -36px;
    font-size: 40px;
}

.busca-interna input {
    color: #ddd;
    width: 250px;
    height: 40px;
    max-width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    margin: 0 3px 1em;
    vertical-align: top;
    letter-spacing: 0;
    outline: none !important;
    font-size: 14px;
}

.busca-interna {
    margin: 0 0 2em;
    text-align: center;
}

    .busca-interna input.form-button {
        border: 1px solid #2FA1CF;
        color: #2FA1CF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        width: 100px;
        height: 40px;
        font-weight: 600;
        padding: 0;
        text-align: center;
        margin: 0 5px;
        vertical-align: top;
        display: inline-block;
        transition: 0.2s;
    }

        .busca-interna input.form-button:hover {
            background: #2FA1CF;
            color: #fff;
        }

.tabscrollx {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

    .tabscrollx select {
        width: 100%;
        margin: 10px 0;
    }

.ico-menu {
    text-align: center;
    margin: 0 0 1em;
}

    .ico-menu a {
        display: inline-block;
        margin: 0 6px;
        transition: 0.2s;
    }

        .ico-menu a:hover {
            opacity: 0.6;
        }

.custom-table select, .custom-table input {
    margin: 10px 0 20px;
    width: 100%;
}

    .custom-table input.input_check {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        position: relative;
        top: 0px;
        float: left;
        margin-top: 0;
    }

.custom-table {
    text-align: left;
    font-size: 14px;
}

    .custom-table input[type="button"] {
        width: auto;
        margin: 1.5em 0;
    }

.m-label {
    margin: 20px 0 0;
    text-align: right;
}

.alert-table {
    display: inline-block;
    width: 100%;
    margin: 2em 0;
}

a.voltar-simulacao {
    display: inline-block;
    float: right;
    margin: -2px 0 0;
    transition: 0.2s;
}

    a.voltar-simulacao:hover {
        opacity: 0.6;
    }

    a.voltar-simulacao img {
        margin: 0;
    }

.links-rapidos a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
    padding: 0;
    margin: 0 0 7px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

    .links-rapidos a:hover {
        color: #00F3FF;
    }

.links-rapidos {
    margin: 0 0 1.5em;
}





















.t-white, .t-white a, .t-white h2, .t-white h1, .t-white h3, .t-white h1.page-title {
    color: #fff;
}

.center {
    text-align: center;
}
/* LAYOUT & GRID STYLES */
.wrap {
    width: 96%;
    margin: 0 auto;
}

/* H1, H2, H3, H4, H5 STYLES */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
}

    h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
        text-decoration: none;
    }

h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
    font-family: 'Heuristica';
}

h2, .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    font-family: 'Heuristica';
}

h3, .h3 {
    font-size: 1.125em;
}

h4, .h4 {
    font-size: 1.1em;
    font-weight: 700;
}

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* HEADER STYLES */
.header {
}

#logo {
    margin: 0.75em 0;
}

    #logo a {
        color: white;
    }
/* NAVIGATION STYLES */
.nav {
    border-bottom: 0;
    margin: 0;
}

    .nav li {
    }

        .nav li a {
            display: block;
            color: black;
            text-decoration: none;
            padding: 0.75em;
        }

        .nav li ul.sub-menu li a,
        .nav li ul.children li a {
            padding-left: 30px;
        }
/* POSTS & CONTENT STYLES */
#content {
}

.hentry {
    border-radius: 3px;
    margin-bottom: 1.5em;
}

    .hentry header {
        padding: 1.5em;
    }

    .hentry footer {
        padding: 1.5em;
    }

        .hentry footer p {
            margin: 0;
        }

.single-title,
.page-title,
.entry-title {
    margin: 0;
}

.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}

.entry-content {
    padding: 1.5em 0em 0;
}

    .entry-content p {
        margin: 0 0 1.5em;
        font-size: 18px;
        text-align: justify;
    }

    .entry-content table {
        width: 100%;
        border: none;
        margin-bottom: 1.5em;
    }

        .entry-content table caption {
            margin: 0 0 7px;
            font-size: 0.75em;
            color: #9fa6b4;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .entry-content tr {
        border-bottom: 1px solid #eaedf2;
    }

        .entry-content tr:nth-child(even) {
            background-color: #f8f9fa;
        }

    .entry-content td {
        padding: 7px;
        border-right: 1px solid #eaedf2;
    }

        .entry-content td:last-child {
            border-right: 0;
        }

    .entry-content th {
        background-color: #f8f9fa;
        border-bottom: 1px solid #eaedf2;
        border-right: 1px solid #eaedf2;
    }

        .entry-content th:last-child {
            border-right: 0;
        }

    .entry-content blockquote {
        padding: 0;
        font-size: 40px;
        width: 580px;
        max-width: 100%;
        margin: 2em auto;
        font-family: 'Heuristica';
        line-height: 1.2em;
    }

        .entry-content blockquote p {
            margin: 1em 0 !important;
        }
    /*  .entry-content blockquote:before {
  content: '';
  background: url(../images/abre-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px; }
  .entry-content blockquote:after {
  content: '';
  background: url(../images/fecha-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px; }*/
    .entry-content dd {
        margin-left: 0;
        font-size: 0.9em;
        color: #787878;
        margin-bottom: 1.5em;
    }

    .entry-content img {
        margin: 0 0 1.5em 0;
        max-width: 100%;
        height: auto;
    }

    .entry-content .size-auto,
    .entry-content .size-full,
    .entry-content .size-large,
    .entry-content .size-medium,
    .entry-content .size-thumbnail {
        max-width: 100%;
        height: auto;
    }

    .entry-content pre {
        background: #323944;
        color: #f8f9fa;
        font-size: 0.9em;
        padding: 1.5em;
        margin: 0 0 1.5em;
        border-radius: 3px;
    }

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

    .wp-caption img {
        max-width: 100%;
        margin-bottom: 0;
        width: 100%;
    }

    .wp-caption p.wp-caption-text {
        font-size: 0.85em;
        margin: 4px 0 7px;
        text-align: center;
    }

.tags {
    margin: 0;
}


/* LARGER MOBILE DEVICES */
@media only screen and (min-width: 481px) {
    /* NAVIGATION STYLES */
    .menu {
    }

        .menu ul {
        }

            .menu ul li {
            }

                .menu ul li a {
                }
    /* POSTS & CONTENT STYLES */
    .entry-content {
    }

        .entry-content .alignleft, .entry-content img.alignleft {
            margin-right: 1.5em;
            display: inline;
            float: left;
        }

        .entry-content .alignright, .entry-content img.alignright {
            margin-left: 1.5em;
            display: inline;
            float: right;
        }

        .entry-content .aligncenter, .entry-content img.aligncenter {
            margin-right: auto;
            margin-left: auto;
            display: block;
            clear: both;
        }
}
/* TABLET & SMALLER LAPTOPS */
@media only screen and (min-width: 768px) {
    /* GENERAL STYLES */
    /* LAYOUT & GRID STYLES */
    .wrap {
        max-width: 100% !important;
    }
    /* HEADER STYLES */
    /* NAVIGATION STYLES */
    .nav {
        border: 0;
    }

        .nav ul {
            background: #323944;
            margin-top: 0;
        }

        .nav li {
            float: left;
            position: relative;
        }

            .nav li a {
                border-bottom: 0;
            }

                .nav li a:hover, .nav li a:focus {
                    color: white;
                    text-decoration: underline;
                }

            .nav li ul.sub-menu,
            .nav li ul.children {
                margin-top: 0;
                border: 1px solid #ccc;
                border-top: 0;
                position: absolute;
                visibility: hidden;
                z-index: 8999;
            }

                .nav li ul.sub-menu li,
                .nav li ul.children li {
                }

                    .nav li ul.sub-menu li a,
                    .nav li ul.children li a {
                        padding-left: 10px;
                        border-right: 0;
                        display: block;
                        width: 180px;
                        border-bottom: 1px solid #ccc;
                    }

                    .nav li ul.sub-menu li:last-child a,
                    .nav li ul.children li:last-child a {
                        border-bottom: 0;
                    }

                    .nav li ul.sub-menu li ul,
                    .nav li ul.children li ul {
                        top: 0;
                        left: 100%;
                    }
    /*   .nav li:hover > ul {
      top: auto;
      visibility: visible; }*/
    /* SIDEBARS & ASIDES */
    .sidebar {
        margin-top: 2.2em;
    }

    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }

    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }

        .widget ul li {
            margin-bottom: 0.75em;
        }

            .widget ul li ul {
                margin-top: 0.75em;
                padding-left: 1em;
            }
    /* FOOTER STYLES */
    .footer-links ul li {
    }
}
/* DESKTOP */
@media only screen and (min-width: 1030px) {
    .wrap {
        width: 1200px;
        max-width: 100%;
    }

    #shiftnav-toggle-main {
        display: none;
    }

    .shiftnav-wrap {
        padding-top: 0 !important;
    }

    .shiftnav-disable-shift-body {
        padding-top: 0 !important;
    }

    ul.menu-topo .sub-menu {
        transition: 0.3s;
    }
}


@media only screen and (min-width: 1240px) {
}

/*Ipad*/

@media only screen and (max-width: 1024px) {
    a.logo {
        float: none;
        margin: 10px auto;
    }

    .logo-login {
        text-align: center;
    }

    .login-header {
        float: none;
        margin: 1.5em auto 2em;
    }

    .content-slide h2 {
        font-size: 35px;
    }

    .swiper-slide {
        height: 400px !important;
    }

    .box-produto {
        width: 430px;
        height: 300px;
        margin: 1em;
    }

        .box-produto h2 {
            font-size: 30px;
        }

    .content-banner h2 {
        font-size: 35px;
    }

    .box-destaque {
        margin: 2em 2.5em;
    }

    .fx-space {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .box-noticia {
        margin: 2em;
    }

    ul.menu-footer > li {
        width: 200px;
    }

    .box-info {
        width: 250px;
        margin: 1em 2em;
    }

    .inst-1 img {
        width: 400px;
        margin: 4em 0 2em !important;
    }

    .bloco-text {
        width: 460px;
    }

    .box-missao {
        padding: 0 2em;
    }

    .slider-gallery {
        width: 400px;
    }

    .pd-evento {
        width: 500px;
    }

    #previdencia .box-destaque, #financas .box-destaque {
        margin: 1em 1em;
    }

    ul.menu-topo li {
        display: inline-block;
        position: relative;
        width: 300px;
        max-width: 100%;
        text-align: left;
        float: left;
        margin: 0 0 11px;
    }

        ul.menu-topo li:after {
            display: none;
        }

    .bg-menu {
        padding: 24px 0 9px;
    }

    .box-conselho {
        width: 480px;
    }

    ul.menu-topo .sub-menu-2 {
        top: 0;
        right: auto;
        left: 0;
    }

    ul.menu-topo li.has-sub:hover .sub-menu-2 {
        position: relative;
    }

    ul.menu-topo .sub-menu-2 {
        padding: 5px 0 2em !important;
    }
}


@media only screen and (max-width: 768px) {
    .ico-lupa {
        margin: 0 1em 0 1em;
    }

    a.lembrar-senha {
        float: none;
        margin-top: 1.5em;
    }

    .content-slide {
        width: 500px;
        padding: 0 3em;
    }

    .box-produto {
        width: 90%;
        height: 400px;
        margin: 0 0 2em;
    }

    .content-banner {
        padding: 0 2em;
    }

    .bloco-text {
        width: 100%;
        padding: 0 1.5em;
    }

    .inst-1 img {
        width: 90%;
        padding: 0 1.5em;
        margin: 0 0 1em !important;
        float: none;
    }

    .inst-3, .inst-4, .inst-5 {
        padding: 4em 1.5em;
    }

    .box-produto {
        float: none !important;
    }

    .slider-gallery {
        width: 100%;
    }

    .pd-evento {
        width: 100%;
    }
}

/*IPHONE 6, Galaxy S5, Nexus 5X*/


@media only screen and (max-width: 667px) {
    .login-header input {
        width: 90%;
        margin: 1em 0 3px;
    }

    .content-slide {
        padding: 0 1em;
    }

    h1.page-title {
        font-size: 36px;
    }

    .box-produto {
        height: 250px;
    }

    .content-banner h2 {
        font-size: 25px;
    }

    ul.menu-footer {
        display: none;
    }

    .box-info {
        width: 90%;
    }

    .info-footer {
        margin: 0;
    }

    .copyright {
        text-align: center;
    }

        .copyright p {
            float: none;
        }

        .copyright img {
            float: none;
            margin: 1em 1em 2em;
        }

    ul.menu-topo {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 300px;
        background: #006dc1;
        left: -300px;
        z-index: 99;
        text-align: left;
        padding: 4em 0 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

        ul.menu-topo.active {
            opacity: 1;
            visibility: visible;
            left: 0;
            z-index: 999;
        }

        ul.menu-topo li {
            width: 100%;
            margin: 0 0 0.5em;
        }

        ul.menu-topo > li {
            width: 100%;
            margin: 5px 0;
        }

        ul.menu-topo li:after {
            display: none;
        }

        ul.menu-topo .sub-menu {
            position: relative;
            width: 100%;
            text-align: left;
            padding: 0 1.5em;
            display: none;
            z-index: 99;
            margin: 8px 0 -10px;
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
        }

        ul.menu-topo li .sub-menu.active {
            visibility: visible !important;
            opacity: 1 !important;
        }

    .open-menu {
        display: inline-block;
    }

    .table .td {
        width: 100%;
    }

    h2.title-page {
        font-size: 40px;
    }

    .show-hide h2 {
        font-size: 17px;
    }

        .show-hide h2:after {
            font-size: 32px;
        }

    .hide {
        padding: 2em 0;
    }

    .pd-col {
        margin: 1em 0;
    }

    ul.menu-institucional {
        display: none;
    }

    .prod-1 {
        padding: 4em 1.5em;
    }

    .pdf-file a {
        font-size: 17px;
    }

    div#page-educar .banner-top {
        height: 150px;
    }

    .pd-text {
        padding: 0 0.5em;
    }

    .bg-menu .menu-topo {
        padding: 2em 0;
    }

    form#formulario-alterar-senha p {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin: 0 0 0.5em !important;
    }

    form#formulario-alterar-senha span {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin-bottom: 2em;
    }

    .text-conselho {
        padding: 0;
    }

    .img-download {
        display: inline-block;
        width: 100%;
        margin: 2em 0 1em;
    }

    .text-desc {
        padding: 0 10px;
    }

    a.envia-login {
        margin: 15px 5px 0;
        float: left;
        margin-left: 18px;
    }

    #banner-home {
        height: 550px;
        width: 100%;
        background-position-x: -440px !important;
    }

    ul.menu-topo a {
        width: 100%;
        display: inline-block;
    }

    table.tabmenor {
        font-size: 13px;
    }
}

@media only screen and (max-width: 425px) {
    .banner-top {
        height: 150px;
    }

    .entry-content blockquote {
        font-size: 30px;
    }

    h2.page-title {
        font-size: 25px;
    }

    .compartilhe {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 2em 0 0;
        text-align: center;
    }

        .compartilhe p {
            display: inline-block;
            float: none;
            font-size: 16px !important;
            margin-right: 0.5em !important;
            margin-top: 0 !important;
            position: relative;
            top: -9px;
        }

    .single-footer {
        text-align: center;
    }

    a.voltar {
        float: none;
        width: 100%;
        text-align: left;
        display: inline-block;
    }

    a.next {
        text-align: right;
        float: right;
        margin: 1em 0 0;
        width: 100%;
        display: inherit;
    }

    .ico-menu a img {
        width: 25px;
    }

    .ico-menu a {
        margin: 0 3px;
    }

    table.tabmenor td {
        font-size: 11px;
    }

    .m-label {
        margin: 15px 0 0;
        text-align: left;
    }
}

/*IPHONE 4s, 5*/

@media only screen and (max-width: 375px) {
    .prod-1 {
        padding: 4em 10px;
    }

    .entry-content td {
        font-size: 14px;
    }

    .tabscrollx select {
        width: 100%;
        max-width: 100%;
    }

    .tabscrollx input#button {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 321px) and (max-width: 568px) {
}

@media only screen and (max-width: 568px) {
}



/* RETINA (2x RESOLUTION DEVICES) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
/* PRINT STYLESHEET*/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
        outline: none;
    }

        a:after, a:visited:after {
            content: " (" attr(href) ")";
        }

        a abbr[title]:after, a:visited abbr[title]:after {
            content: " (" attr(title) ")";
        }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

.loading-spinner {  
  background: rgb(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1001;
  display: none;
}

.loading-spinner.active {
  display: block;
}

button.btAtivo {
    background-color: #006DC1 !important;
    display: inline-block;
    margin: 1em 0;
    color: #fff !important;
    text-decoration: none;
    border: 3px #001A66 solid !important;
    height: auto !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
    font-size: 16px !important;
    transition: 0.2s;
    border-radius: 5px !important;
}

button.btAtivo:hover {
    color: #00F3FF !important;
}

input.btInativo:disabled {
    background-color: #EFEFEF !important;
    color: #ccc !important;
    display: inline-block;
    margin: 1em 0;
    color: #fff;
    text-decoration: none;
    border: 3px solid !important;
    height: auto !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
    font-size: 16px !important;
    transition: 0.2s;
    border-radius: 5px !important;
}

.mask-token{
	width: 200px !important;
	text-align: center !important;
	font-size: 150% !important;			
	letter-spacing: 12px !important;		
	border: 1px solid #DDE1E5 !important;		
	font-weight: bold !important;
	padding: 0px 12px !important;
	display: inline-block !important;
	background-color: #FFFFFF !important;
}

.mask-token:hover{
	border: 1px solid #93C7FF !important;		
}