/*******************************************************************************
 * Font
 ******************************************************************************/

@font-face {
    font-family: 'din-alternate-bold';

    src: url('../fonts/din-alternate-bold.eot');
    src: url('../fonts/din-alternate-bold.eot?#iefix')             format('embedded-opentype'),
         url('../fonts/din-alternate-bold.woff')                   format('woff'),
         url('../fonts/din-alternate-bold.ttf')                    format('truetype'),
         url('../fonts/din-alternate-bold.svg#din-alternate-bold') format('svg');

    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'din-alternate-regular';

    src: url('../fonts/din-alternate-regular.eot');
    src: url('../fonts/din-alternate-regular.eot?#iefix')                format('embedded-opentype'),
         url('../fonts/din-alternate-regular.woff')                      format('woff'),
         url('../fonts/din-alternate-regular.ttf')                       format('truetype'),
         url('../fonts/din-alternate-regular.svg#din-alternate-regular') format('svg');

    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'icon';

    src:  url('../fonts/icon.eot');
    src:  url('../fonts/icon.eot#iefix') format('embedded-opentype'),
          url('../fonts/icon.ttf')       format('truetype'),
          url('../fonts/icon.woff')      format('woff'),
          url('../fonts/icon.svg#icon')  format('svg');

    font-style: normal;
    font-weight: normal;
}

.oficina-mei{
  font-family: 'din-alternate-regular';
  font-size: 25px;
  text-align: center;
}

/*******************************************************************************
 * Icons
 ******************************************************************************/

.icon:before {
    speak: none;

    font-family: 'icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;

    text-transform: none;
}

.icon.menu:before     { content: "\e906"; }
.icon.user:before     { content: "\e905"; }
.icon.search:before   { content: "\e904"; }
.icon.download:before { content: "\e903"; }
.icon.youtube:before  { content: "\e900"; }
.icon.twitter:before  { content: "\e901"; }
.icon.facebook:before { content: "\e902"; }
.icon.whatsapp:before { content: "\e908"; }
.icon.instagram:before{ content: "\e907"; }
.icon.plus:before{ content: "\e909"; }

/*******************************************************************************
 * Global
 ******************************************************************************/

* {
    border: 0;

    margin: 0;
    padding: 0;

    resize: none;
    outline: none;

    background: transparent;
}

html,
body {
    width: 100%;

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
            font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
}

.alert {
    font-family: 'din-alternate-regular';
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validation {
    font-family: 'din-alternate-regular';
    font-size: 12px;

    margin: 5px 0 0;
    text-align: center;

    color: #990000;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage-outer .owl-item {
    float: left;
}

.mejs-overlay {
    background: rgba(0,0,0,0.2);
}

.mejs-overlay-button,
.mejs-overlay:hover .mejs-overlay-button {
    background-position: center;
    background-image: url(../../images/btn-play.png) !important;
}

/*.mejs-controls .mejs-button button {
    background-image: url(../../images/controls.png) !important;
}*/

.locked .image,
.video-play-icon .image {
    position: relative;
}

.locked .image:after,
.locked .image:before,
.video-play-icon .image:after,
.video-play-icon .image:before {
    content: '';

    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    display: block;
    position: absolute;
}

.locked .image:after,
.video-play-icon .image:after {
    z-index: 2;
    background: rgba(0,0,0,0.3);
}

.locked .image:before,
.video-play-icon .image:before {
    z-index: 3;

    top: 50%;
    left: 50%;

    width: 54px;
    height: 54px;

    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    background: url(../../images/btn-play.png);
}

.locked .image:before {
    background: url(../../images/lock.png) center center;
    background-size: contain;
}

.social-list {
    list-style: none;
}

.social-list li {
    display: inline-block;
    margin-left: 5px;
}

.social-list li .social {
    background-color: #0066b3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.social-list li .social.tiny {
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

.social-list li .social.large {
    width: 45px;
    height: 45px;
    border-radius: 40px;
}

.social-list li .social:before {
    color: #ffffff;
}

.social-list li .social.large:before {
    font-size: 25px;
}

.social-list li .social.tiny:before {
    font-size: 14px;
}

.social-list li .social.ballon {
    position: relative;
}

.social-list li .social.ballon:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top-color: #0066b3;
    border-bottom: 0;
    border-left: 0;

    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
}

.social-list li .social.tiny.ballon:after {
    border: 10px solid transparent;
    border-top-color: #0066b3;
    border-bottom: 0;
    border-left: 0;
    margin-left: -13px;
    margin-bottom: -4px;
}

.social-list li .social.large.ballon:after {
    border: 17px solid transparent;
    border-top-color: #0066b3;
    border-bottom: 0;
    border-left: 0;
    margin-left: -22px;
    margin-bottom: -7px;
}

/*******************************************************************************
 * Color
 ******************************************************************************/

.color-gray,.color-gray:hover,.color-gray:focus,.color-gray:active,.color-gray:visited           { color: #333333; }
.color-blue,.color-blue:hover,.color-blue:focus,.color-blue:active,.color-blue:visited           { color: #37689b; }
.color-cyan,.color-cyan:hover,.color-cyan:focus,.color-cyan:active,.color-cyan:visited           { color: #198797; }
.color-green,.color-green:hover,.color-green:focus,.color-green:active,.color-green:visited      { color: #1a9e71; }
.color-white,.color-white:hover,.color-white:focus,.color-white:active,.color-white:visited      { color: #ffffff; }
.color-yellow,.color-yellow:hover,.color-yellow:focus,.color-yellow:active,.color-yellow:visited { color: #ffcb05; }
.color-purple,.color-purple:hover,.color-purple:focus,.color-purple:active,.color-purple:visited { color: #4c5090; }
.color-black,.color-black:hover,.color-black:focus,.color-black:active,.color-black:visited      { color: #333333; }

.color-ligh-cyan,.color-ligh-cyan:hover,.color-ligh-cyan:focus,.color-ligh-cyan:active,.color-ligh-cyan:visited           { color: #d1e7ea; }
.color-ligh-purple,.color-ligh-purple:hover,.color-ligh-purple:focus,.color-ligh-purple:active,.color-ligh-purple:visited { color: #d1d3e0; }
.color-light-gray,.color-light-gray:hover,.color-light-gray:focus,.color-light-gray:active,.color-light-gray:visited      { color: #999999; }
.color-light-blue,.color-light-blue:hover,.color-light-blue:focus,.color-light-blue:active,.color-light-blue:visited      { color: #0066b3; }

.color-medium-gray,.color-medium-gray:hover,.color-medium-gray:focus,.color-medium-gray:active,.color-medium-gray:visited { color: #666666; }

.background-gray   { background: #333333; }
.background-blue   { background: #37689b; }
.background-cyan   { background: #198797; }
.background-green  { background: #1a9e71; }
.background-white  { background: #ffffff; }
.background-purple { background: #4c5090; }
.background-yellow { background: #ffcb05; }

.background-light-gray  { background: #999999; }
.background-light-blue  { background: #0066b3; }
.background-ligh-cyan   { background: #d1e7ea; }
.background-ligh-purple { background: #dbdce9; }

.background-medium-gray { background: #666666; }

.border-gray   { border: #333333 2px solid; }
.border-blue   { border: #37689b 2px solid; }
.border-cyan   { border: #198797 2px solid; }
.border-green  { border: #1a9e71 2px solid; }
.border-white  { border: #ffffff 2px solid; }
.border-yellow { border: #ffcb05 2px solid; }
.border-purple { border: #4c5090 2px solid; }

/*******************************************************************************
 * Header
 ******************************************************************************/

header {
    width: 100%;
    padding: 25px 0px 0px;

    background: #0066b3;
}

header .navigation {
    height: 60px;

    overflow: visible;
    position: relative;
}

header .navigation h1 {
    cursor: pointer;
    display: block;
    position: absolute;

    left: 75px;
    bottom: 10px;

    width: 80px;
    height: 70px;

    font-size: 0px;
    line-height: 0px;

    background: url(../../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

header .navigation nav {
    text-align: right;
    padding-right: 50px;
}

header .navigation nav,
header .navigation nav ul,
header .navigation nav ul > li {
    height: 60px;
    line-height: 60px;
    list-style: none;
}

header .navigation nav ul > li {
    position: relative;

    height: 60px;
    margin: 0px 10px;

    display: inline-block;
}

header .navigation nav ul > li > a {
    font-family: 'din-alternate-regular';
    font-size: 16px;

    color: #ffffff;
    text-transform: uppercase;
}

header .navigation nav ul > li.menu-item-has-children > a:after {
    content: '';

    display: inline-block;
    position: relative;

    width: 0px;
    height: 0px;

    border: 4px solid transparent;
    border-top-color: #ffffff;

    margin-left: 6px;
}

header .navigation nav ul > li.current-menu-item > a,
header .navigation nav ul > li.current-menu-parent > a {
    color: #ffcb05;
    font-family: 'din-alternate-bold';
    border-bottom: 2px solid #ffcb05;
}

header .navigation nav ul > li.menu-item-101 a {
    position: relative;
    font-family: 'din-alternate-bold';
    padding-left: 36px;
}

header .navigation nav ul > li.menu-item-101 a:before {
    top: -4px;
    left: 0px;

    width: 26px;
    height: 26px;

    speak: none;
    content: "\e905";

    display: block;
    position: absolute;

    font-family: 'icon' !important;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;

    line-height: 1;
    text-transform: none;
}

header .navigation nav ul > li.menu-item-103 a {
    top: -1px;

    width: 54px;
    height: 60px;
    padding: 0px 16px;

    font-size: 0px;
    border-left: 2px solid #00528f;
    border-right: 2px solid #00528f;

    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

header .navigation nav ul > li.menu-item-103 a:before {
    top: 18px;
    left: 14px;

    width: 22px;
    height: 22px;

    speak: none;
    content: "\e904";

    display: block;
    position: absolute;

    font-family: 'icon' !important;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;

    line-height: 1;
    text-transform: none;
}

header .navigation nav ul > li > ul {
    display: none;
}

header .navigation nav ul > li > ul li,
header .navigation nav ul > li > ul li a {
    height: auto;
    display: block;
    line-height: 22px;
}

header .navigation nav ul > li > ul li a,
header .navigation nav ul > li > ul li.current-menu-item a,
header .navigation nav ul > li > ul li.current-menu-parent a {
    display: block;

    color: #333333;
    font-family: 'din-alternate-regular';
    font-size: 15px;

    padding: 5px 10px;
    background: rgba(255,255,255,0.8);

    border-bottom: 2px solid rgba(0,0,0,0.2);
}

header .navigation nav ul > li.menu-item-103 form {
    z-index: 1;
    left: 51px;
    right: 4px;
    bottom: 1px;
    background: #0066b3;

    overflow: hidden;
    position: absolute;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
            transition: 0.2s ease;
}

header .navigation nav ul > li.menu-item-103 form.visible {
    right: -125px;
}

header .navigation nav ul > li.menu-item-103 form input {
    color: #ffffff;
    font-family: 'din-alternate-regular';
    font-size: 14px;
    line-height: 16px;
    padding: 9px 16px;
    border-radius: 17px;
    background: #00528f;
    width: 100%;
}

header .navigation nav ul > li.menu-item-103 form input:-webkit-input-placeholder { color: #ffffff; }
header .navigation nav ul > li.menu-item-103 form input:-moz-placeholder { color: #ffffff; opacity:  1; }
header .navigation nav ul > li.menu-item-103 form input::-moz-placeholder { color: #ffffff; opacity:  1; }
header .navigation nav ul > li.menu-item-103 form input:-ms-input-placeholder { color: #ffffff; }
header .navigation nav ul > li.menu-item-103 form input::-ms-input-placeholder { color: #ffffff; }
header .navigation nav ul > li.menu-item-103 form input::placeholder { color: #ffffff; }
header .navigation nav ul > li.menu-item-103 form input:placeholder { color: #ffffff; }

header .navigation nav ul > li.menu-item-101.logged a {
    width: 92px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

header .navigation nav ul > li.menu-item-101.logged a:before {
    top: 15px;
}

header .navigation .user-options {
    display: none;
    position: absolute;

    top: 55px;
    right: 40px;
    width: 92px;
    z-index: 999;
    padding: 10px 0px;

    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);

    width: 140px;
    border-radius: 4px;

    background: #ffffff;
}

header .navigation .user-options:before {
    content: '';

    display: block;
    position: absolute;

    top: -16px;
    left: 55px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: white;
}

header .navigation .user-options.visible {
    display: block;
}

header .navigation .user-options a {
    display: block;
    padding: 5px 10px;
    color: #0066b3;
    font-size: 14px;
    line-height: 14px;
    font-family: 'din-alternate-regular';
}

header.has-banner {
    padding-top: 0px;
}

header.has-banner .banner {
    width: 100%;

    background-size: cover;
    background-position: center;

    overflow: hidden;
}

header.has-banner .banner .container {
    height: 375px;
    position: relative;
}

header.has-banner .banner .container h2 {
    right: 55px;
    bottom: 40px;

    font-family: 'din-alternate-bold';
    font-size: 60px;
    line-height: 40px;

    text-align: right;
    text-transform: uppercase;

    -webkit-font-smoothing: auto;
       -moz-font-smoothing: auto;
        -ms-font-smoothing: auto;
            font-smoothing: auto;

    -moz-osx-font-smoothing: auto;

    position: absolute;
}

header.has-banner .banner .container h2 span {
    float: right;
    clear: right;
    display: block;
    padding: 20px;
}

header.has-banner .banner .container h2:after {
    content: '';
    clear: both;
    display: block;
}

header.has-banner .banner .container h2:before {
    content: '';
    display: block;
    position: absolute;

    top: 0px;
    bottom: 0px;

    left: 100%;
    width: 1200px;
}

header.has-banner.banner-about .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-about .banner .container h2 span,
header.has-banner.banner-about .banner .container h2:before {
    background: #0066b3;
}

header.has-banner.banner-downloads .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-downloads .banner .container h2 span,
header.has-banner.banner-downloads .banner .container h2:before {
    background: #333333;
}

header.has-banner.banner-acesso-a-credito-e-servicos-financeiros .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-acesso-a-credito-e-servicos-financeiros .banner .container h2 span,
header.has-banner.banner-acesso-a-credito-e-servicos-financeiros .banner .container h2:before {
    background: #5b5f9e;
}

header.has-banner.banner-reestruturacao-financeira .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-reestruturacao-financeira .banner .container h2 span,
header.has-banner.banner-reestruturacao-financeira .banner .container h2:before {
    background: #37689b;
}

header.has-banner.banner-meios-eletronicos-de-pagamento .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-meios-eletronicos-de-pagamento .banner .container h2 span,
header.has-banner.banner-meios-eletronicos-de-pagamento .banner .container h2:before {
    background: #198797;
}

header.has-banner.banner-fontes-alternativas-de-recursos .banner .container h2 span {
    color: #ffcb05;
}

header.has-banner.banner-fontes-alternativas-de-recursos .banner .container h2 span,
header.has-banner.banner-fontes-alternativas-de-recursos .banner .container h2:before {
    background: #1a9e71;
}

header.has-banner.banner-credit-workshop .banner .container h2 span {
    color: ##333333;
}

header.has-banner.banner-credit-workshop .banner .container h2 span,
header.has-banner.banner-credit-workshop .banner .container h2:before {
    background: #ffcb05;
}

header.has-banner.banner-credit-workshop .banner .container h2 span {
    float: left;
    clear: none;
}

header.has-banner.banner-credit-workshop .banner .container h2 span:nth-child(1) {
    padding-right: 0px;
}

@media screen and (min-width: 992px) {
    header.has-banner.banner-home .navigation {
        height: 110px;
        padding-top: 50px;
    }

    header.has-banner.banner-home .navigation h1 {
        left: 0px;
        width: 180px;
        height: 135px;
        padding-left: 15px;
    }

    header.has-banner.banner-home .navigation nav {
        padding-right: 0px;
    }

    header.has-banner.banner-home .banner {
        min-height: 500px;
    }

    header.has-banner.banner-home .banner .container h2 {
        display: none;
    }
}

/*******************************************************************************
 * Footer
 ******************************************************************************/

footer {
    padding-top: 35px;
    padding-bottom: 90px;
    background: #0066b3;
}

footer .logo {
    margin: auto;
    display: block;
    margin-top: 25px;
}

footer .copyright {
    color: #ffffff;

    font-family: 'din-alternate-regular';
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;

    text-align: center;
}

footer nav {
    margin-top: 25px;
}

footer nav h2,
footer nav li,
footer nav li a {
    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 18px;

    color: #ffffff;
    margin-bottom: 12px;

    list-style: none;
}

footer nav h2 {
    font-size: 20px;
    text-transform: uppercase;
}

footer .social {

}

footer .social a {
    display: inline-block;
    text-align: center;

    width: 29px;
    height: 29px;

    font-size: 17px;
    line-height: 29px;

    margin-top: 15px;
    margin-right: 7px;
    border-radius: 50%;

    color: #0066b3;
    background-color: #ffffff;
}

footer .site-n-phone {
    display: inline-block;

    font-family: 'din-alternate-regular';
    font-size: 14px;
    line-height: 16px;

    color: #ffffff;
    text-align: center;
    margin-top: 55px;
}

footer .site-n-phone .phone {
    font-family: 'din-alternate-bold';
    font-size: 18px;

    display: block;
}

footer .logos {
    text-align: center;
}

footer .logos a,
footer .logos a img {
    display: inline-block;
}

footer .logos a {
    margin-bottom: 18px;
}

/*******************************************************************************
 * Ad
 ******************************************************************************/

.ad {
    display: block;
    position: relative;

    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;

    color: #ffffff;
    /*background: #2b2b2a;*/
}

.ad span {
    top: 50%;
    left: 50%;

    font-family: 'din-alternate-regular';
    font-size: 22px;

    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    display: block;
    position: absolute;
}

/*******************************************************************************
 * Form
 ******************************************************************************/

.form {
    margin-left: -3px;
    margin-right: -3px;
}

.form p {
    font-family: 'din-alternate-regular';
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    margin: 24px 0px;
}

.form .input-sep {
    margin-top: 6px;
}

.form .input-wrapper {
    padding-left: 3px;
    padding-right: 3px;
}

.form .input-wrapper input,
.form .selectbox .selected,
.form .selectbox .option {
    display: block;

    font-family: 'din-alternate-regular';
    font-size: 14px;

    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;

    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
            appearance: none;

     color: #222222;
     background: #e6e6e6;
}

.form .selectbox .option {
    color: #ffffff;
    text-align: center;
    border-radius: 0px;
    margin-top: 5px;
    padding: 5px 20px;
    background-color: rgba(51, 51, 51, 0);
}

.form .selectbox .option:hover {
    background-color: rgba(0, 102, 179, 0.4) !important;
}

.form .selectbox .option:hover,
.form .selectbox .option.active {
    background-color: rgba(0, 102, 179, 0.9) !important;
}

.form .selectbox .options {
    display: none;
    position: absolute;
    z-index: 4;
    width: 100%;
    max-height: 270px;
    overflow: auto;
    background-color: rgba(51, 51, 51, 0.7);
    border-radius: 20px;

    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
            box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.form .selectbox {
    position: relative;
    cursor: pointer;
}

.form .selectbox .selected .arrow_drop_down {
    font-size: 40px;
    position: absolute;
    right: 18px;
    line-height: 25px;
}

.form .real-selectbox {
    display: none;
}

.form .checkbox-area p {
    width: 100%;
    text-align: left;
    padding-right: 20px;
    margin: 10px 0px;
}

.form .checkbox-area .checkbox {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #e6e6e6;
    border-radius: 25px;
    cursor: pointer;
}

.form .checkbox-area.align-l .checkbox {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    top: 5px;
}

.form .checkbox-area.align-l .description {
    /*display: flex;*/
    display: table;
    padding-left: 10px;
}

.form .checkbox-area.align-r .checkbox {
    float: right;
}

.form .checkbox-area.align-r .description {
    float: left;
    width: 80%;
    text-align: left;
}

.form .checkbox-area .checkbox {
    width: 45px;
    height: 45px;
    background-color: #e6e6e6;
    border-radius: 25px;
    cursor: pointer;
}

.form .checkbox.checked:before {
    content: '';
    background-color: #0066b3;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.form .checkbox-area.align-r .checkbox.checked:before {
    width: 25px;
    height: 25px;
    margin-top: 10px;
}

.form .checkbox-area.align-l .checkbox.checked:before {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.form .input-wrapper input[type="submit"] {
    font-family: 'din-alternate-bold';

    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
    background: #0066b3;
}

.form-acesso {
    margin-top: 20px;
}

.form-acesso .bloco {
    margin-bottom: 70px;
}

.form-acesso h2 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;

    margin-bottom: 30px;
}

.form-acesso .description {
    font-family: 'din-alternate-regular';
    font-size: 18px;
    text-align: center;

    margin-bottom: 20px;
}

.form-acesso .form {
    padding-top: 0px;
}

.form-acesso .form .description {
    font-size: 16px;
}

.form-acesso .form .description a {
    font-family: 'din-alternate-bold';
}

.form-acesso .side-line {
    border-right: 2px solid #cfcfcf;
}

.form-acesso section {
    padding-bottom: 50px;
    margin-bottom: 150px;
}

.form-banco {
    margin-bottom: 50px;
}

.form-banco h1 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    color: #0066b3;
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
}

.form-banco .item {
    margin-bottom: 50px;
}

.form-banco .item h3 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    color: #0066b3;
    text-decoration: underline;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.form-banco .item .btn-larger {
    background-color: rgba(183, 183, 183, 0.8);
    color: #ffffff;
    width: 100%;
    padding: 19px 24px;
    border-radius: 28px;
    text-align: center;
}

.form-banco .item .btn-larger span.btn-name {
    font-family: 'din-alternate-bold';
    font-size: 18px;
    position: relative;
}

.form-banco .item .btn-larger .plus:before {
    font-size: 35px;
    color: #ffffff;

    position: absolute;
    line-height: 35px;
    top: -8px;
    left: -40px;
}

/*******************************************************************************
 * Editor
 ******************************************************************************/

.editor {
    font-family: 'din-alternate-regular';
    font-size: 22px;
    line-height: 32px;

    color: #2b2b2a;
}

.editor p {
    margin: 0px 0px 30px;
}

.editor a {
    font-family: 'din-alternate-bold';
    text-decoration: underline;

    color: #0066b3;
}

.editor ul,
.editor ol {
    padding-left: 40px;
    padding-bottom: 30px;
}

.editor img {
    max-width: 100%;
}

.editor .alignnone {
    width: auto;
    height: auto;
    margin: 0px 0px 30px;
}

.editor .aligncenter {
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.editor .alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.editor .alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.editor .wp-caption {
    width: auto !important;
}

.editor .wp-caption-text {
    padding: 10px 15px 0px;

    font-size: 16px;
    line-height: 18px;

    font-style: italic;
    text-align: center;

    color: #777777;
}

.editor .viewer {
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.04);
}

.editor .viewer:after {
    content: '';
    clear: both;
    display: block;
}

.editor .viewer .page {
    width: calc(100% - 30px);

    float: left;
    margin: auto;
    display: block;
    text-align: right;

    font-family: 'din-alternate-bold';
    font-size: 12px;
    line-height: 12px;

    margin: 15px;
}

.editor .viewer .page div {
    padding-top: 5px;
    padding-right: 5px;
}

.editor .viewer .page canvas {
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
        -ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
            box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.editor h4 {
    font-family: 'din-alternate-bold';
    font-size: 22px;
    line-height: 28px;
    color: #222222;
    padding: 0px 0px 30px;
    text-transform: uppercase;
}

.editor h5 {
    font-family: 'din-alternate-regular';
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #2b2b2a;
    padding: 0px 0px 30px;
    text-transform: uppercase;
}

.editor h6 {
    font-family: 'din-alternate-regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b2a;
    padding: 0px 0px 30px;
    text-transform: uppercase;
}

/*******************************************************************************
 * Read More Button
 ******************************************************************************/

.read-more-button {
    display: inline-block;

    font-family: 'din-alternate-bold';
    font-size: 18px;
    line-height: 18px;

    text-align: center;
    text-transform: uppercase;

    margin: 35px 0px 0px;
    padding: 10px 22px 10px;
}

.read-more-button span:nth-child(3) {
    margin-left: 2px;
}

.read-more-button .shrink {
    margin-left: 2px;

    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
        -ms-transform: scaleX(0.8);
            transform: scaleX(0.8);

    display: inline-block;
}

/*******************************************************************************
 * Part / More Content
 ******************************************************************************/

.more-content {
    padding: 30px 0px 40px;
}

.more-content h2 {
    text-transform: uppercase;

    font-family: 'din-alternate-bold';
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;

    color: #222222;
}

.more-content .item .tag,
.more-content .item .image {
    margin-bottom: 15px;
}

.more-content .item .tags {
    font-family: 'din-alternate-bold';
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.more-content .item .image {
    overflow: hidden;
}

.more-content .item .image img {
    width: 100%;
    height: auto;
}

.more-content .item .title {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    color: #222222;
}

/*******************************************************************************
 * Part / Related Files
 ******************************************************************************/

.related-files {
    padding-top: 50px;
    padding-bottom: 60px;

    background: #ffcb05;
}

.related-files h2 {
    font-family: 'din-alternate-bold';
    font-size: 33px;
    line-height: 33px;

    text-align: left;
    text-transform: uppercase;
}

.related-files h2:after {
    content: '';

    display: block;
    position: relative;

    width: 100%;
    height: 15px;
    margin: 15px 0px;

    background: #333333;
}

.related-files .item {
    display: block;
    position: relative;
}

.related-files .item:after {
    content: '';

    clear: both;
    display: block;
}

.related-files .item .image {
    float: left;
}

.related-files .item .image,
.related-files .item .image img {
    width: 220px;
    height: auto;
}

.related-files .item .title {
    font-family: 'din-alternate-bold';
    font-size: 25px;
    line-height: 28px;

    text-transform: uppercase;
    text-decoration: none;

    color: #333333;
    padding-top: 10px;
    padding-left: 250px;
    padding-right: 30px;
}

.related-files .item .tags {
    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 18px;

    text-transform: uppercase;
    text-decoration: none;

    padding: 8px 0px;
    padding-left: 250px;
    padding-right: 30px;

    color: #333333;
}

.related-files .item .excerpt {
    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 18px;

    padding-left: 250px;
    padding-right: 30px;

    color: #333333;
    text-decoration: none;
}

.related-files .item .button {
    position: absolute;

    left: 250px;
    bottom: 10px;

    font-family: 'din-alternate-bold';
    font-size: 17px;
    line-height: 17px;

    text-transform: uppercase;
    text-decoration: none;

    color: #333333;
}

.related-files .item .button i {
    font-size: 1.2em;
    margin-right: 10px;
}

.related-files .read-more-button {
    color: #333333;
    border: 2px solid #ffffff;
}

.related-files .read-more-button span:nth-child(1) {
    color: #ffffff;
}

/*******************************************************************************
 * Part / Newsletter
 ******************************************************************************/

.newsletter-call {
    padding-top: 50px;
    padding-bottom: 30px;

    background: #fcfcfc;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.newsletter-call h2 {
    font-family: 'din-alternate-regular';
    font-size: 45px;
    line-height: 45px;

    text-align: center;
    text-transform: uppercase;

    color: #333333;
}

.newsletter-call p {
    font-family: 'din-alternate-regular';
    font-size: 18px;
    line-height: 20px;

    margin: 15px 0px;
    text-align: center;

    color: #333333;
}

.newsletter-call .form {
    margin-bottom: 20px;
}

/*******************************************************************************
 * About
 ******************************************************************************/

.about h3 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    line-height: 31px;

    text-align: center;
    text-transform: uppercase;

    color: #0066b3;
    margin-bottom: 55px;
}

.about.e404 h3 {
    font-size: 91px;
    line-height: 91px;
}

.about.e404 .editor {
    text-align: center;
}

.about .side-text {
    font-family: 'din-alternate-regular';
    font-size: 22px;
    line-height: 24px;

    text-align: center;
    padding-left: 75px;
    padding-right: 30px;

    color: #4b4b4b;
}

.about .side-video {
    padding-left: 30px;
    padding-right: 75px;
}

.about .side-wrapper .side-video .wp-video {
    margin: auto;
}

.about .side-wrapper {
    margin: 0px;
    min-height: 320px;
    margin-bottom: 60px;

    position: relative;
}

.about .side-wrapper .side-text,
.about .side-wrapper .side-video {
    top: 50%;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    position: absolute;
}

.about .side-wrapper .side-text {
    left: 0px;
}

.about .side-wrapper .side-video {
    right: 0px;
}

.about .highlight {
    background: #0066b3;
}

.about .highlight .container {
    padding: 60px;

    font-family: 'din-alternate-regular';
    font-size: 22px;
    line-height: 24px;

    color: #ffffff;
    text-align: center;
}

.about .content-left,
.about .content-right {
    font-family: 'din-alternate-regular';
    font-size: 18px;
    line-height: 20px;

    text-align: center;
    padding: 60px 0px;
    padding-left: 75px;
    padding-right: 30px;

    color: #4b4b4b;
}

.about .content-right {
    padding-left: 30px;
    padding-right: 75px;
}

.about .side-wrapper.content {
    min-height: 0px;
    margin-bottom: 0px;
}

/*******************************************************************************
 * Home
 ******************************************************************************/

.home .slider.highlight {
    margin-top: 50px;
    margin-bottom: 25px;
}

.home .slider.highlight,
.home .slider.highlight .item {
    height: 424px;

    display: block;
    position: relative;

    background-size: cover;
    background-position: center;
}

.home .slider.highlight .item:after,
.home .slider.highlight .item:before {
    z-index: 1;

    content: '';

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;

    display: block;
    position: absolute;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
            transition: 0.2s ease;

    /*background: rgba(0,0,0,0.4);*/
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.home .slider.highlight .item:after {
    background: rgba(0,0,0,0);
}

.home .slider.highlight .owl-nav {
    z-index: 3;

    top: 220px;
    left: 0px;

    width: 100%;
    height: 0px;

    overflow: visible;
    position: absolute;
}

.home .slider.highlight .owl-nav .owl-prev,
.home .slider.highlight .owl-nav .owl-next {
    font-size: 0px;
}

.home .slider.highlight .owl-nav .owl-prev {
    top: 0px;
    left: 45px;

    -webkit-transform: scaleX(0.5) translateY(-50%);
       -moz-transform: scaleX(0.5) translateY(-50%);
        -ms-transform: scaleX(0.5) translateY(-50%);
            transform: scaleX(0.5) translateY(-50%);

    position: absolute;
}

.home .slider.highlight .owl-nav .owl-prev:before {
    content: '';
    display: block;

    width: 60px;
    height: 60px;

    border-top: 2px solid white;
    border-left: 2px solid white;

    -webkit-transform: rotate(-45deg) translateY(-30px);
       -moz-transform: rotate(-45deg) translateY(-30px);
        -ms-transform: rotate(-45deg) translateY(-30px);
            transform: rotate(-45deg) translateY(-30px);
}

.home .slider.highlight .owl-nav .owl-next {
    top: 0px;
    right: 45px;

    -webkit-transform: scaleX(0.5) translateY(-50%);
       -moz-transform: scaleX(0.5) translateY(-50%);
        -ms-transform: scaleX(0.5) translateY(-50%);
            transform: scaleX(0.5) translateY(-50%);

    position: absolute;
}

.home .slider.highlight .owl-nav .owl-next:before {
    content: '';
    display: block;

    width: 60px;
    height: 60px;

    border-top: 2px solid white;
    border-right: 2px solid white;

    -webkit-transform: rotate(45deg) translateY(-30px);
       -moz-transform: rotate(45deg) translateY(-30px);
        -ms-transform: rotate(45deg) translateY(-30px);
            transform: rotate(45deg) translateY(-30px);
}

.home .slider.highlight .item .data {
    left: 42px;
    right: 42px;
    bottom: 40px;
    z-index: 2;

    position: absolute;
}

.home .slider.highlight .item .data .tag {
    font-family: 'din-alternate-bold';
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #ffcb05;
}

.home .slider.highlight .item .data .title {
    font-family: 'din-alternate-regular';
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}

.home .slider.highlight .owl-dots {
    height: 60px;
    text-align: center;
}

.home .slider.highlight .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 22px 4px 0px;
    border-radius: 50%;
    border: 1px solid #333333;
}

.home .slider.highlight .owl-dots .owl-dot.active {
    background: #333333;
}

.home .highlights .wrapper {
    padding: 0px 0px 35px;
}

.home .highlights .wrapper .itens {
    float: left;
    width: calc(100% - 330px);
}

.home .highlights .wrapper .itens .owl-nav {
    display: none;
}

.home .highlights .wrapper .itens .item .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.home .highlights .wrapper .itens .item .image img {
    width: 100%;
    height: auto;
}

.home .highlights .wrapper .itens .item .tag {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    margin-bottom: 10px;
    text-transform: uppercase;
}

.home .highlights .wrapper .itens .item .title {
    font-family: 'din-alternate-regular';
    font-size: 25px;
    line-height: 28px;

    color: #222222;
}

.home .highlights .wrapper .ad {
    float: right;

    margin: 0px;
    margin-left: 30px;
}

.home .highlights-small {
    padding: 0px 0px 50px;
}

.home .highlights-small .item .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.home .highlights-small .item .image img {
    width: 100%;
    height: auto;
}

.home .highlights-small .item .tag {
    font-family: 'din-alternate-bold';
    font-size: 14px;
    line-height: 16px;

    margin-bottom: 10px;
    text-transform: uppercase;
}

.home .highlights-small .item .title {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    color: #222222;
}

.home .group {
    padding-top: 50px;
    padding-bottom: 60px;
}

.home .group h2 {
    font-family: 'din-alternate-bold';
    font-size: 33px;
    line-height: 33px;

    text-align: left;
    text-transform: uppercase;
}

.home .group h2:after {
    content: '';

    display: block;
    position: relative;

    width: 100%;
    height: 15px;
    margin: 15px 0px;
}

.home .group .item {
    display: block;
    position: relative;
}

.home .group .ad {
    margin-top: 60px;
    margin-bottom: 0px;
}

.home .group .tabs .tab-title {
    float: left;
    position: relative;

    width: 50%;
    height: 45px;

    font-family: 'din-alternate-regular';
    font-size: 20px;
    line-height: 45px;
    padding-left: 18px;

    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.home .group .tabs .tab-title:first-child {
    padding-left: 0px;
}

.home .group .tabs .tab-title:first-child:before {
    content: '';

    top: 0px;
    right: 0px;

    width: 0px;
    height: 45px;

    display: block;
    position: absolute;

    border-right: 1px solid rgba(255,255,255,0.4);
}

.home .group .tabs .tab-title.active {
    font-family: 'din-alternate-bold';
    border-bottom: 1px solid rgba(255,255,255,0);
}

.home .group .tabs .tab-content {
    clear: both;
}

.home .group .tabs .tab-content .tab-item {
    display: block;
    position: relative;

    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 18px;

    padding-top: 10px;
    padding-left: 25px;
}

.home .group .tabs .tab-content .tab-item span {
    display: block;
    position: absolute;

    top: 10px;
    left: 0px;
    width: 25px;

    font-family: 'din-alternate-bold';
}

.home .group .tabs .tab-content .read-more {
    width: auto;
    float: right;
    margin-top: 15px;
}

.home .group .tabs .read-more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'din-alternate-bold';
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    padding: 10px 0px 10px;
}

/*******************************************************************************
 * Search
 ******************************************************************************/

.search h3 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    line-height: 31px;
    color: #0066b3;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.search p {
    font-family: 'din-alternate-regular';
    font-size: 29px;
    line-height: 32px;
    color: #9da0a4;
}

.search p strong {
    font-family: 'din-alternate-bold';
    color: #222222;
}

.search p.meta:after {
    content: '';
    display: block;

    height: 5px;
    margin: 15px 0px;

    background: #0066b3;
}

.search .results {
    padding: 50px;
}

.search .form {
    padding-bottom: 50px;
}

.search .form h3 {
    text-align: left;
    margin-bottom: 30px;
}

.search .results {
    margin-bottom: 50px;
}

.search .results .image {
    width: 192px;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.search .results .item .image img {
    width: 100%;
    height: auto;
}

.search .results .item {
    display: block;
    margin-bottom: 15px;
}

.search .results:after,
.search .results .item:after {
    content: '';
    clear: both;
    display: block;
}

.search .results .item .tag {
    font-family: 'din-alternate-bold';
    font-size: 14px;
    line-height: 16px;

    margin-top: 10px;
    margin-left: 214px;
    margin-bottom: 14px;

    text-transform: uppercase;
}

.search .results .item .title {
    font-family: 'din-alternate-bold';
    font-size: 20px;
    line-height: 24px;

    color: #222222;
    margin-left: 214px;
}

/*******************************************************************************
 * Singular
 ******************************************************************************/

.singular article h2,
.singular article h3 {
    font-family: 'din-alternate-bold';
    font-size: 30px;
    line-height: 30px;

    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 15px;

    color: #222222;
}

.singular article h2:after,
.singular article h3:after {
    content: '';

    top: 15px;
    width: 100%;

    display: block;
    position: relative;

    border-top: 1px solid #cfcfcf;
}

.singular article .meta {
    margin: 20px 0px;

    padding-left: 60px;
    padding-right: 60px;
}

.singular article .meta .tag {
    font-family: 'din-alternate-bold';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.singular article .meta .date {
    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;

    color: #333333;
    margin-left: 15px;
}

.singular article .body {
    position: relative;

    padding-left: 60px;
    padding-right: 60px;
}

.singular article .paywall {
        position: absolute;

        top: 190px;
        left: 0px;
        right: 0px;
        padding-left: 60px;
        padding-right: 60px;

        z-index: 4;
        background: white;

        -webkit-box-shadow: 0 -60px 60px white;
           -moz-box-shadow: 0 -60px 60px white;
            -ms-box-shadow: 0 -60px 60px white;
                box-shadow: 0 -60px 60px white;
}

.singular article .paywall .inner {
    margin: auto;
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
    padding: 10px 40px 30px;
    text-align: center;
}

.singular article .paywall .inner {
    background: #fcfcfc;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.singular article .paywall .line {
    border-top: 1px solid #cfcfcf;
}

.singular article .paywall .lb {
    padding: 0px 20px;
}

.singular article .paywall .mt {
    margin-top: 20px;
}

.singular article .paywall .row {
    padding: 20px 0px;
    position: relative;
}

.singular article .paywall .row > div {
    position: static;
}

.singular article .paywall h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.singular article .paywall h2:after {
    display: none;
}

.singular article .paywall a {
    cursor: pointer;
    display: block;

    min-width: 180px;

    font-family: 'din-alternate-bold';
    font-size: 14px;
    line-height: 20px;
    margin: 0px auto;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #0066b3;
}

.singular article .paywall strong {
    display: block;
}

.singular article .player-wrapper {
    height: 400px;
}

.singular article .player-wrapper-bg {
    left: 0px;
    right: 0px;
    position: absolute;
    background: #222222;
}

.singular article .player-wrapper-bg .wp-video,
.singular article .player-wrapper-bg .wp-video-shortcode,
.form-acesso .body-wrapper .wp-video,
.form-acesso .body-wrapper .wp-video-shortcode {
    margin: auto;
    width: 100% !important;
    height: 400px !important;
    max-width: 1024px !important;
}

.about .side-wrapper .side-video .wp-video {
    height: 250px;
}

.singular article .player-wrapper-bg .wp-video.mejs-container-fullscreen,
.singular article .player-wrapper-bg .wp-video-shortcode.mejs-container-fullscreen,
.form-acesso .body-wrapper .wp-video.mejs-container-fullscreen,
.form-acesso .body-wrapper .wp-video-shortcode.mejs-container-fullscreen,
.singular article .player-wrapper-bg .wp-video.mejs-container-fullscreen video,
.singular article .player-wrapper-bg .wp-video-shortcode.mejs-container-fullscreen video,
.form-acesso .body-wrapper .wp-video.mejs-container-fullscreen video,
.form-acesso .body-wrapper .wp-video-shortcode.mejs-container-fullscreen video {
    height: 100% !important;
    max-width: 100% !important;
}

.singular aside {
    padding: 60px 0px 50px;
}

.singular aside h2 {
    font-family: 'din-alternate-regular';
    font-size: 25px;
    line-height: 25px;

    margin-bottom: 15px;
    text-transform: uppercase;

    color: #333333;
}

.singular aside .newsletter {
    padding-left: 90px;
    padding-right: 50px;
}

.singular aside .newsletter p {
    font-family: 'din-alternate-regular';
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;

    text-align: center;
}

.singular aside .share {
    padding-left: 0px;
    padding-right: 90px;
}

.singular .meta .social-list {
    top: -4px;

    float: right;
    position: relative;

    margin-right: 45px;
}

/*******************************************************************************
 * Playlist de videos
 ******************************************************************************/

.singular .more-videos {
    background-color: rgba(51, 51, 51, 0.1);

    padding-top: 20px;
    padding-left: 10px;
    padding-right: 0px;

    min-height: 400px;
}

.singular .more-videos .tag,
.singular .more-videos .description,
.singular .more-videos h2 {
    padding-left: 15px;
    padding-right: 25px;
}

.singular .more-videos .tag {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.singular .more-videos .description {
    font-family: 'din-alternate-regular';
    font-size: 17px;
    line-height: 19px;

    margin-bottom: 30px;
}

.singular .more-videos h2 {
    font-family: 'din-alternate-bold';
    font-size: 24px;
    line-height: 24px;

    padding-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.singular .more-videos .more-videos-list {
    height: 242px;
}

.singular .more-videos ul {
    list-style: none;
}

.singular .more-videos ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px #999999 solid;
}

.singular .more-videos ul li:last-child {
    border-bottom: none;
}

.singular .more-videos ul li div.item {
    padding: 20px 10px;
}

.singular .more-videos ul li div.item:after {
    content: '';
    clear: both;
    display: block;
}

.singular .more-videos ul li div.item img {
    max-width: 70px;
    float: left;
    margin-right: 10px;
}

.singular .more-videos h3 {
    font-family: 'din-alternate-regular';
    font-size: 14px;

    padding: 0px;
    line-height: 20px;
}

.singular article .more-videos h2:after,
.singular article .more-videos h3:after {
    border: none;
}

.singular .more-videos ul li.active h3 {
    color: #ffffff;
}

.singular .more-videos .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cccccc;
    width: 8px;
    border-radius: 0px;
}

.singular .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    line-height: 30px;
    background-color: #999999;
    border-radius: 0px;
}

.singular .credit-request {
    padding-top: 50px;
    padding-bottom: 30px;
}

.singular .credit-request h2 {
    padding: 0px;

    font-family: 'din-alternate-regular';
    font-size: 45px;
    line-height: 45px;

    text-align: center;
    text-transform: uppercase;

    color: #333333;
}

.singular .credit-request h2:after {
    display: none;
}

.modal .text p,
.singular .credit-request p {
    font-family: 'din-alternate-regular';
    font-size: 18px;
    line-height: 20px;

    margin: 15px 0px;
    text-align: center;

    color: #333333;
}

.modal .close,
.singular .credit-request a {
    cursor: pointer;
    display: block;

    font-family: 'din-alternate-bold';
    font-size: 14px;

    width: 80%;
    max-width: 340px;
    margin: 30px auto 0px;
    padding: 10px 20px;
    border-radius: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
    background: #0066b3;
}

.modal {
    z-index: 99999;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;

    position: fixed;
    background: rgba(255, 255, 255, 0.7);
}

.modal .text {
    top: 50%;
    left: 50%;

    width: 360px;
    padding: 20px;
    max-width: 90%;

    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);

    position: absolute;
    background: #ffffff;
}

/*******************************************************************************
 * Singular / Text
 ******************************************************************************/

.singular article.text .body .size-body-large {
    width: calc(100% + 120px) !important;

    margin-left: -60px;
    margin-right: -60px;

    max-width: none !important;
}

.singular article.text .body .size-body-medium {
    width: calc(100% - 180px) !important;

    margin-left: 90px;
    margin-right: 90px;
}

/*******************************************************************************
 * Singular / Download
 ******************************************************************************/

.singular article.download h2 {
    font-size: 34px;

    text-align: center;
    text-transform: uppercase;

    margin-top: 25px;
    margin-bottom: 40px;

    padding-bottom: 0px;
}

.singular article.download h2:after {
    display: none;
}

.singular article.download h3 {
    font-size: 25px;
    margin-left: 310px;
}

.singular article.download h3:after {
    border-top: 6px solid #222222;
}

.singular article.download .meta {
    margin-left: 310px;
}

.singular article.download .meta .tag {
    font-size: 16px;
    line-height: 16px;
}

.singular article.download .body {
    margin-left: 310px;

    font-style: italic;
    font-size: 16px;
    line-height: 24px;

    color: #6b6a6a;
}

.singular article .body a[download] {
    width: 180px;

    /**margin: auto;**/
    display: block;

    font-family: 'din-alternate-bold';
    font-style: normal;
    font-size: 23px;
    line-height: 23px;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    color: #333333;
}

.singular article .body a[download] i {
    font-size: 1.2em;
    margin-right: 12px;
}

.singular article .body a.pdf-download[download] {
    width: 390px;
    margin: auto;
    padding: 14px 20px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 25px;
    color: #0165b3;
    background: #ffcb06;
    font-family: 'din-alternate-bold';
    text-align: center;
    text-transform: uppercase;
}

.singular article.download .preview {
    float: left;
    padding-left: 60px;
}

/*******************************************************************************
 * Archive
 ******************************************************************************/

.archive .principal h2,
.archive .highlights h2 {
    font-family: 'din-alternate-bold';
    font-size: 33px;
    line-height: 33px;

    text-align: center;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.archive .highlights .wrapper {
    padding: 35px 0px;
}

.archive .highlights .wrapper .itens {
    float: left;
    width: calc(100% - 330px);
}

.archive .highlights .wrapper .itens .owl-nav {
    display: none;
}

.archive .principal .itens .item .image,
.archive .highlights .wrapper .itens .item .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.archive .principal .itens .item .image img,
.archive .highlights .wrapper .itens .item .image img {
    width: 100%;
    height: auto;
}

.archive .principal .itens .item .title,
.archive .highlights .wrapper .itens .item .title {
    font-family: 'din-alternate-regular';
    font-size: 25px;
    line-height: 28px;
}

.archive .highlights .wrapper .ad {
    float: right;

    margin: 0px;
    margin-left: 30px;
}

.archive .principal {
    margin-top: 40px;
}

.archive .principal h2 {
    text-align: left;
    font-size: 31px;
    line-height: 31px;
}

.archive .principal .itens .item {
    display: block;
    margin-bottom: 40px;
}

.archive .principal .itens .item .title {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    color: #222222;
}

/*******************************************************************************
 * Downloads
 ******************************************************************************/

.downloads .group {
    padding-top: 50px;
    padding-bottom: 60px;
}

.downloads .group h2 {
    font-family: 'din-alternate-bold';
    font-size: 33px;
    line-height: 33px;

    text-align: left;
    text-transform: uppercase;
}

.downloads .group h2:after {
    content: '';

    display: block;
    position: relative;

    width: 100%;
    height: 15px;
    margin: 15px 0px;
}

.downloads .group .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.downloads .group .item:after {
    content: '';

    clear: both;
    display: block;
}

.downloads .group .item .image {
    float: left;
}

.downloads .group .item .image,
.downloads .group .item .image img {
    width: 220px;
    height: auto;
}

.downloads .group .item .title {
    font-family: 'din-alternate-bold';
    font-size: 25px;
    line-height: 28px;

    text-transform: uppercase;
    text-decoration: none;

    padding-top: 10px;
    padding-left: 250px;
    padding-right: 30px;
    padding-bottom: 8px;
}

.downloads .group .item .excerpt {
    font-family: 'din-alternate-regular';
    font-size: 16px;
    line-height: 18px;

    padding-left: 250px;
    padding-right: 30px;

    color: #333333;
    text-decoration: none;
}

.downloads .group .item .button {
    position: absolute;

    left: 250px;
    bottom: 10px;

    font-family: 'din-alternate-bold';
    font-size: 17px;
    line-height: 17px;

    text-transform: uppercase;
    text-decoration: none;

    color: #333333;
}

.downloads .group .item .button i {
    font-size: 1.2em;
    margin-right: 10px;
}

.downloads .group .ad {
    margin-top: 60px;
    margin-bottom: 0px;
}

/*******************************************************************************
 * Credit Workshop
 ******************************************************************************/

.credit-workshop .body-wrapper {
    max-width: 730px;
}

.credit-workshop .body-wrapper .body {
    font-family: 'din-alternate-regular';
    font-size: 22px;
    line-height: 24px;

    color: #4b4b4b;
}

.credit-workshop .body-wrapper .body h3 {
    font-family: 'din-alternate-bold';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.credit-workshop .body-wrapper .body .wp-video,
.credit-workshop .body-wrapper .body .wp-video-shortcode,
.form-acesso .body-wrapper .wp-video,
.form-acesso .body-wrapper .wp-video-shortcode {
    margin: auto;
    width: 100% !important;
    height: 400px !important;
    max-width: 790px !important;
}

.credit-workshop .body-wrapper .body .wp-video {
    margin: 35px auto;
}

.credit-workshop .body-wrapper .btn {
    cursor: pointer;
    text-align: center;

    margin: 20px 0px 50px;
    padding: 45px 15px 45px 15px;

    color: #333333;
    background: #ffcb05;
}

.credit-workshop .body-wrapper .btn.btn-mei {
    background: #fbe593;
}

.credit-workshop .body-wrapper .btn .title {
    font-family: 'din-alternate-bold';
    font-size: 41px;
    line-height: 41px;
}

.credit-workshop .body-wrapper .btn .description {
    font-family: 'din-alternate-regular';
    font-size: 25px;
    line-height: 28px;
}

.credit-workshop .group {
    padding-top: 50px;
    padding-bottom: 60px;
}

.credit-workshop .group#mpe { background: #ffcb05; }
.credit-workshop .group#mei {
    background: #fbe593;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.credit-workshop .group h2 {
    font-family: 'din-alternate-bold';
    font-size: 33px;
    line-height: 33px;

    text-align: left;
    text-transform: uppercase;

    color: #333333;
}

.credit-workshop .group h2:after {
    content: '';

    display: block;
    position: relative;

    width: 100%;
    height: 15px;
    margin: 15px 0px;

    background: #333333;
}

.credit-workshop .highlights .wrapper {
    padding: 0px 0px 35px;
}

.credit-workshop .highlights .wrapper .itens {
    float: left;
    width: calc(100% - 330px);
}

.credit-workshop .highlights .wrapper .itens .item .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.credit-workshop .highlights .wrapper .itens .item .image img {
    width: 100%;
    height: auto;
}

.credit-workshop .highlights .wrapper .itens .item .tag {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    margin-bottom: 10px;
    text-transform: uppercase;
}

.credit-workshop .highlights .wrapper .itens .item .title {
    font-family: 'din-alternate-regular';
    font-size: 25px;
    line-height: 28px;

    color: #222222;
}

.credit-workshop .highlights .wrapper .ad {
    float: right;

    margin: 0px;
    margin-left: 30px;
}

.credit-workshop .highlights-small {
    padding: 0px 0px 50px;
}

.credit-workshop .highlights-small .item {
    margin-bottom: 30px;
}

.credit-workshop .highlights-small .item .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.credit-workshop .highlights-small .item .image img {
    width: 100%;
    height: auto;
}

.credit-workshop .highlights-small .item .tag {
    font-family: 'din-alternate-bold';
    font-size: 14px;
    line-height: 16px;

    margin-bottom: 10px;
    text-transform: uppercase;
}

.credit-workshop .highlights-small .item .title {
    font-family: 'din-alternate-bold';
    font-size: 16px;
    line-height: 18px;

    color: #222222;
}

.credit-workshop .highlights .wrapper .itens .owl-nav {
    display: none;
}

.partners {
    padding: 40px 0px;
    background: #fcfcfc;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.partners h2 {
    font-family: 'din-alternate-bold';
    font-size: 31px;
    line-height: 32px;
    text-transform: uppercase;

    color: #222222;
    margin-bottom: 40px;
}

.partners .slider,
.partners .slider .item {
    height: auto;
}

.partners .slider .owl-item {
    text-align: center;
}

.partners  .owl-dots {
    display: none;
}

.partners .slider .owl-nav {
    top: 95px;
}

.partners .slider .owl-nav .owl-prev,
.partners .slider .owl-nav .owl-next {
    font-size: 0px;
}

.partners .slider .owl-nav .owl-prev {
    top: 55px;
    left: 45px;

    -webkit-transform: scaleX(0.5) translateY(-50%);
       -moz-transform: scaleX(0.5) translateY(-50%);
        -ms-transform: scaleX(0.5) translateY(-50%);
            transform: scaleX(0.5) translateY(-50%);

    position: absolute;
}

.partners .slider .owl-nav .owl-prev:before {
    content: '';
    display: block;

    width: 60px;
    height: 60px;

    border-top: 2px solid white;
    border-left: 2px solid white;

    -webkit-transform: rotate(-45deg) translateY(-30px);
       -moz-transform: rotate(-45deg) translateY(-30px);
        -ms-transform: rotate(-45deg) translateY(-30px);
            transform: rotate(-45deg) translateY(-30px);
}

.partners .slider .owl-nav .owl-next {
    top: 55px;
    right: 45px;

    -webkit-transform: scaleX(0.5) translateY(-50%);
       -moz-transform: scaleX(0.5) translateY(-50%);
        -ms-transform: scaleX(0.5) translateY(-50%);
            transform: scaleX(0.5) translateY(-50%);

    position: absolute;
}

.partners .slider .owl-nav .owl-next:before {
    content: '';
    display: block;

    width: 60px;
    height: 60px;

    border-top: 2px solid white;
    border-right: 2px solid white;

    -webkit-transform: rotate(45deg) translateY(-30px);
       -moz-transform: rotate(45deg) translateY(-30px);
        -ms-transform: rotate(45deg) translateY(-30px);
            transform: rotate(45deg) translateY(-30px);
}

.partners .slider .owl-nav .owl-next {
    right: -35px;
}

.partners .slider .owl-nav .owl-prev {
    left: -35px;
}

.partners .slider .owl-nav .owl-next:before {
    border-top: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    cursor: pointer;
}

.partners .slider .owl-nav .owl-prev:before {
    border-top: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    cursor: pointer;
}

/*******************************************************************************
 * Reestruturação financeira
 ******************************************************************************/

.tag.reestruturacao-financeira,
.archive.reestruturacao-financeira .principal h2,
.archive.reestruturacao-financeira .highlights h2 {
    color: #37689b;
}

.home .group.reestruturacao-financeira h2,
.downloads .group.reestruturacao-financeira h2 {
    color: #ffcb05;
}

.home .group.reestruturacao-financeira h2:after,
.downloads .group.reestruturacao-financeira h2:after {
    background: #ffcb05;
}

.home .group.reestruturacao-financeira,
.downloads .group.reestruturacao-financeira,
.archive.reestruturacao-financeira .highlights .wrapper {
    background: #37689b;
}

.home .group.reestruturacao-financeira .itens .item .title,
.home .group.reestruturacao-financeira .itens .item .excerpt,
.home .group.reestruturacao-financeira .itens .item .button,
.downloads .group.reestruturacao-financeira .itens .item .title,
.downloads .group.reestruturacao-financeira .itens .item .excerpt,
.downloads .group.reestruturacao-financeira .itens .item .button,
.archive.reestruturacao-financeira .highlights .wrapper .itens .item .title {
    color: #ffffff;
}

.home .group.reestruturacao-financeira .read-more-button,
.downloads .group.reestruturacao-financeira .read-more-button {
    color: #ffffff;
    border: 2px solid #ffcb05;
}

.home .group.reestruturacao-financeira .read-more-button span:nth-child(1),
.downloads .group.reestruturacao-financeira .read-more-button span:nth-child(1) {
    color: #ffcb05;
}

/*******************************************************************************
 * Meios eletrônicos de pagamento
 ******************************************************************************/

.tag.meios-eletronicos-de-pagamento,
.home .group.meios-eletronicos-de-pagamento h2,
.downloads .group.meios-eletronicos-de-pagamento h2,
.archive.meios-eletronicos-de-pagamento .principal h2,
.archive.meios-eletronicos-de-pagamento .highlights h2 {
    color: #198797;
}

.home .group.meios-eletronicos-de-pagamento h2:after,
.downloads .group.meios-eletronicos-de-pagamento h2:after {
    background: #198797;
}

.home .group.meios-eletronicos-de-pagamento,
.downloads .group.meios-eletronicos-de-pagamento,
.archive.meios-eletronicos-de-pagamento .highlights .wrapper {
    background: #cbe1e5;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.home .group.meios-eletronicos-de-pagamento .itens .item .title,
.downloads .group.meios-eletronicos-de-pagamento .itens .item .title,
.archive.meios-eletronicos-de-pagamento .highlights .wrapper .itens .item .title {
    color: #222222;
}

.home .group.meios-eletronicos-de-pagamento .read-more-button,
.downloads .group.meios-eletronicos-de-pagamento .read-more-button {
    color: #222222;
    border: 2px solid #198797;
}

.home .group.meios-eletronicos-de-pagamento .read-more-button span:nth-child(1),
.downloads .group.meios-eletronicos-de-pagamento .read-more-button span:nth-child(1) {
    color: #198797;
}

/*******************************************************************************
 * Acesso a crédito e serviços financeiros
 ******************************************************************************/

.tag.acesso-a-credito-e-servicos-financeiros,
.home .group.acesso-a-credito-e-servicos-financeiros h2,
.downloads .group.acesso-a-credito-e-servicos-financeiros h2,
.archive.acesso-a-credito-e-servicos-financeiros .principal h2,
.archive.acesso-a-credito-e-servicos-financeiros .highlights h2 {
    color: #5b5f9e;
}

.home .group.acesso-a-credito-e-servicos-financeiros h2:after,
.downloads .group.acesso-a-credito-e-servicos-financeiros h2:after {
    background: #5b5f9e;
}

.home .group.acesso-a-credito-e-servicos-financeiros,
.downloads .group.acesso-a-credito-e-servicos-financeiros,
.archive.acesso-a-credito-e-servicos-financeiros .highlights .wrapper {
    background: #dbdce9;
    background-image: url(../../images/pattern.png);
    background-repeat: repeat;
}

.home .group.acesso-a-credito-e-servicos-financeiros .itens .item .title,
.downloads .group.acesso-a-credito-e-servicos-financeiros .itens .item .title,
.archive.acesso-a-credito-e-servicos-financeiros .highlights .wrapper .itens .item .title {
    color: #222222;
}

.home .group.acesso-a-credito-e-servicos-financeiros .read-more-button,
.downloads .group.acesso-a-credito-e-servicos-financeiros .read-more-button {
    color: #222222;
    border: 2px solid #5b5f9e;
}

.home .group.acesso-a-credito-e-servicos-financeiros .read-more-button span:nth-child(1),
.downloads .group.acesso-a-credito-e-servicos-financeiros .read-more-button span:nth-child(1) {
    color: #5b5f9e;
}

/*******************************************************************************
 * Fontes alternativas de recursos
 ******************************************************************************/

.tag.fontes-alternativas-de-recursos,
.archive.fontes-alternativas-de-recursos .principal h2,
.archive.fontes-alternativas-de-recursos .highlights h2 {
    color: #1a9e71;
}

.home .group.fontes-alternativas-de-recursos h2,
.downloads .group.fontes-alternativas-de-recursos h2 {
    color: #ffcb05;
}

.home .group.fontes-alternativas-de-recursos h2:after,
.downloads .group.fontes-alternativas-de-recursos h2:after {
    background: #ffcb05;
}

.home .group.fontes-alternativas-de-recursos,
.downloads .group.fontes-alternativas-de-recursos,
.archive.fontes-alternativas-de-recursos .highlights .wrapper {
    background: #1a9e71;
}

.home .group.fontes-alternativas-de-recursos .itens .item .title,
.home .group.fontes-alternativas-de-recursos .itens .item .excerpt,
.home .group.fontes-alternativas-de-recursos .itens .item .button,
.downloads .group.fontes-alternativas-de-recursos .itens .item .title,
.downloads .group.fontes-alternativas-de-recursos .itens .item .excerpt,
.downloads .group.fontes-alternativas-de-recursos .itens .item .button,
.archive.fontes-alternativas-de-recursos .highlights .wrapper .itens .item .title {
    color: #ffffff;
}

.home .group.fontes-alternativas-de-recursos .read-more-button,
.downloads .group.fontes-alternativas-de-recursos .read-more-button {
    color: #ffffff;
    border: 2px solid #ffcb05;
}

.home .group.fontes-alternativas-de-recursos .read-more-button span:nth-child(1),
.downloads .group.fontes-alternativas-de-recursos .read-more-button span:nth-child(1) {
    color: #ffcb05;
}

/*******************************************************************************
 * Hovers
 ******************************************************************************/

@media screen and (min-width: 992px)
{
    header .navigation .user-options a:hover {
        background: rgba(0,0,0, 0.1);
    }

    header .navigation nav ul > li > a:hover {
        color: #ffcb05;
    }

    header .navigation nav ul > li:hover > ul {
        display: block;
        position: absolute;
        text-align: left;

        top: 50px;
        left: -10px;
        width: 215px;

        z-index: 9;
    }

    header .navigation nav ul > li > ul li a:hover {
        color: #ffcb05;
        background: #198797;
        font-size: 16px;
        font-family: 'din-alternate-bold';
    }

    footer .social a,
    .social-list li .social {
        -webkit-transition: 0.8s ease;
           -moz-transition: 0.8s ease;
            -ms-transition: 0.8s ease;
                transition: 0.8s ease;

        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    footer .social a:hover,
    .social-list li .social:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }

    footer nav li a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .singular .more-videos ul li:hover h3 {
        color: #ffffff;
    }

    .singular .more-videos ul li:hover div.item,
    .singular .more-videos ul li.active {
        background-color: #999999;
    }

    .more-content .item .image img,
    .archive .principal .item .image img,
    .archive .highlights .item .image img,
    .home .highlights .wrapper .itens .item .image img,
    .home .highlights-small .item .image img,
    .credit-workshop .highlights .wrapper .itens .item .image img,
    .credit-workshop .highlights-small .item .image img,
    .search .results .item .image img {
        -webkit-transition: 1s ease;
           -moz-transition: 1s ease;
            -ms-transition: 1s ease;
                transition: 1s ease;

        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    .tag:hover,
    .more-content .item:hover,
    .archive .principal .item:hover,
    .archive .highlights .item:hover,
    .home .highlights .wrapper .itens .item:hover,
    .home .highlights-small .item:hover,
    .credit-workshop .highlights .wrapper .itens .item:hover,
    .credit-workshop .highlights-small .item:hover,
    .search .results .item:hover {
        text-decoration: underline;
    }

    .more-content .item:hover .image img,
    .archive .principal .item:hover .image img,
    .archive .highlights .item:hover .image img,
    .home .highlights .wrapper .itens .item:hover .image img,
    .home .highlights-small .item:hover .image img,
    .credit-workshop .highlights .wrapper .itens .item:hover .image img,
    .credit-workshop .highlights-small .item:hover .image img,
    .search .results .item:hover .image img {
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
    }

    .related-files .item:hover {
        background: #51492c;
    }

    .related-files .item:hover .title,
    .related-files .item:hover .tags,
    .related-files .item:hover .tags .tag,
    .related-files .item:hover .excerpt,
    .related-files .item:hover .button {
        color: #ffffff;
    }

    .related-files .read-more-button:hover {
        background: #ffffff;
    }

    .related-files .read-more-button:hover span:nth-child(1) {
        color: #333333;
    }

    .singular article.download .body a[download]:hover {
        color: #0066b3;
    }

    .home .slider.highlight .item:hover:after {
        background: rgba(0,0,0,0.4);
    }

    .downloads .group .item:hover {
        background: #494a4c;
    }

    .downloads .group .item:hover .title,
    .downloads .group .item:hover .excerpt,
    .downloads .group .item:hover .button {
        color: #ffffff !important;
    }

    .home .group.reestruturacao-financeira .read-more-button:hover,
    .downloads .group.reestruturacao-financeira .read-more-button:hover {
        background: #ffcb05;
    }

    .home .group.reestruturacao-financeira .read-more-button:hover span:nth-child(1),
    .downloads .group.reestruturacao-financeira .read-more-button:hover span:nth-child(1) {
        color: #ffffff;
    }

    .home .group.meios-eletronicos-de-pagamento .read-more-button:hover,
    .downloads .group.meios-eletronicos-de-pagamento .read-more-button:hover {
        background: #198797;
    }

    .home .group.meios-eletronicos-de-pagamento .read-more-button:hover span:nth-child(1),
    .downloads .group.meios-eletronicos-de-pagamento .read-more-button:hover span:nth-child(1) {
        color: #222222;
    }

    .home .group.acesso-a-credito-e-servicos-financeiros .read-more-button:hover,
    .downloads .group.acesso-a-credito-e-servicos-financeiros .read-more-button:hover {
        background: #5b5f9e;
    }

    .home .group.acesso-a-credito-e-servicos-financeiros .read-more-button:hover span:nth-child(1),
    .downloads .group.acesso-a-credito-e-servicos-financeiros .read-more-button:hover span:nth-child(1) {
        color: #222222;
    }

    .home .group.fontes-alternativas-de-recursos .read-more-button:hover,
    .downloads .group.fontes-alternativas-de-recursos .read-more-button:hover {
        background: #ffcb05;
    }

    .home .group.fontes-alternativas-de-recursos .read-more-button:hover span:nth-child(1),
    .downloads .group.fontes-alternativas-de-recursos .read-more-button:hover span:nth-child(1) {
        color: #ffffff;
    }
}

/*******************************************************************************
 * Responsivo
 ******************************************************************************/

@media screen and (max-width: 1200px) {
    .home .group .tabs .tab-title {
        font-size: 18px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 992px) {

    .credit-workshop .body-wrapper .btn {
        margin: 0px 0px 20px;
        padding: 15px 15px 15px 15px;
    }

    .credit-workshop .body-wrapper .btn .title {
        font-size: 30px;
    }

    .singular .credit-request {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .singular .credit-request h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .singular .credit-request p {
        font-size: 16px;
        line-height: 18px;
    }

    .singular .credit-request a {
        font-size: 12px;
    }

    .singular article .player-wrapper-bg .wp-video,
    .singular article .player-wrapper-bg .wp-video-shortcode,
    .singular article .player-wrapper,
    .credit-workshop .body-wrapper .body .wp-video,
    .credit-workshop .body-wrapper .body .wp-video-shortcode,
    .form-acesso .body-wrapper .wp-video,
    .form-acesso .body-wrapper .wp-video-shortcode {
        height: 220px !important;
    }

    .reorder { display: flex; flex-direction: column; }
    .reorder-cadastrese { order: 2; }
    .reorder-acesse { order: 1; }

    .related-files h2:after,
    .home .group h2:after,
    .downloads .group h2:after,
    .credit-workshop .group h2:after {
        height: 0px !important;
        margin: 30px 0px 0px !important;
    }

    .home .group,
    .credit-workshop .group {
        padding: 30px 0px;
    }

    .credit-workshop .group {
        padding: 30px 0px 0px;
    }

    .home .highlights,
    .credit-workshop .highlights {
        margin-top: 10px;
    }

    .home .highlights h2,
    .credit-workshop .highlights h2 {
        font-family: 'din-alternate-bold';
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        padding: 0px 0px 30px;
        color: #37689b;
    }

    .home .highlights .wrapper .itens,
    .archive .highlights .wrapper .itens,
    .credit-workshop .highlights .wrapper .itens {
        width: 100%;
        float: none;
    }

    .home .highlights .wrapper .container,
    .archive .highlights .wrapper .container,
    .credit-workshop .highlights .wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .home .highlights .wrapper .itens .item .title,
    .archive .principal .itens .item .title,
    .archive .highlights .wrapper .itens .item .title,
    .credit-workshop .highlights .wrapper .itens .item .title {
        font-size: 16px;
        line-height: 18px;
        font-family: 'din-alternate-bold';
    }

    .archive .principal {
        margin-top: 0px;
    }

    .home .highlights-small .item .image,
    .archive .principal .itens .item .image {
        float: left;
        width: 126px;
    }

    .home .highlights-small .item .tag {
        font-size: 12px;
        line-height: 14px;
        margin-left: 141px;
    }

    .home .highlights-small .item .title,
    .archive .principal .itens .item .title {
        font-size: 14px;
        line-height: 15px;
        margin-left: 141px;
    }

    .singular article .body a[download],
    .singular article .body a.pdf-download[download] {
        width: 130px;
        margin: auto;
        margin-top: 30px;
        font-size: 15px;
        line-height: 22px;
    }

    .singular article .body a.pdf-download[download] {
        width: 320px;
    }

    .ad {
        display: none;
    }

    main {
        margin-top: 70px;
    }

    header {
        padding: 0px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 5;
    }

    header .navigation {
        height: 70px;
    }

    header .navigation h1 {
        left: 15px;
        width: 65px;
        height: 50px;
    }

    header .navigation nav.main {
        z-index: 999;

        display: block;
        position: fixed;
        overflow: scroll;

        top: 70px;
        left: 0px;
        right: 0px;
        height: auto;
        bottom: calc(100% - 70px);

        -webkit-transition: 0.5s ease;
           -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
                transition: 0.5s ease;

        background: #0066b3;
    }

    header .navigation nav.main.visible {
        bottom: 0px;
    }

    header .navigation nav.mobile {
        padding-right: 0px;
    }

    header .navigation nav.mobile ul > li.menu-item-101 a {
        padding-left: 0px;
    }

    header .navigation nav.mobile ul > li.menu-item-101 a:before {
        display: none;
    }

    header .navigation nav.mobile ul > li.menu-item-103 form.visible {
        right: -100px;
    }

    header .navigation nav.mobile,
    header .navigation nav.mobile ul,
    header .navigation nav.mobile ul > li {
        height: 70px;
        line-height: 70px;
    }

    header .navigation nav.mobile ul > li,
    header .navigation nav.mobile ul > li.menu-item-103 a {
        top: -2px;
        height: 70px;
    }

    header .navigation nav.mobile ul > li.menu-item-103 a:before {
        top: 24px;
    }

    header .navigation nav.mobile ul > li a .icon.menu {
        font-size: 18px;
    }

    header .navigation nav.main {
        padding-right: 0px;
        text-align: left;
        -webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
           -moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
            -ms-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
                box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
    }

    header .navigation nav.main ul > li,
    header .navigation nav.main ul > li a,
    header .navigation nav.main ul > li > ul,
    header .navigation nav.main ul > li > ul > li,
    header .navigation nav.main ul > li > ul > li > a {
        height: auto;
        display: block;
    }

    header .navigation nav.main ul > li a,
    header .navigation nav.main ul > li > ul > li > a {
        font-family: 'din-alternate-regular';
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        text-transform: uppercase;
        margin-right: 0px;
        padding: 10px 4px
    }

    header .navigation nav.main ul > li > ul > li > a {
        font-size: 14px;
        line-height: 18px;
        padding-left: 45px;
        background: transparent;
        border-bottom: 0px;
    }

    header .navigation nav.main ul > li > ul {
        display: block;
    }

    header .navigation nav.main #menu-item-103,
    header .navigation nav.main #menu-item-101 {
        display: none;
    }

    header.has-banner .banner {
        display: none;
    }

    footer {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    footer nav h2,
    footer nav li,
    footer nav li a {
        font-size: 14px;
        line-height: 16px;
    }

    footer nav h2 {
        font-family: 'din-alternate-bold';
        font-size: 14px;
        margin-bottom: 12px;
    }

    footer .site-n-phone {
        text-align: left;
        margin-top: 62px;
    }

    footer .social a {
        width: 25px;
        height: 25px;
        font-size: 16px;
        margin-top: 30px;
        margin-right: 4px;
        line-height: 25px;
    }

    footer .copyright {
        margin-top: 30px;
    }

    footer .logo {
        height: 70px;
    }

    .read-more-button {
        font-size: 16px;
        padding: 8px 20px;
        line-height: 16px;
    }

    .about .side-wrapper .side-text,
    .about .side-wrapper .side-video {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .about h3 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 95px;
        margin-bottom: 35px;
    }

    .about .side-text {
        font-size: 16px;
        line-height: 20px;

        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .about .side-video {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsletter-call {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .newsletter-call h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .newsletter-call p {
        font-size: 16px;
        line-height: 18px;
    }

    .singular {
        margin-top: 95px;
    }

    .singular article h2,
    .singular article h3 {
        font-size: 25px;
        line-height: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .singular article .meta {
        margin: 10px 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .singular article .meta .tag {
        display: block;
        font-size: 14px;
        line-height: 14px;
    }

    .singular article .meta .date {
        display: block;
        font-size: 14px;
        line-height: 14px;
        margin-left: 0px;
        margin-top: 15px;
    }

    .singular .meta .social-list {
        top: -20px;
        margin-right: 0px;
    }

    .singular article .body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .singular article .paywall {
        left: -20px;
        right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .singular article .paywall h2 {
        font-size: 18px;
    }

    .singular article .paywall .inner {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .editor .viewer .page {
        width: calc(100% - 10px);
        font-size: 10px;
        line-height: 10px;
        margin: 5px;
    }

    .singular aside .share {
        display: none;
    }

    .singular aside .newsletter {
        padding-left: 30px;
        padding-right: 30px;
    }

    .singular aside {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .singular aside h2 {
        text-align: center;
    }

    .more-content h2 {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }

    .more-content {
        padding-bottom: 30px;
    }

    nav.mobile.visible {
        bottom: 0px;
    }

    .form-acesso {
        margin-top: 0px;
    }

    .form-acesso .bloco {
        margin-bottom: 0px;
    }

    .more-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        margin: 20px 0px;
    }

    .singular .more-videos .more-videos-list {
        height: auto;
    }

    .form-banco h1,
    .form-banco .item h3,
    .form-acesso h2,
    .search h3 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 30px;
    }

    .form-banco {
        margin-left: 0px;
        margin-right: 0px;
    }

    .form-banco .item h3 {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .form-banco .input-wrapper input[type="submit"] {
        width: 200px;
        margin: 20px auto;
    }

    .form-banco .item {
        margin-bottom: 20px;
    }

    .form-banco .checkbox-area {
        padding-left: 25px;
        padding-right: 25px;
    }

    .form-banco h1 {
        margin-top: 25px;
    }

    .search h3 {
        margin-bottom: 20px;
    }

    .search p {
        font-size: 22px;
        line-height: 24px;
    }

    .search .results {
        padding: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .search .results .col-xs-12 {
        padding: 0px;
    }

    .more-content .item .image,
    .search .results .image {
        float: left;
        width: 100px;
    }

    .more-content .item,
    .search .results .item {
        text-align: left;
        margin-bottom: 10px;
    }

    .more-content .item .tag,
    .search .results .item .tag {
        font-size: 12px;
        line-height: 12px;
        margin-left: 115px;
        margin-bottom: 8px;
    }

    .more-content .item .title,
    .search .results .item .title {
        font-size: 14px;
        line-height: 16px;
        margin-left: 115px;
    }

    .form-banco p,
    .form-acesso .description {
        font-size: 14px;
        line-height: 16px;
    }

    .form-acesso .form .description {
        font-size: 13px;
    }

    .form-acesso .side-line {
        border: 0px;
    }

    .form .selectbox {
        margin-top: 5px;
    }

    .form-acesso section {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .home .group h2,
    .related-files h2,
    .credit-workshop .group h2,
    .partners h2 {
        font-size: 22px;
        line-height: 22px;
        text-align: center;

        padding: 0px 0px 5px;
    }

    .credit-workshop .group h2:after,
    .home .group h2:after {
        height: 6px;
        margin: 10px 0px;
    }

    .highlights-small .itens .item .image,
    .related-files .itens .item .image  {
        float: left;
        width: 126px;
        margin-right: 16px;
    }

    .highlights-small .itens .item .tag,
    .related-files .itens .item .tag {
        font-size: 11px;
        line-height: 11px;
        margin: 0px 0px 10px;
    }

    .highlights-small .itens .item .title,
    .related-files .itens .item .title {
        font-size: 14px;
        line-height: 14px;
    }

    .highlights-small {
        padding: 30px 0px 30px;
    }

    .highlights-small .read-more-button {
        width: 150px;
        display: block;
        margin: auto;
        font-size: 14px;
        line-height: 14px;
        padding: 5px 0px 5px;
    }

    .related-files .item .image {
        width: 125px;
        height: 160px;
        margin: 0px;
        overflow: hidden;
    }

    .related-files .itens .item .title {
        padding-left: 0px;
    }

    .related-files .itens .item .tags {
        padding-left: 0px;
    }

    .related-files .itens .item .excerpt {
        padding-left: 0px;
    }

    .related-files .item .button {
        left: 140px;
        font-size: 14px;
        line-height: 14px;
        bottom: 15px;
    }

    .singular article.text .body .size-body-large,
    .singular article.text .body .size-body-medium {
        width: 100% !important;

        margin-left: 0px;
        margin-right: 0px;
    }

    .related-files {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .related-files .item {
        margin-bottom: 10px;
    }

    .related-files .itens .item .image {

    }

    .related-files .item .image img {
        width: 100%;
    }

    .read-more-button {
        margin: 15px 0px 0px;
    }

    .editor {
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;
    }

    header .navigation nav ul > li.menu-item-101.logged a {
        width: 70px;
    }

    header .navigation .user-options {
        right: 10px;
    }

    header .navigation .user-options:before {
        left: 75px;
    }

    .downloads .group {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .downloads .group h2,
    .singular article.download h2,
     {
        font-size: 25px;
        line-height: 28px;
    }

    .downloads .group .item .image {
        width: 125px;
        height: 160px;
    }

    .downloads .group .item .image img {
        width: 100%;
    }

    .downloads .group .item .title,
    .downloads .group .item .excerpt {
        font-size: 14px;
        line-height: 16px;
        padding-left: 140px;
        padding-right: 0px;
    }

    .downloads .group .item .button {
        left: 140px;
        font-size: 14px;
        line-height: 14px;
    }

    .singular article.download h3,
    .singular article.download .meta {
        margin-left: 0px;
    }

    .singular article.download .preview {
        float: none;
        width: 100%;
        padding: 18px 0px;
    }

    .singular article.download .preview img {
        width: 100%;
    }

    .credit-workshop .body-wrapper .body,
    .singular article.download .body {
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;
        margin-left: 0px;
    }

    .archive .principal h2,
    .archive .highlights h2 {
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        margin: 25px 0px 0px;
        padding: 0px 0px 30px;
    }

    .home .slider.highlight {
        margin-top: 30px;
    }

    .home .slider.highlight,
    .home .slider.highlight,
    .home .slider.highlight .item {
        height: 288px;
    }

    .home .slider.highlight,
    .home .slider.highlight {
        height: 315px;
    }

    .home .slider.highlight .owl-nav {
        top: 160px;
    }

    .home .slider.highlight .owl-nav .owl-next:before,
    .home .slider.highlight .owl-nav .owl-prev:before {
        width: 40px;
        height: 40px;
    }

    .home .slider.highlight .owl-nav .owl-prev {
        left: 15px;
    }

    .home .slider.highlight .owl-nav .owl-next {
        right: 15px;
    }

    .home .slider.highlight .item .data {
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 20px 22px;

        /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
    }

    .home .slider.highlight .item .data .title {
        font-size: 16px;
        line-height: 18px;
    }

    .home .slider.highlight .item .data .tag {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    footer .logos .row {
        float: left;
        width: calc(50% - 30px);
        height: 80px;
        margin: 20px 15px 0px;
        line-height: 80px;
    }

    footer .logos .row img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .singular article .body a.pdf-download[download] {
        font-size: 14px;
        width: 290px;
        padding: 12px 0px;
        line-height: 22px;
    }

}
