
/*================================================
  WEB FONTS
  ================================================*/

@font-face {
    font-family: 'BentonSansProBold';
    src: url('../bootstrap/fonts/BentonSansProBold.woff') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSansProMedium';
    src: url('../bootstrap/fonts/BentonSansProMedium.woff') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSansProRegular';
    src: url('../bootstrap/fonts/BentonSansProRegular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSansProLight';
    src: url('../bootstrap/fonts/BentonSansProLight.woff') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../bootstrap/fonts/fontawesome-webfont.eot');
    src: url('../bootstrap/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../bootstrap/fonts/fontawesome-webfont.woff') format('woff'), url('../bootstrap/fonts/fontawesome-webfont.ttf?') format('truetype'), url('../bootstrap/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*================================================
  LAYOUT
  ================================================*/

/* Web Site Width */

.IB-page-container {
    max-width: 1200px;
    margin: 0 auto;
    /*background-color: white;*/
}

@media (max-width: 767px) {
    .IB-tabletdesktop {
        display: none;
    }

    .pull-right {
        float: right !important;
    }
}

@media (max-width: 991px) {
    .IB-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .IB-mobile {
        display: none;
    }
}

body {
    padding-top: 70px;
    font-family: 'BentonSansProRegular', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #0A2240;
}

hr {
    border-top: 1px solid lightgray;
    margin-left: -15px;
}

a {
    color: #00a1e0;
    text-decoration: none;
}

/*
@media (min-width: 768px) {
    body {
        padding-top: 94px;
    }
}*/

@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

.IB-header-screen,
.IB-body-screen,
.IB-footer-screen {
    position: relative;
    /*height: 70px;*/
}

.btn-default {
    color: #00a4e0;
    background-color: #fff;
    border-color: #00a4e0;
    padding: 12px 40px;
    font-size: 14px;
    font-family: 'BentonSansProRegular';
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-default-pagination {
    color: #00a1e0;
    background-color: #fff;
    border-color: #00a1e0;
    text-transform: uppercase;
    font-family: 'BentonSansProRegular';
    font-size: 14px;
    border-radius: 5px;
}

.btn-primary-pagination {
    color: #fff;
    background-color: #0A2240;
    border-color: #0A2240;
    text-transform: uppercase;
    font-family: 'BentonSansProMedium';
}

    .btn-primary:focus,
    .btn-primary:active:focus,
    .btn-primary-pagination:hover,
    .btn-primary:active:hover,
    .btn-primary:hover,
    .btn-primary:active {
        color: #fff;
        background-color: #0072ce !important;
        border-color: #0072ce !important;
    }

        .btn-primary:hover .fal,
        .btn-default:hover .fal,
        .btn-default-pagination:hover .fal {
            color: #fff;
        }

.btn-default:focus,
.btn-default:active:focus,
.btn-default-pagination:focus {
    color: #0033a1;
    background-color: #fff;
    border-color: #0033a1 !important;
}

.btn:focus {
    color: #fff;
    background-color: #0033a1;
    border-color: #0033a1 !important;
}

/*#mailBack.btn-default {
    margin-left: 17px;
    margin-right: -5px;
    padding: 15px 8px 15px 15px;
}*/

.btn-default[disabled]:hover,
.btn-default-pagination[disabled]:focus {
    background-color: #a2c6ea;
}

.btn-default:active,
.btn-default:hover,
.btn-default-pagination:active,
.btn-default-pagination:hover {
    color: #fff;
    background-color: #0072ce;
    border-color: #0072ce;
}

.btn-primary {
    font-family: 'BentonSansProBold';
    color: #fff;
    background-color: #00a4e0;
    border-color: #00a4e0;
    padding: 12px 40px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
}

.IB-top-bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*========IB-HEADER-SCREEN=========*/

.skew {
    width: 2px;
    background: #b6721c;
    /*-webkit-transform: skew(0deg);*/
    /* Chrome, Opera */
    /*-ms-transform: skew(0deg);*/
    /* IE */
    /*transform: skew(0deg);*/
    /* Padrão */
}

.negative {
    /*-webkit-transform: skew(-30deg);*/
    /* Chrome, Opera */
    /*-ms-transform: skew(-30deg);*/
    /* IE */
    /*transform: skew(-30deg);*/
    /* Padrão */
}


/*-----IB-top-bar-----*/

.IB-top-bar {
    /*height: 70px;*/
    height: 88px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #0033a1;
}

    .IB-top-bar .IB-mainlogo {
        height: 64px;
        width: 121px;
    }

        .IB-top-bar .IB-mainlogo img {
            width: 84px;
            margin-top: 6px;
        }


    .IB-top-bar .row > div {
        padding-right: 0;
    }

    .IB-top-bar .IB-mainlogo {
        text-align: center;
    }

@media (min-width: 1310px) {
    .IB-top-bar .IB-mainlogo img {
        width: 75px;
        height: 79px;
        margin-top: 11px;
        margin-left: 40px;
    }

    .IB-headermenu-mod .nav-pills > li > a,
    .IB-headermenu-mod .nav .IB-target > div {
        border-radius: 0px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .IB-top-bar {
        background-color: #0033a1;
        height: 100px;
        /*border-bottom: 1px solid #000;*/
        font-family: 'BentonSansProBold',serif;
    }

        .IB-top-bar .IB-mainlogo {
            /*height: 140px;*/
            width: 160px;
        }

    .IB-mainlogoMobile {
        display: none;
    }

    .IB-headermenu-mod .nav li:last-child {
        border-right: none;
    }
}

@media (min-width: 992px) and (max-width: 1309px) {
    .IB-top-bar .IB-mainlogo img {
        width: 75px;
        margin-top: 11px;
        margin-left: 20px;
    }

    .IB-headermenu-mod .nav {
        padding-top: 10px;
    }

    .IB-headermenu-mod .nav {
        display: inline-flex;
        text-align: left;
        padding: 27px 10px 25px 35px;
    }

        .IB-headermenu-mod .nav-pills > li > a,
        .IB-headermenu-mod .nav .IB-target > div {
            border-radius: 0px;
            padding: 0;
        }
}

@media (max-width: 991px) {
    .IB-homepage .IB-mainlogoMobile {
        display: none;
    }

    .IB-login .IB-mainlogoMobile {
        display: block;
        background-color: #0033a1;
        text-align: center;
        /*border-bottom: 1px solid #fff;*/
        height: 0px;
    }

    .IB-mainlogoMobile img {
        text-align: center;
        margin: 9px 0;
        /*margin: 15px 0;*/
        height: 70px;
    }
}
/*-----IB-Headermenu-mod-----*/



.IB-headermenu-mod .IB-user,
.IB-headermenu-mod .IB-lang {
    color: #ffffff;
    font-weight: bold;
}

    .IB-headermenu-mod .IB-user:hover,
    .IB-headermenu-mod .IB-user:active {
        text-decoration: underline;
    }

.IB-headermenu-mod .IB-seta:hover,
.IB-headermenu-mod .IB-seta:active {
    color: #0033a1;
}

#IB-assets-graph-button {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0 !important;
}

#IB-assets-list-button {
    border-top-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0 !important;
    ;
}

.IB-tabs .nav.nav-pills > li.active > a {
    background-color: #00a1e0;
    color: #fff;
    border-color: #00a1e0;
}

.IB-tabs .nav.nav-pills > li > a {
    border: 1px solid #00a1e0;
}

    .IB-tabs .nav.nav-pills > li.active > a .fal,
    .IB-tabs .nav.nav-pills > li > a:hover .fal {
        color: #fff;
    }

    .IB-tabs .nav.nav-pills > li > a:hover {
        /* border-radius: 0px; */
        background-color: #0072ce;
        color: #fff;
        border-color: #0072ce;
    }

.IB-tabs .nav.nav-pills > li {
    border-radius: 0px;
    background-color: transparent;
}

.IB-tabs .nav-pills > li + li {
    margin-left: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ff681d;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #0033a1 !important;
    border-color: #0033a1 !important;
}
/*#IB-assets-graph-button > a,
#IB-liabilities-list-button > a,
#IB-assets-list-button > a {
	color:#ff6000;
}

#IB-assets-graph-button > a:hover,
#IB-assets-list-button > a:hover,
#IB-assets-graph-button > a:visited,
#IB-assets-list-button > a:visited,
#IB-liabilities-list-button > a:hover,
#IB-assets-list-button > a:active,
#IB-liabilities-list-button > a:active,
#IB-assets-graph-button > a:active {
	color:#fff;
}*/

.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.nav-pills > li > a {
    /*color: #ff681d;*/
    padding: 12px 40px;
    text-transform: uppercase;
    font-family: 'BentonSansProMedium', sans-serif;
    border-radius: inherit;
}

.IB-headermenu-mod .nav-pills > li > button {
    border-radius: 0px;
    padding: 5px 10px;
}

/*.IB-headermenu-mod .nav > li > a:hover,
.IB-headermenu-mod .nav > li > a:focus,
.IB-headermenu-mod .nav > li > button:hover,
.IB-headermenu-mod .nav .open > a,
.IB-headermenu-mod .nav .open > a:hover,
.IB-headermenu-mod .nav .open > a:focus {
    
	background-color: #000000;
}*/

.IB-headermenu-mod .nav .IB-target > div {
    font-size: 24px;
    text-transform: uppercase;
    color: #92caef;
    font-weight: 300;
}

.IB-headermenu-mod .IB-user-label .IB-seta,
.IB-headermenu-mod .IB-lang-label .IB-seta {
    padding-right: 10px;
}

.IB-headermenu-mod .IB-target > div,
.IB-headermenu-mod .IB-userbtn .IB-user-label > div,
.IB-headermenu-mod .IB-logout-label > div,
.IB-headermenu-mod .IB-lang-label > div,
.IB-headermenu-mod .navbar-toggle > div {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
    font-family: 'BentonSansProRegular',sans-serif;
}

.IB-headermenu-mod .IB-userbtn .IB-icon,
.IB-headermenu-mod .IB-langbtn .IB-icon,
.IB-headermenu-mod .IB-logoutbtn .IB-icon {
    font-size: 30px;
    color: #ff681d;
    padding: 6px;
}

.IB-headermenu-mod .IB-navbar-toggle .IB-icon {
    font-size: 24px;
    color: #92caef;
}

.IB-headermenu-mod .IB-userbtn .IB-user > .IB-company {
    font-size: 10px;
    line-height: 1.0;
}

.IB-headermenu-mod .nav {
    /*float: right;*/
    margin-right: 0px;
    /*background-color: #ff681d;*/
    height: 100px;
    padding: 27px 0 0 20px;
    margin: 0 0 0 15px;
    /*overflow: initial;*/
    /*-webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);*/
    /* SKEW da div*/
}

.caption.area {
    /*background-color: #ff681d;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
	clip-path: polygon(55px 0%, 100% 0%, 100% 100%, 0% 100%);*/
}

.p-skew {
    /*-webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);*/
    /* SKEW inverso para o texto não inclinar */
}

.back-ground {
    /*position: absolute;
    width: 100%;
    top: 0;
    left: auto;
    bottom: auto;
    right: auto;
    height: 100px;
    padding-top: 0;
    background-color: #ff681d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    transform: none;
    clip-path: polygon(55px 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: none;
    transition: none;*/
}



.IB-headermenu-mod .nav li {
    /*border-right: 1px solid #0033a1;*/
    max-width: 65%;
}

    .IB-headermenu-mod .nav li:last-child {
        border-right: none;
    }

/*.IB-headermenu-mod .nav-pills > li + li {
    margin-left: 0px;
}*/

.IB-headermenu-mod .nav-pills > li + li + li {
    border-right: 0;
}

.IB-headermenu-mod .navbar-toggle {
    margin: 0px;
}

.dropdown-menu > li > a {
    color: #0033a1;
    font-family: 'BentonSansProMedium',sans-serif;
}

@media (max-width: 520px) {
    .IB-headermenu-mod .IB-target > div {
        display: none;
    }

    .nav-pills > li > a {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .IB-headermenu-mod .IB-user {
        display: none !important;
    }

    .IB-headermenu-mod .IB-langbtn {
        display: none !important;
    }

    .IB-header-screen {
        position: relative;
        height: 0;
    }

    .IB-headermenu-mod .nav-pills > li > button {
        padding: 0;
    }
    .IB-card.panel .IB-val {
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {

    .IB-headermenu-mod .nav-pills > li > button {
        border-radius: 0px;
        padding: 5px 10px;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: transparent;
        color: #a1c6e9;
        border-color: none;
    }
}

.bob-steps1-active,
.bob-steps2-active,
.bob-steps3-active {
    color: #00a1e0;
    font-weight: bold;
}
/*---------------------------------*/

/*=========================MAIN-NAV==============================*/

.IB-main-nav-module .navbar-nav {
    padding-top: 10px;
}

@media (min-width: 992px) {
    .IB-main-nav-module .navbar-nav {
        padding: 0;
    }
}


/*-----Main-Nav-Module-----*/

@media (min-width: 992px) {

    .IB-mainmenu-screen {
        display: flex;
        justify-content: flex-end;
    }

    .IB-main-nav-module {
        background-color: transparent;
        border-radius: 0px;
        margin-top: 14px;
    }
}

.IB-main-nav-module .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}

.IB-main-nav-module .dropdown-header {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #ff681d;
}

/*@media (min-width: 992px) {
    .IB-main-nav-module {
        border-radius: 6px;
    }
}*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: underline;
    color: #00a1e0;
    background-color: transparent;
}

.IB-main-nav-module .navbar-nav > li > .dropdown-menu {
    padding: 15px 0;
}

.navbar-default .navbar-nav > .active > a {
    color: #ff681d;
}

@media (max-width: 991px) {
    .IB-main-nav-module .navbar-collapse {
        background-color: #eff2f5;
        border-bottom: 10px solid #1b4965;
        display: none !important;
    }

    .IB-main-nav-module .navbar-nav > li > a {
        color: #1b4965;
    }

    .IB-main-nav-module .navbar-nav > li > a {
        border-bottom: 1px solid #fff;
        padding-right: 35px;
    }

    .IB-main-nav-module .navbar-nav > li:last-child > a {
        border-bottom: none;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        border-color: #c8c8c8;
        background-color: transparent;
    }

    .IB-main-nav-module .navbar-nav > li > a:hover {
        background-color: #fff;
        color: #1b4965;
    }

    .IB-main-nav-module .navbar-nav > li > ul.dropdown-menu {
        background-color: #fff;
    }

    .IB-main-nav-module .navbar-nav .open .dropdown-menu > li > a {
        color: #1b4965;
    }

    .IB-main-nav-module .navbar-nav .open .dropdown-menu > li:last-child > a {
        margin-bottom: 10px;
    }


    .IB-main-nav-module .navbar-nav .open .dropdown-menu .dropdown-header {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .IB-main-nav-module {
        margin-left: -15px;
        margin-right: -15px;
    }

    .IB-targetmenu-module {
        text-align: center;
    }

        .IB-targetmenu-module .IB-targetmenu {
            display: inline-block;
        }

    .IB-main-nav-module .IB-label {
        display: inline-block;
    }

    .IB-main-nav-module .dropdown-toggle .caret {
        margin-top: 10px;
        float: right;
    }

    .IB-main-nav-module .navbar {
        min-height: 1px;
    }

    .IB-main-nav-module .fa-home {
        display: none;
    }

    .IB-main-nav-module .navbar-nav > li > a > .IB-label {
        text-transform: uppercase;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .IB-main-nav-module .navbar-nav > li > a {
        padding: 15px 9px;
        font-size: 14px;
        color: #fff;
        /*-webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(-30deg);*/
        /*border-right: 2px solid #ff681d;*/
    }

    .IB-main-nav-module {
        margin-top: 14px;
    }
}

@media (min-width: 1251px) {
    .IB-main-nav-module .navbar-nav > li > a {
        padding: 15px 20px;
        color: #fff;
        /*-webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(-30deg);*/
        /*border-right: 2px solid #ff681d;*/
    }
}

@media (min-width: 992px) {
    .IB-main-nav-module .IB-label .IB-txt {
        display: none;
    }

    .IB-main-nav-module .navbar-nav > li > a > .IB-label {
        /*text-transform: uppercase;*/
        font-size: 14px;
    }

    .IB-main-nav-module .navbar-nav > li > a:hover,
    .IB-main-nav-module .navbar-nav > li > a.active,
    .IB-main-nav-module .navbar-nav > li > a:focus {
        color: #ff681d;
        /*border-radius: 0;*/
        /*background-color: #fff;*/
        /*clip-path: polygon(22% 10%, 100% 10%, 80% 85%, 5% 85%);*/
        /*background: #fff;*/
        /*-webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(-30deg);*/
        /*border-right: 2px solid #001763;*/
    }


        .IB-main-nav-module .navbar-nav > li > a:hover.pskew,
        .IB-main-nav-module .navbar-nav > li > a.pskew.active,
        .IB-main-nav-module .navbar-nav > li > a.pskew:focus.pskew {
            /*-webkit-transform: skew(30deg);
            -ms-transform: skew(30deg);
            transform: skew(30deg);*/
            /* SKEW inverso para o texto não inclinar */
        }


    .IB-main-nav-module .IB-menu-align {
        min-width: 1%;
        /*margin-left: auto;
        margin-right: auto;*/
        display: table;
        margin-bottom: 15px;
    }

    .IB-main-nav-module .navbar-default {
        background-color: transparent;
        border: none;
        padding-top: 12px;
        font-family: 'BentonSansProBold';
    }

    .IB-main-nav-module a.dropdown-toggle {
        text-align: center;
    }

    .IB-main-nav-module .dropdown-toggle .caret {
        vertical-align: top;
        line-height: 6px;
    }

    .IB-main-nav-module .fal {
        margin-right: 4px;
        font-size: 15px;
    }
}

/*.IB-main-nav-module .navbar-nav > li+li > a:last-child {
    border-right: 0;
}*/


.IB-main-nav-module .navbar-nav > li:last-child > a {
    border-right: 0;
}

.IB-menu-align .navbar-nav .dropdown > a {
    /*border-right: 2px solid #ff681d;*/
}

.navbar .navbar-toggle {
    border: none;
    padding: 11px 14px;
}

    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus,
    .navbar .navbar-toggle:active {
        background-color: transparent;
    }

        .navbar .navbar-toggle:hover .icon-bar,
        .navbar .navbar-toggle:focus .icon-bar,
        .navbar .navbar-toggle:active .icon-bar {
            background-color: #d07ade;
        }

    .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
    }


/*========IB-PAGE-SCREEN-ROW========*/

.IB-page-screen {
    background-color: #ededed;
}

/*.IB-page-screen .container-fluid {
    padding-left: 0;
    padding-right: 0;
}*/

.md-no-margin [class*=col-] {
    margin-left: 0;
}

.IB-page-screen .container-fluid .row .col {
    padding-left: 0;
    padding-right: 0;
}

/*@media (min-width: 1250px) {

    .IB-page-screen .container-fluid .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}*/

@media (min-width: 992px) {
    .row.md-no-margin {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .row.md-no-margin > [class*='col-'] {
            display: grid;
            flex-direction: column;
        }
}

@media (max-width: 991px) {
    .IB-page-screen .container-fluid .row {
        padding-left: 0;
        padding-right: 0;
        /*
        margin-right: -5px;
        margin-left: -5px;
*/
    }

    .IB-hp-resume-mod .row .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*========IB-PAGE-CONTENT===========*/


/*================HP-RESUME-MOD======================*/

/*----------------panel-heading------------------*/

.panel {
    margin-bottom: 20px;
    background-color: white;
    /*border: 1px solid #bfc5d8;*/
    border-radius: 0 !important;
    box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.1);
}

.IB-PerCarteira.btn-group {
    width: -webkit-fill-available;
}

.btn.btn-default.dropdown-toggle {
    width: inherit;
    padding: 10px 40px;
    text-transform: none;
}

.GrafPerformance .Valores,
.GrafPerformance .Legenda {
    display: flex;
    justify-content: center;
    padding: 15px 0 20px;
}

    .GrafPerformance .Valores .Titulo {
        text-transform: uppercase;
        color: #00a1e0;
        font-family:'BentonSansProRegular',sans-serif;
        font-size: 13px;
    }

    .GrafPerformance .Valores .Text {
        color: #0a2240;
        font-weight: bold;
        font-size: 13px;
    }

.GrafPerformance .img-fluid {
    max-width: 100%;
    height: auto;
}

.GrafPerformance .Valores .Investido,
.GrafPerformance .Valores .Valor,
.GrafPerformance .Valores .Datas {
    padding: 0 15px;
}

@media (max-width: 487px) {
    .GrafPerformance .Valores {
        display: block;
    }

        .GrafPerformance .Valores .Investido,
        .GrafPerformance .Valores .Valor,
        .GrafPerformance .Valores .Datas {
            padding: 0 15px 15px;
        }
}

.GrafPerformance .Legenda .Valor {
    margin-left: 20px;
    color: #0033a1;
}

.GrafPerformance .Legenda .Investido {
    color: #ff681d;
}

.red {
    color: #ff681d;
}

.blue {
    color: #0033a1;
}

.bob-helparea {
    border: 1px solid #6f7073;
    border-left: 10px solid #6f7073;
}

    .bob-helparea .fal {
        color: #ff6000;
        font-size: 24px;
    }

.panel-danger > .panel-heading {
    color: #aa0050 !important;
    background-color: white;
    border-color:  #aa0050 !important;
}


.panel-default > .panel-heading {
    color: #0a2240 !important;
    background-color: white !important;
    border-bottom: 0 !important;
}

.panel-heading.IB-collapse-panel {
    padding: 0px;
    border-bottom: 2px solid #0A2240;
    font-family: 'BentonSansProRegular',sans-serif;
}

    .panel-heading.IB-collapse-panel > a {
        padding: 10px 15px;
        display: block;
    }

    .panel-heading.IB-collapse-panel .IB-title h4 {
        margin: 0px;
        font-weight: 500;
        line-height: 1.42857143;
        text-transform: uppercase;
    }

.IB-card.panel {
    padding: 10px 20px;
    text-align: center;
    height: 275px;
    box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.1);
}

    .IB-card.panel .IB-val {
        color: #0a2240;
        font-size: 15px;
        text-transform: capitalize;
        font-family: 'BetonSans-Regular', sans-serif;
        font-weight: 300;
        border-right: 1px solid #ccc;
    }
        .IB-card.panel .IB-val:last-child {
            border-right: 0;
        }

        .IB-card.panel .IB-title,
        .IB-card.panel .IB-val p {
            text-transform: uppercase;
            font-family: 'BetonSans-Bold', sans-serif;
            font-size: 18px;
            text-align: center;
            color: #0033a1;
            margin: 5px 0 20px;
            font-weight: bold;
        }

            .IB-card.panel .IB-title h4 {
                /*padding-bottom: 15px;*/
            }

    .IB-card.panel .IB-rent-pos {
        color: #8ebf03;
        font-size: x-large;
        text-align: left;
    }

    .IB-card.panel .IB-rent-neg {
        color: #e84b38;
        font-size: x-large;
        text-align: left;
    }

    .IB-card.panel .IB-descr {
        color: #0033a1;
        font-family: 'BentonSansProRegular' !important;
        font-size: 16px;
        text-align: left;
        margin-top: 12px;
    }

.carousel-indicators {
    bottom: -82px !important;
}

.row.carousel-header {
    margin-top: 10px;
}


.IB-card.panel .IB-title .fal {
    font-size: 32px;
    text-align: center;
}

.panel-heading.IB-collapse-panel .IB-balance {
    text-align: right;
    color: #0a2240;
    font-family: 'BentonSansProMedium';
    font-size: 18px;
}

    .panel-heading.IB-collapse-panel .IB-balance .IB-value {
        display: inline-block;
        font-size: 18px;
    }

    .panel-heading.IB-collapse-panel .IB-balance .IB-coin {
        display: inline-block;
    }

.panel-heading.IB-collapse-panel .IB-icon {
    text-align: right;
    font-size: 18px;
    color: #00a1e0;
    padding-top: 3px;
}

    .panel-heading.IB-collapse-panel .IB-icon .fa:before {
        content: "\f066";
    }

.panel-heading.IB-collapse-panel a.collapsed .IB-icon .fa:before {
    content: "\f065";
}

.panel-heading .IB-title h4 {
    margin: 0px;
    line-height: 1.42857143;
    font-family: 'BentonSansProRegular',sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

.IB-news.panel .IB-list-panel {
    font-family: 'BentonSansProBold';
    color: #0a2240;
}

    .IB-news.panel .IB-list-panel p {
        font-family: 'BentonSansProRegular';
        color: #00a1e0;
        font-size: 13px;
        float: initial;
    }

    .IB-news.panel .IB-list-panel.list-group-item div {
        display: inline-block;
        color: #0a2240 !important;
        font-size: 13px;
    }

        .IB-news.panel .IB-list-panel.list-group-item div a {
            color: #0a2240 !important;
            font-family: 'BentonSansProBold',sans-serif;
        }

.IB-news.panel .list-group {
    padding: 0 10px;
}

.IB-news.panel .list-group-item:last-child {
    border-bottom: none;
}

.IB-news.panel .list-group-item {
    display: flex;
}

.IB-news.panel .IB-list-panel .fal {
    font-size: 25px;
    margin-top: 10px;
}

.table [data-title] > a {
    color: #00a1e0;
    font-weight: bold;
}

    .table [data-title] > a:hover {
        color: #0A2240;
    }

.table > tbody > .al:hover {
    color: #0A2240;
}

.table a.button {
    color: #ff6000;
    font-weight: bold;
    text-decoration: none;
}

    .table a.button:hover {
        color: #fff;
        background-color: #ff6900;
        font-weight: bold;
    }

.panel-heading a:hover {
    color: #0072ce;
    background-color: #0072ce;
}

    .panel-heading a:hover .IB-title h4,
    .panel-heading a:hover .IB-balance {
        color: #fff;
    }

    .panel-heading a:hover .IB-icon,
    .panel-heading a:hover .fal {
        color: #fff;
    }

#faqPageDiv .panel-default {
    background-color: #f2f2f2 !important;
    border: 0;
}

    #faqPageDiv .panel-default .panel-heading {
        background-color: #e0e4ed !important;
        color: #333;
    }

        #faqPageDiv .panel-default .panel-heading a {
            color: #ff681d;
        }

    #faqPageDiv .panel-default > .panel-heading + .panel-collapse > .panel-body {
        background-color: #fff;
    }

    #faqPageDiv .panel-default .panel-heading a:hover,
    #faqPageDiv .panel-default .panel-heading a.active {
        color: #ff681d;
        background-color: #fff !important;
    }

    #faqPageDiv .panel-default .panel-heading .collapsed {
        background-color: transparent !important;
        color: #0033a1;
    }

    #faqPageDiv .panel-default .panel-heading .panel-title {
        font-size: 14px;
        line-height: 20px;
        font-family: 'BentonSansProBold';
    }

#faqOutrosTemas .nav.nav-tabs .nav-item .nav-link {
    color: #4b9dba;
    font-family: 'BentonSansProRegular';
    width: 90px;
    font-size: 16px;
}

    #faqOutrosTemas .nav.nav-tabs .nav-item .nav-link.active,
    #faqOutrosTemas .nav.nav-tabs .nav-item .nav-link:hover {
        color: #0033a1;
        border-bottom: 2px solid #0033a1;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        font-family: 'BentonSansProBold';
    }

@media (min-width: 768px) {
    .IB-card.panel .IB-descr,
    .IB-card.panel .IB-rent-pos,
    .IB-card.panel .IB-rent-neg {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .panel-heading.IB-collapse-panel .IB-title {
        float: left;
        width: 80%;
    }

    .panel-heading.IB-collapse-panel .IB-balance {
        float: left;
        width: 80%;
        text-align: left;
    }

    .panel-heading.IB-collapse-panel .IB-icon {
        width: 19%;
        display: inline-grid;
    }

    #carousel-home {
        height: 160px !important;
        width: 100%;
    }

    .IB-card.panel .IB-rent-pos,
    .IB-card.panel .IB-rent-neg {
        text-align: center;
    }

    .IB-card.panel .IB-descr {
        text-align: center;
    }
}

@media (max-width: 445px) {
    .IB-card.panel .IB-content {
        display: table-cell;
        justify-content: center;
    }

    .IB-card.panel {
        padding: 15px 0;
        /*height: 335px;*/
    }

    #carousel {
        padding: 0 30px !important;
    }

    #carousel-home {
        height: 180px !important;
    }
}

#collapseassets .panel-body,
#collapseliabilities .panel-body {
    padding: 30px 0;
}

.panel-footer {
    background-color: #eaf0f5;
}


/*-----------------legend--------------------*/


.IB-tabs {
    margin-bottom: 15px;
    float: right;
    /*padding: 5px 20px;*/
    margin-right: 20px;
}

.IB-hp-resume-mod .IB-legend {
    margin-top: 30px;
    text-align: left;
}

@media (max-width: 767px) {
    .IB-tabs {
        float: none;
        margin-right: 0;
        padding: 0px 15px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 991px) {

    .IB-hp-resume-mod .IB-legend .list-group {
        display: block;
        padding: 20px;
    }

    .IB-tabs {
        float: none;
        margin-right: 0;
        padding: 0px 15px;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .IB-card.carteira.panel {
        padding-bottom: 25px;
    }

    .legend .panel {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {

    .IB-hp-resume-mod .IB-legend .list-group {
        display: inline-block;
    }

    .IB-tabs {
        float: right !important;
    }
}

.IB-hp-resume-mod .IB-legend .IB-item {
    display: table;
}

.IB-hp-resume-mod .IB-legend .IB-bullet {
    display: table-cell;
    padding-right: 12px;
}

    .IB-hp-resume-mod .IB-legend .IB-bullet .fa:before {
        font-size: 30px;
        /*
    content: "\f111";
    content: "\f04b";
    content: "\f0c8";
    content: "\f04d";*/
        content: "\f10c";
        font-weight: 900;
    }

.IB-hp-resume-mod .IB-legend .IB-title .IB-value,
.IB-hp-resume-mod .IB-legend .IB-title .IB-group,
#assetslisttable .table .SubItem .value {
    font-family: 'BentonSansProBold',sans-serif;
    color: #0033a1;
}

.IB-hp-resume-mod .IB-legend .IB-title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

    .IB-hp-resume-mod .IB-legend .IB-title .IB-name.IB-group {
        font-size: 16px;
        font-weight: normal;
        font-family: 'BentonSansProRegular',sans-serif;
    }

.IB-hp-resume-mod .IB-legend .list-group-item {
    border-color: transparent;
    /*padding: 6px 15px;*/
    background-color: transparent;
    border-bottom: 1px dotted #ccc;
}


/*-------------------acordion----------------*/

.legend .panel-group {
    margin-bottom: 0;
}

.legend .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 20px;
}

    .legend .panel .list-group {
        margin-bottom: 0;
    }

.legend .panel-title > a:before {
    float: right !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f066";
    padding-top: 8px;
    font-size: 22px;
}

.legend .panel-title > a.collapsed:before {
    float: right !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f065";
    font-size: 22px;
    padding-left: 10px;
}

.legend h2 {
    color: #ff9800;
}

.legend a {
    text-decoration: none;
    display: block;
    font-weight: lighter;
}

.legend .panel-default > .panel-heading {
    color: #fff !important;
    background-color: white !important;
    color: #0033a1 !important;
    border-bottom: 1px dashed #a4adc7 !important;
    padding: 0;
}

.legend .panel-heading a:hover {
    color: #0072ce;
    background-color: transparent;
}

.legend .panel-body {
    padding: 0 !important;
    margin-bottom: -20px;
}

.legend .list-group-item {
    margin-bottom: 0;
    background-color: #eef0f3;
    border: 0;
    font-size: 14px;
}

@media (max-width: 767px) {
    .legend .list-group-item {
        margin-bottom: 0;
        background-color: #EAF3F7;
        border: 0;
        padding: 15px 10px;
        font-size: 14px;
    }
}

.legend .list-group-item:first-child,
.legend .list-group-item:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.legend .list-group-item:last-child {
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.legend .list-group-item > .value {
    float: right;
    font-family: 'BentonSansProBold';
    font-weight: bold;
    font-size: 14px
}

.legend .valueTotal {
    display: flex;
    font-family: 'BentonSansProBold';
    line-height: 14pt;
    font-size: 15px;
}

.legend .IB-bullet {
    float: left;
    padding: 5px 10px 0 0;
    font-size: x-large;
}

/*-------------------chart------------------*/

@media (min-width: 992px) {
    .IB-hp-resume-mod .IB-chart {
        text-align: center;
        margin-top: 100px;
        border-right: 1px solid #ccc;
    }
}

.IB-hp-resume-mod .IB-chart > img {
    max-width: 300px;
    width: 100%;
}

.chartist-tooltip {
    color: #000 !important;
    /*border: 1px solid #000;*/
    /*font-family: 'roboto';*/
}




/*=============IB-hp-shortcuts-menu-mod=================*/

.IB-hp-shortcuts-menu-mod .IB-Ad,
.IB-hp-shortcuts-menu-mod .IB-AdHome {
    margin-bottom: 15px;
}

    .IB-hp-shortcuts-menu-mod .IB-Ad img {
        object-fit: cover;
        width: 277px;
        height: 179px;
    }

.IB-hp-shortcuts-menu-mod .btn {
    white-space: normal;
    width: 100%;
    display: table;
    margin-bottom: 15px;
    /*font-family: 'BentonSansProBold';*/
    border: transparent;
    box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.1);
}

    .IB-hp-shortcuts-menu-mod .btn .IB-icon {
        font-size: 32px;
        color: #ff681d;
    }

    .IB-hp-shortcuts-menu-mod .btn h4 {
        color: #ff6000;
        font-size: 18px;
    }

    .IB-hp-shortcuts-menu-mod .btn:hover h4 {
        color: #fff;
    }

    .IB-hp-shortcuts-menu-mod .btn:hover .fal,
    .IB-hp-shortcuts-menu-mod .btn:active .fal {
        color: #fff;
    }

    .IB-hp-shortcuts-menu-mod .btn .IB-btn {
        min-height: 120px;
        vertical-align: middle;
        display: table-cell;
    }

.IB-hp-operfreq-mod .btn {
    padding: 6px;
}

    .IB-hp-operfreq-mod .btn .IB-btn .IB-icon {
        text-align: center;
        color: #ff6000;
        font-size: 28px;
    }

@media (max-width: 767px) {

    .IB-hp-resume-mod .IB-chart {
        text-align: center;
        margin-top: 0;
        border-right: 0;
    }
}


@media (min-width: 768px) {
    .IB-hp-shortcuts-menu-mod .IB-Ad {
        margin-top: 0px;
    }

    .IB-hp-shortcuts-menu-mod .IB-AdHome {
        margin-top: 30px;
    }
}

.IB-hp-shortcuts-menu-mod .IB-Ad,
.IB-hp-shortcuts-menu-mod .IB-AdHome {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 480px) {

    .IB-hp-shortcuts-menu-mod .btn h4 {
        font-size: 16px;
    }

    .IB-hp-shortcuts-menu-mod .B-titlePub {
        float: none;
        width: 100%;
    }
}
/*
@media (min-width: 520px) {
    .IB-hp-shortcuts-menu-mod .btn {
        min-height: 135px;
    }
}*/

@media (max-width: 991px) {
    /*.IB-hp-shortcuts-menu-mod {
        margin: 30px 0px;
    }*/

}

@media (min-width: 1060px) {
    .IB-hp-shortcuts-menu-mod .btn {
        min-height: 100px;
    }
}


/*====================BEM-VINDO======================*/

.bob-bemvindo {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {

    .bob-bemvindo > div > h4,
    .bob-bemvindo > div > p {
        display: inline-block;
    }
}

.bob-bemvindo > div > h4 {
    margin-right: 10px;
    font-size: 16px;
}

@media (max-width: 479px) {
    .bob-icons-txt {
        display: none;
    }
}

.bob-bemvindo-links .btn-group {
    padding-left: 1px;
    padding-right: 1px;
}

    .bob-bemvindo-links .btn-group:first-child {
        padding-right: 2px;
        padding-left: 0px;
    }

    .bob-bemvindo-links .btn-group:last-child {
        padding-right: 0px;
        padding-left: 2px;
    }


    .bob-bemvindo-links .btn-group > a.btn {
        border-radius: 4px !important;
        padding: 6px 2px;
    }

.bob-bemvindo-links .bob-bemvindo-links-img {
    height: 54px;
    width: 54px;
    background-color: #fff;
    border-radius: 27px;
    color: #3a8fc2;
    font-size: 24px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .bob-bemvindo-links .bob-bemvindo-links-img {
        display: inline-block;
    }

    .bob-bemvindo-links-txt > .bob-icons-txt {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .bob-bemvindo-links-txt > .bob-icons-txt {
        display: none;
    }
}


.bob-bemvindo-links-txt > .IB-title {
    white-space: normal;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "ubuntu condensed";
    margin: 10px 0px 0px;
    text-align: center;
    width: 100%;
    line-height: 12px;
    color: #abdeff;
}

@media (max-width: 767px) {
    .bob-bemvindo-links-txt > .IB-title {
        min-height: 24px;
    }
}

@media (min-width: 420px) {
    .bob-bemvindo-links-txt > .IB-title {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .bob-bemvindo-links-txt > div {
        text-align: left;
    }

    .bob-bemvindo-links-txt .bob-icons-txt {
        text-align: left;
        white-space: normal;
    }
}

/*----------*/

/*.IB-page-screen .IB-page-container > .row > div:first-child {
    min-height: 600px;
}*/

.IB-page-screen .IB-page-content {
    /*background-color: #fff;*/
    /*padding: 15px;*/
}

@media (min-width: 992px) {
    .IB-page-screen {
        min-height: calc(100vh - 169px);
    }

        .IB-page-screen .IB-page-content {
            /*background-color: #fff;*/
            margin-bottom: 15px;
            padding: 15px;
            max-width: 1200px;
        }

        .IB-page-screen .IB-page-contentProduct {
            padding-top: 0;
            /*background-color: #ececec;*/
            margin-bottom: 40px;
            padding-bottom: 1px;
            /*margin-left: -15px;
    margin-right: -15px;*/
        }
}

@media (max-width: 991px) {
    .IB-page-container {
        min-height: calc(100vh - 286px)
    }


    .IB-page-screen .IB-page-content {
        /*margin-left: -15px;
            margin-right: -15px;
            padding: 15px;
*/

        color: #0a2240;
    }

    .IB-page-screen .IB-page-contentProduct {
        padding-top: 0;
        /*background-color: #ececec;*/
        margin: -15px;
        /*overflow: hidden;*/
    }
}

.IB-page-content > .panel-body {
    padding: 10px 0px;
}

/*
.IB-page-screen .IB-page-container {
    background-color: #fff;
    border-radius: 6px;
}*


/*========IB-ASIDE-CONTENT==========*/


.IB-asidecontent-module .row > div {
    background-color: #e4e4e4;
    background-image: url(../../img/customerbanner-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-bottom: 2px solid #fff;
}

.IB-asidecontent-module .IB-asidecontent-element {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 2px;
}

.IB-asidecontent-module .IB-title {
    font-family: 'novecento_sans_widedemibold';
    font-size: 1.4em;
    color: #15659b;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 34px;
}

.IB-asidecontent-module .IB-onde-estamos .IB-photo {
    float: right;
    max-height: 170px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.IB-asidecontent-module .IB-contacte-nos .IB-photo {
    float: right;
    max-height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.IB-asidecontent-module .IB-contacte-nos .btn.IB-email,
.IB-asidecontent-module .IB-contacte-nos .btn.IB-formulario,
.IB-asidecontent-module .IB-contacte-nos .IB-telefone {
    position: absolute;
    left: 15px;
}

.IB-asidecontent-module .IB-contacte-nos .IB-telefone {
    bottom: 140px;
}

.IB-asidecontent-module .IB-contacte-nos .btn.IB-email {
    bottom: 80px;
}

.IB-asidecontent-module .IB-contacte-nos .btn.IB-formulario {
    bottom: 20px;
}

.IB-asidecontent-module .IB-contacte-nos .IB-telefone > div {
    display: inline-block;
}

@media (min-width: 992px) {
    .IB-asidecontent-module .IB-asidecontent-element {
        height: 260px;
    }

        .IB-asidecontent-module .IB-asidecontent-element p {
            max-width: 320px;
        }
}

@media (max-width: 767px) and (min-width: 1200px) {
    .IB-asidecontent-module .IB-asidecontent-screen {
        background-color: #fff;
    }

    .IB-asidecontent-module .IB-txt,
    .IB-asidecontent-module .IB-onde-estamos .IB-photo,
    .IB-asidecontent-module .IB-onde-estamos .btn-group {
        display: none;
    }

    .IB-asidecontent-module .IB-onde-estamos .IB-title {
        float: left;
    }

    .IB-asidecontent-module .IB-onde-estamos a.btn {
        float: right;
    }

    .IB-asidecontent-module .IB-onde-estamos {
        display: table;
        width: 100%;
        vertical-align: middle;
    }

    .IB-asidecontent-module .IB-contacte-nos .IB-photo {
        position: absolute;
        bottom: 0px;
        right: 10px;
        max-width: 200px;
    }

    .IB-asidecontent-module .IB-contacte-nos {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .IB-asidecontent-module .IB-onde-estamos .btn-group {
        position: absolute;
        left: 15px;
        bottom: 20px;
    }

    .IB-asidecontent-module .IB-onde-estamos > .btn {
        display: none;
    }

    .IB-asidecontent-module .IB-asidecontent-element {
        height: 290px;
    }
}

/*-------------enf-of-costumer-care------------*/




/*=================PRODUCTS==================*/

.IB-products-screen {
    background-color: #e4e4e4;
}

    .IB-products-screen .IB-page-container > .row > div {
        background-image: url(../../img/products-bkg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }

/*--Module--*/

.IB-products-module {
    padding: 20px 0px;
}

    .IB-products-module h3 {
        margin-bottom: 30px;
    }

    .IB-products-module #IB-product1 .IB-photo {
        background-image: url(../../img/photo-product1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .IB-products-module #IB-product2 .IB-photo {
        background-image: url(../../img/photo-product2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .IB-products-module #IB-product3 .IB-photo {
        background-image: url(../../img/photo-product3.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .IB-products-module .IB-product-element {
        margin-right: 1px;
        margin-bottom: 30px;
    }

        .IB-products-module .IB-product-element > .row > div:first-child {
            padding: 0px;
        }

        .IB-products-module .IB-product-element .IB-photo,
        .IB-products-module .IB-product-element .IB-content {
            width: 100%;
            margin-bottom: 20px;
        }

            .IB-products-module .IB-product-element .IB-photo img {
                width: 100%;
            }

@media (min-width: 768px) and (max-width: 991px) {
    .IB-products-module .IB-product-element .IB-photo img {
        height: 200px;
    }
}

.IB-products-module .IB-label {
    background-color: grey;
    padding: 15px;
    height: 52px;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 15px);
}
/*-------------end-of-products--------------*/

/*================Messages===============*/

.formItem .form-group {
    margin: 15px;
}

.bob-mailButtons {
    margin: 0;
}

/*.btn-default {
    margin-right: 10px;
}*/

@media (max-width: 768px) {
    .mailButtons > .btn-default {
        margin-bottom: 10px;
    }
}

/*-------------end-of-Messages--------------*/

/*================FOOTER-MENU===============*/

.IB-footer-menu-screen {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: normal;
    background-color: #0A2240;
    font-family: 'BentonSansProRegular';
}

/*--Module--*/

.IB-footer-menu-module {
    text-align: center;
}

    .IB-footer-menu-module ul {
        display: inline-flex;
    }

        .IB-footer-menu-module ul li {
            float: none;
        }

            .IB-footer-menu-module ul li a {
                color: #ffffff;
                text-transform: uppercase;
                font-family: 'BentonSansProBold';
            }

    .IB-footer-menu-module .nav.nav-pills li a {
        padding: 25px 10px;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

@media (min-width: 768px) {
    .IB-footer-menu-module ul li {
        float: left;
    }
}

@media (max-width: 768px) {
    .IB-footer-menu-module ul {
        display: block;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .IB-footer-menu-module .nav.nav-pills li a {
        padding: 15px 15px 0 0;
    }

    .IB-footer-menu-screen {
        padding-bottom: 20px;
    }
}



/*------------enf-of-footer-menu------------*/


/*==============OWNER-SIGNATURE=============*/

.IB-owner-screen {
    background-color: #0A2240;
}

/*--Module--*/

.IB-owner-module {
    padding-top: 25px;
}

    .IB-owner-module .IB-signature {
        text-align: center;
        color: #ffffff;
        /*text-transform: uppercase;*/
        font-family: 'BentonSansProRegular',sans-serif;
        font-size: 11px;
    }

.tribar .IB-social {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.2rem;
}

    .tribar .IB-social .IB-icon {
        color: #ffffff;
        padding: 8px;
    }

.IB-social.IB-icon-area span {
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #ffffff;
    margin-left: 5px;
}

#container {
    margin-left: 13px;
    width: 100%;
    right: 0;
    /*margin-right: -15px;
    padding-right: 0;*/
}

.orange {
    color: #ffffff;
    /*margin: -2px;*/
    padding: 12px 0;
    /*float: right;*/
    font-size: 20px;
    /*text-align: right;
    position: relative;*/
    width: 266px;
    /*background-color: #ff681d;*/
}

.tribar {
    content: '';
    position: absolute;
    right: 0;
    /*top: 0;
    width: 0;*/
    height: 0;
    /*border-style: solid;
        border-width: 0 0 60px 48px;
        border-color: transparent transparent #ff681d;*/
    /*transform: translateX(-100%);*/
}




@media (min-width: 480px) {
    .IB-owner-module .IB-signature .breakline {
        display: none;
    }

    .copy .IB-owner-screen {
        display: none;
    }

    .IB-owner-screen {
        display: block;
    }

    .social .tribar {
        display: none;
    }

    .tribar {
        display: block;
    }
}

@media (max-width: 479px) {
    .IB-owner-module {
        padding-top: 0;
    }

    .copy .IB-owner-screen {
        display: block;
        margin-bottom: 10px;
    }

    .IB-owner-screen {
        display: none;
    }

    .IB-owner-module .IB-signature {
        text-align: center !important;
        padding-top: 15px;
    }

    .social {
        padding: 0;
    }

        .social .tribar {
            display: block;
            border: 0;
            position: relative;
            height: auto;
        }

        .social #container {
            margin-left: 0;
            text-align: center;
        }

            .social #container .orange {
                width: 100%;
            }

    .tribar {
        display: none;
    }
}

@media (max-width: 991px) {
    .IB-owner-module .IB-signature {
        text-align: left;
    }
    .IB-owner-module {
        padding-top: 15px;
    }
}


/*==========end-of-owner-signature==========*/

/*
.bob-header-mainpanel {
    background-color: #15659b;
    height: 80px;
    margin-bottom: 20px;
}

.bob-page-title > h3 {
    text-transform: uppercase;
    font-family: 'novecento_sans_widedemibold';
    color: #fff;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 16px; 
}

.bob-header-mainpanel .circle {
    height: 42px;
    width: 42px;
    background-color: #fff;
    border-radius: 21px;
    text-align: center;
}
.bob-header-mainpanel .circle:before {
    line-height: 42px;
    color: #db5e2d;
}
*/

/*===========LOGIN===============*/
/*
#IB-login .IB-headermenu-mod .IB-userbtn,
#IB-login .IB-headermenu-mod .IB-navbar-toggle,
#IB-login .IB-headermenu-mod .IB-logoutbtn,
#IB-login .IB-header-screen {
    display: none;
}*/
/*
#IB-login .IB-headermenu-mod .IB-langbtn {
    display: block !important;
}*/


/*===============WELLS===============*/

.well {
    padding: 10px;
    display: table;
    width: 100%;
    border: 1px solid #fff;
    /*background-color: #f5f5f5;*/
    border-radius: 0;
}

    .well > .IB-icon {
        display: table-cell;
        width: 40px;
        text-align: center;
        vertical-align: top;
        color: #6a981c;
        font-size: 24px;
    }

    .well > .IB-txt {
        display: table-cell;
        padding-top: 6px;
        color: #aa0050;
    }

        .well > .IB-txt p:last-child {
            margin-bottom: 0px;
        }

    .well.IB-info {
        background-color: #fff;
        border: 1px solid #0033a1;
        border-left: 10px solid #0033a1;
    }

        .well.IB-info > .IB-icon {
            color: #0033a1;
        }

        .well.IB-info > .IB-txt {
            color: #0033a1;
            font-weight: bold;
        }

    .well.IB-success {
        background-color: #e0ecdb;
    }

        .well.IB-success > .IS-icon {
            color: #6a981c;
        }

    .well.IB-warning {
        background-color: #fcf8e3;
    }

        .well.IB-warning > .IB-icon {
            color: #f49b33;
        }

    .well.IB-error {
        background-color: #fff;
        border: 1px solid #aa0050;
    }

        .well.IB-error > .IB-icon {
            color: #aa0050;
        }


/*==========end-wells==========*/

/************* alerts ***************/

.alert-heading .fas,
.alert-heading .fal,
.alert-heading .far {
    font-size: 24px;
    padding-right: 15px;
    ;
}


/************* lang ***************/

.IS-langbtn .IS-icon {
    font-size: 18px;
    color: #92caef;
}

.IS-langbtn .IS-label {
    font-size: 10px;
}

.IS-langbtn .IS-lang {
    text-align: center;
    width: 22px
}

    .IS-langbtn .IS-lang .IS-icon {
        height: 18px;
    }


.IS-langbtn ul.dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border-color: #fff;
}

.IS-langbtn .dropdown-menu {
    width: 200px;
}

    .IS-langbtn .dropdown-menu > li {
        text-align: center;
        border: none;
    }

        .IS-langbtn .dropdown-menu > li > a {
            padding: 8px 20px;
        }

@media (max-width: 767px) {
    .IS-langbtn .IS-lang {
        font-size: 12px;
    }
}


@media (max-width: 320px) {
    .IB-headermenu-mod .nav-pills > li.IS-langbtn > a {
        padding-right: 1px;
        padding-left: 1px;
    }

    .IB-headermenu-mod .nav li.IS-langbtn {
        border-right: 0px;
    }
}

.modal.PM-modal .modal-content .modal-header {
    background-color: transparent;
    height: 60px;
    padding: 0;
    border: 0;
}

.modal-dialog.modal-lg .modal-content .modal-header .close,
.modal-dialog.modal-lg .modal-content .modal-header .close:active,
.modal-header .close {
    padding: 25px;
    margin-right: 10px;
}

.modal-dialog.modal-md .modal-content .modal-header .close {
    padding: 25px;
    margin-right: 10px;
}

.modal ul.nav {
    margin-bottom: 20px;
}

.IB-trf-multi-table.table > tbody > tr > td {
    vertical-align: middle;
}

#accordionAddBen .panel-title {
    color: #015697;
}

    #accordionAddBen .panel-title a:hover,
    #accordionAddBen .panel-title a:focus,
    #accordionAddBen .panel-title a:active {
        text-decoration: none;
    }

@media (max-width: 767px) {
    #no-more-tables .IB-trf-multi-table td:not(:last-child) {
        padding-left: 30%;
    }

    #IB-trfmulti-panel .bob-footer-buttons .btn {
        margin-bottom: 4px;
    }

    .IB-modal-trfmulti .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .IB-modal-trfmulti .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #dddddd;
            border-radius: 4px 4px 0 0;
        }

        .IB-modal-trfmulti .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            padding: 10px 6px;
        }

    .IB-modal-trfmulti .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }

    #no-more-tables .table-striped thead {
        /*height: 50px;*/
    }
}

@media (max-width: 480px) {
    #no-more-tables .IB-trf-multi-table td:not(:last-child) {
        padding-left: 8px;
        padding-top: 30px;
    }
}




/*=================================
  NEW STYLES
  =================================*/

/*Operações Frequentes*/


.IB-hp-operfreq-mod .btn {
    width: 100%;
    background-color: #fde2d5;
    border: 0px solid transparent;
    margin-bottom: 12px;
}

    .IB-hp-operfreq-mod .btn:hover,
    .IB-hp-operfreq-mod .btn.IB-new-oper:hover {
        color: #ffffff;
        background-color: #ff6000;
    }

        .IB-hp-operfreq-mod .btn:hover .IB-btn .IB-txt h5,
        .IB-hp-operfreq-mod .btn:hover .IB-btn .IB-icon .fal {
            color: #ffffff;
        }

    .IB-hp-operfreq-mod .btn h5 {
        color: #ff6000;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .IB-hp-operfreq-mod .btn .IB-icon .fa {
        font-size: 28px;
        color: #428cc0;
    }

    .IB-hp-operfreq-mod .btn.IB-new-oper {
        background-color: #fff;
        border: 1px solid #ff6000;
    }

.IB-hp-operfreq-mod {
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

    .IB-hp-shortcuts-menu-mod .btn .IB-btn h4,
    .IB-hp-operfreq-mod .btn .IB-btn h5 {
        font-size: 18px;
        /*margin-bottom: 2px;*/
        color: #000;
        text-transform: uppercase;
    }

    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-btn p,
    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-btn h4,
    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-icon,
    .IB-hp-operfreq-mod .btn .IB-btn:hover .IB-icon {
        color: #fff;
    }

.IB-hp-shortcuts-menu-mod .btn .IB-btn p {
    font-family: 'BentonSansProRegular';
    font-size: 13px;
    line-height: 1.2;
    color: #616469;
}

.table .bob-actions {
    text-align: right;
}


#no-more-tables-1col .bob-td-title {
    background-color: #fff;
}

#modal-icon .modal-body {
    padding: 10px 4px 0px 4px;
}

.Modal-link a {
    color: #0A2240;
    text-decoration: underline;
}

.Modal-link {
    margin: 15px 10px;
    text-align: center;
}

.panel-default.mob-panel-out .bob-pagination .btn-default {
    margin-right: 0px;
}


#gotop .topo {
    text-align: center;
    color: #0033a1;
    font-size: 18px;
    text-decoration: none;
    font-family: 'BentonSansProRegular';
}

    #gotop .topo:hover,
    #gotop .topo:active {
        color: #ff681d;
        text-decoration: none;
    }

.btn-icon-choose .btn {
    padding: 2px;
    height: 38px;
}

    .btn-icon-choose .btn .fa {
        font-size: 18px;
    }

@media (min-width: 420px) {
    .btn-icon-choose .btn {
        padding: 2px;
        height: 48px;
    }

        .btn-icon-choose .btn .fa {
            font-size: 24px;
        }
}

/*=============NO-MORE-TABLES-mx479px=============*/
@media (max-width: 767px) {

    /* Force table to not be like tables anymore */
    #no-more-tables-mx767-2-1 table,
    #no-more-tables-mx767-2-1 thead,
    #no-more-tables-mx767-2-1 tbody,
    #no-more-tables-mx767-2-1 th,
    #no-more-tables-mx767-2-1 td,
    #no-more-tables-mx767-2-1 tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables-mx479 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables-mx767-2-1 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables-mx767-2-1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 10px;
        white-space: normal;
        text-align: left;
    }
}
/*---*/

@media (max-width: 991px) {

    .caption.area {
        /*display: none;
            background-color: #ff681d;
            -webkit-clip-path: polygon(34px 0%, 100% 0, 136% 100%, 0% 100%);
            clip-path: polygon(34px 0%, 100% 0, 136% 100%, 0% 100%);*/
    }

    .bob-header-mainpanel {
        margin-top: 20px;
    }

    .bob-page-steps.col-xs-12 > ol {
        /* text-align: left;*/
        width: 100%
    }

    .IB-top-bar .IB-target,
    .IB-top-bar .IB-userbtn,
    .IB-top-bar .IB-logoutbtn .IB-logout,
    .IB-top-bar .IB-langbtn {
        display: none;
    }

    .IB-top-bar .IB-headermenu-mod {
        /*margin-top: 0px;*/
        display: flex;
        justify-content: end;
        padding-right: 10px;
    }

    .IB-headermenu-mod .nav {
        padding: 15px;
        height: 70px;
    }

        .IB-headermenu-mod .nav li {
            border-right: 0px solid transparent;
            text-align: center;
        }

    .IB-headermenu-mod .nav-pills > li > a {
        padding: 0;
        text-align: center;
    }

    .IB-top-bar .IB-logoutbtn .IB-icon {
        color: #ff681d;
    }

    .IB-top-bar .IB-page-container {
        padding: 0px;
    }

    .IB-top-bar .row > div {
        padding-right: 0;
    }

    .IB-top-bar.IB-login .row > div {
        padding: 0;
    }

    .IB-top-bar .IB-page-container > .row {
        display: table;
        width: 100%;
        margin: 0px;
    }

        .IB-top-bar .IB-page-container > .row > div {
            display: table-cell;
            vertical-align: middle;
            width: auto;
            float: none;
            text-align: center;
        }

            .IB-top-bar .IB-page-container > .row > div:first-child {
                width: 48px;
            }
    /*.IB-top-bar .IB-mainlogo img {
        margin-top: 0px;
    }*/
    .IB-top-bar .IB-mainlogo {
        display: none;
    }

    .IB-top-bar:not(.IB-homepage) .IB-mainlogo img {
        display: none;
    }

    .IB-top-bar .IB-page-container > .row > div:last-child {
        width: 48px;
    }

    .IB-top-bar .col-nav {
        list-style: none;
        padding-left: 10px;
    }

    .mob-btn-nav {
        /*float: right;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;*/
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        color: #fff;
        margin-top: 20px;
    }

        .mob-btn-nav .fal {
            font-size: xx-large;
        }
}

@media (min-width: 992px) {
    /*.navbar-toggle {
        display: none;
    }

    .IB-top-bar .col-nav .mob-btn-nav {
        margin: 0px;
        float: none;
        font-size: 24px;
        color: #ffffff;
    }
    .bob-header-mainpanel {
        position: fixed;
        top: 0px;
        z-index: 1500;
        left: 0px;
        right: 0px;
        height: 64px;
        text-align: center;
        margin: 0px;
    }
    .bob-header-mainpanel .bob-page-title {
        position: fixed;
        top: 0px;
        z-index: 1040;
        left: 48px;
        right: 0px;
        height: 64px;
        text-align: center;
        margin: 0px;
        display: table;
        width: calc(100% - 96px);
        padding-left: 0px;
        padding-right: 0px;
    }
    .bob-header-mainpanel .bob-page-title h3 {
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
		font-size: 24px;
    }*/
    body {
        background-color: #0A2240;
    }

    .IB-hp-shortcuts-menu-mod .row > div:nth-child(odd),
    .IB-hp-operfreq-mod .row > div:nth-child(odd) {
        /*padding-right: 7px;*/
    }

    .IB-hp-shortcuts-menu-mod .row > div:nth-child(even),
    .IB-hp-operfreq-mod .row > div:nth-child(even) {
        /*padding-left: 7px;*/
    }

    .IB-hp-operfreq-mod .btn .IB-txt {
        text-align: center;
        display: table;
        width: 100%;
    }

        .IB-hp-operfreq-mod .btn .IB-txt h5 {
            /*display: table-cell;*/
            vertical-align: middle;
            height: 30px;
            text-align: center;
            white-space: normal;
        }

    .IB-hp-operfreq-mod .btn .IB-txt {
        text-align: center;
    }

    #no-more-tables table.IB-mov-mob td.W-Descricao,
    #no-more-tables table.IB-mov-mob th.W-Descricao {
        text-align: right;
    }
}

.footerCell {
    text-align: center;
}

@media (max-width: 767px) {
    .IB-pesqmob .radio > label {
        padding-left: 0px;
        width: 100%;
    }

    .IB-NewOper .mob-panel-out {
        margin-bottom: 0px;
    }

        .IB-NewOper .mob-panel-out .form-group {
            margin-bottom: 0px;
        }

    .IB-contas-detalhe-content > .panel-default > .panel-body {
        border-bottom: 1px solid #b8d0e0;
    }

    #no-more-tables-1col .table > tbody > tr > td {
        border-top: 0px solid transparent;
    }

    #no-more-tables-1col .table {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        #no-more-tables-1col .table > tbody > tr > td {
            padding: 4px 8px;
        }

    #no-more-tables-mx767-2-1.IB-hp-pos-geral table {
        margin-bottom: 0px;
    }

    #no-more-tables-mx767-2-1.IB-hp-pos-geral thead,
    #no-more-tables-mx767-2-1.IB-hp-pos-geral tfoot {
        display: none;
    }

    #no-more-tables-mx767-2-1.IB-hp-pos-geral .table-striped > tbody > tr:nth-of-type(odd),
    #no-more-tables-mx767-2-1.IB-hp-pos-geral .table-striped > tbody > tr:hover {
        background-color: #fff;
    }

    #no-more-tables-mx767-2-1.IB-hp-pos-geral td {
        border-bottom: 0px solid #fff;
    }

        #no-more-tables-mx767-2-1.IB-hp-pos-geral td:first-child {
            border-bottom: 0px solid #fff;
            padding: 2px 0px;
        }

        #no-more-tables-mx767-2-1.IB-hp-pos-geral td:last-child {
            font-size: 18px;
            color: #428cc0;
            line-height: 1.42857143;
            padding: 0px;
            text-align: right;
        }

    #no-more-tables-mx767-2-1.IB-hp-pos-geral tr {
        border: 0px solid transparent;
        border-bottom: 1px solid #dedede;
    }

    .IB-hp-shortcuts-menu-mod .IB-btn .list-group-item-text {
        display: none;
    }

    .IB-hp-shortcuts-menu-mod .btn {
        /*min-height: 84px;*/
    }

    /*#no-more-tables .IB-mov-mob td:before {
        content: none;
    }*/

    #no-more-tables table.IB-mov-mob tr {
        /*height: 56px;
        border: 0px solid transparent;
        border-bottom: 1px solid #dedede;*/
    }

    #no-more-tables table.IB-mov-mob td {
        border-bottom: 0px solid transparent;
        padding: 5px 0 5px 50%;
    }

        #no-more-tables table.IB-mov-mob td.W-Data {
            width: 50%;
            padding-left: 0px;
            top: 28px;
            color: #8c8c8c;
            padding: 2px 0px 6px 0px;
        }

        #no-more-tables table.IB-mov-mob td.W-Descricao {
            /*padding-left: 0px;
            top: -28px;
            height: 37px;*/
            font-size: 14px;
            color: #0033a1;
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /*padding: 8px 0px 0px 0px;
            font-family: 'ubuntu';*/
        }

        #no-more-tables table.IB-mov-mob td.W-Montante {
            width: 100%;
            text-align: right;
            top: -28px;
            padding: 0px 0px 8px 0px;
            color: #000;
            font-size: 18px;
            line-height: 1.42857143;
            height: 28px;
            font-weight: bold;
        }

    #no-more-tables .mob.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    .panel-default.mob-panel-out {
        border: 0px solid transparent;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }

        .panel-default.mob-panel-out .panel-heading {
            display: none;
        }

        .panel-default.mob-panel-out .panel-body {
            padding: 10px;
        }
        /*
    .panel-default.mob-panel-out .bob-pagination.W-toppage {
        display: none;
    }
    */
        .panel-default.mob-panel-out #paginacaoTop .bob-pagination {
            display: none;
        }

        .panel-default.mob-panel-out .bob-pagination {
            padding: 0px 0px 20px 0px;
        }

    .IB-table-AP thead {
        display: none;
    }

    .IB-table-AP tbody tr td {
        display: block;
        width: 100%;
    }

        .IB-table-AP tbody tr td:last-child {
            font-size: 18px;
            line-height: 1.42857143;
            color: #428cc0;
        }

    .IB-hp-operfreq-mod .btn {
        width: 100%;
        border: 0px solid transparent;
        margin-bottom: 15px;
    }

    .IB-hp-operfreq-mod h4 {
        text-transform: uppercase;
    }

    #no-more-tables td {
        border-bottom: 0px solid transparent;
    }

    #no-more-tables #bob-selbenef tr td {
        padding-top: 6px;
        padding-bottom: 2px;
    }

        #no-more-tables #bob-selbenef tr td:last-child {
            padding-left: 0px;
            text-align: center;
        }

    .IB-gerir-benef-content #no-more-tables tr > td:not(:last-child) {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .IB-gerir-benef-content #no-more-tables .table {
        margin-bottom: 0px;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #fff;
    }

    .IB-gerir-benef-content #no-more-tables tr {
        border: 0px solid transparent;
        border-bottom: 1px solid #9ecbe3;
    }

    #no-more-tables.bob-table-t3 .bob-td-actions {
        border-bottom: 1px solid #9ecbe3;
    }
}

@media only screen and (max-width: 539px) {
    #no-more-tables-1col .table > tbody > tr > td {
        border-bottom: 0px solid transparent;
        padding: 0px 10px;
    }

        #no-more-tables-1col .table > tbody > tr > td:last-child {
            padding-bottom: 6px;
        }

    #no-more-tables-1col tr {
        border: 0px solid transparent;
    }

    .IB-gerir-benef-content #no-more-tables tr > td:not(:last-child) {
        padding-left: 30%;
    }
}

@media only screen and (max-width: 500px) {

    .B-login-area .input-group {
        width: 100% !important;
    }
}


@media (min-width: 768px) {
    .IB-hp-shortcuts-menu-mod .btn {
        min-height: 150px;
    }

    .B-titlePub-Ad {
        display: none;
    }
}

@media (max-width: 767px) {
    .IB-hp-operfreq-mod .btn .IB-btn > div {
        display: inline-block;
        padding: 5px;
    }

    .B-titlePub-Ad {
        color: #0033a1;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #fff;
        background-color: #ff681d;
    }
}

@media (max-width: 540px) {
    .IB-hp-shortcuts-menu-mod .btn .IB-btn {
        margin-left: 40px;
        padding-right: 0px;
        width: 40%;
        font-size: x-large;
        min-height: 80px;
    }

    .IB-headermenu-mod .nav {
        padding: 15px 5px;
    }

    .IB-hp-shortcuts-menu-mod .row {
        display: flex;
        flex-direction: column;
    }

    .B-Pub {
        order: 2;
        /*display: flex; 
        flex-direction: column;*/
    }

    .B-Messages {
        order: 1;
    }

    .B-Pub,
    .B-Messages {
        width: 100%;
    }

    /*.IB-hp-shortcuts-menu-mod .btn {
		 margin-left: 40px;
		 width: 0%;
    }*/

    .IB-hp-shortcuts-menu-mod .btn .IB-btn .IB-icon {
        font-size: xx-large;
    }
}

#circle {
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ff681d;
    margin-bottom: 12px;
    padding: 10px;
}

    #circle.fal {
        color: #ff681d;
    }

#chart3 .ct-label {
    font-family: 'BentonSansProRegular',sans-serif !important;
    color: #bbbfce!important;
}

.B-Messages .btn-default:hover #circle {
    border-color: #fff;
}

@media (min-width: 992px) {
    .IB-top-bar .col-nav {
        display: none;
    }

    .IB-hp-shortcuts-menu-mod .btn .IB-btn,
    .IB-hp-operfreq-mod .btn .IB-btn {
        text-align: center;
        display: table;
        width: 100%;
        padding-top: 10px;
    }
        /*.IB-hp-shortcuts-menu-mod > a 
    {
        color: #ffffff;
    }*/
        .IB-hp-shortcuts-menu-mod .btn .IB-btn > div,
        .IB-hp-operfreq-mod .btn .IB-btn > div {
            /*display: table-cell;*/
            vertical-align: middle;
            height: 30px;
            white-space: normal;
        }

        .IB-hp-shortcuts-menu-mod .btn .IB-btn .IB-icon,
        .IB-hp-operfreq-mod .btn .IB-btn .IB-icon {
            width: 32px;
            text-align: center;
            color: #ff681d;
            display: table-header-group;
            font-size: xx-large;
        }

        .IB-hp-shortcuts-menu-mod .btn .IB-btn .IB-txt,
        .IB-hp-operfreq-mod .btn .IB-btn .IB-txt {
            text-align: center;
        }

    /*.IB-hp-shortcuts-menu-mod .btn {
        min-height: 64px;
        padding: 2px 6px;
    }*/
    .IB-hp-shortcuts-menu-mod .btn .IB-btn {
        /* min-height: 60px;*/
    }

        .IB-hp-shortcuts-menu-mod .btn .IB-btn h4 {
            font-size: 18px;
            /*margin-bottom: 2px;*/
            color: #0a2240;
            text-transform: uppercase;
            font-family: 'BentonSansProRegular', sans-serif;
            font-weight: lighter;
        }

        .IB-hp-shortcuts-menu-mod .btn .IB-btn p {
            font-size: 14px;
            line-height: 1.2;
            color: #0a2240;
            font-family: 'BentonSansProRegular', sans-serif;
            text-transform: initial;
            font-weight: 300;
        }

    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-btn p,
    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-btn h4,
    .IB-hp-shortcuts-menu-mod a.btn:hover .IB-icon,
    .IB-hp-operfreq-mod .btn .IB-btn:hover .IB-icon {
        color: #fff;
    }
}

.ma5menu__header .logo {
    font-family: 'BentonSansProBold';
    margin-top: 19px;
    width: 150px;
}


.ma5menu__header .ma5menu__toggle {
    /*padding: 15px;*/
}

    .ma5menu__header .ma5menu__toggle .fa-close {
        font-size: 24px;
    }

.ma5menu__header .ma5menu__lang {
    /*position: absolute;*/
    top: 0;
    left: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: transparent;
    font-size: 18px;
    font-size: 14px;
    font-family: 'ubuntu';
    text-transform: uppercase;
    padding-top: 15px;
}

.ma5menu__header .ma5menu__msg {
    /*position: absolute;*/
    top: 0;
    left: 0px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    font-size: 15px;
    font-family: 'BentonSansProBold';
    text-transform: uppercase;
    padding-top: 15px;
}

.ma5menu__header .sem_msg {
    color: #fff !important;
}

.ma5menu__header .com_msg {
    color: #0033a1 !important;
}

    .ma5menu__header .sem_msg .fal,
    .ma5menu__header .com_msg .fal {
        display: none;
    }

    .ma5menu__header .sem_msg img,
    .ma5menu__header .com_msg img {
        margin-top: -4px
    }

.ma5menu__header .ma5menu__msg .count {
    position: absolute;
    font-size: 14px;
    top: 6px;
}

.ma5menu__header .ma5menu__lang .fa {
    /*display: block;*/
}

.ma5menu__header .ma5menu__lang .label-lang {
    font-size: 12px;
    display: block;
    line-height: 14px;
}

.ma5menu__header .ma5menu__lang:hover,
.ma5menu__header .ma5menu__msg:hover {
    text-decoration: none;
}


.ma5menu-lang-menu {
    z-index: 2000;
}

.IB-login.IB-top-bar .IB-logoutbtn,
.IB-login.IB-top-bar .mob-btn-nav {
    display: none;
}

.B-login {
    background-color: transparent;
    /*border:1px solid #ccc;*/
    min-height: 493px;
}

    .B-login .bob-header-mainpanel {
        padding-left: 10px;
        margin-top: 20px;
    }

.B-login-area {
    padding: 20px 25px 20px 40px;
}

.B-titlePub {
    display: none;
}

.B-login-area .input-group {
    position: relative;
    border-collapse: separate;
    width: 70%;
    margin-bottom: 25px;
}

.form-group .group-registo {
    padding-top: 20px;
    margin-top: 30px;
}

    .form-group .group-registo a {
        color: #00A1E0;
    }

        .form-group .group-registo a:hover {
            text-decoration: underline;
        }

.B-login-area .IB-registo {
    text-align: right;
}

#phoneDiv .IB-phone1,
#phoneDiv .IB-phone2 {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

@media (min-width: 550px) and (max-width: 767px) {
    .B-loginPub {
        display: flex;
        margin: 20px 0;
    }

        .B-loginPub .IB-Ad {
            padding-right: 20px;
            margin-bottom: 0;
        }
}

@media (max-width: 767px) {
    .B-login-area {
        padding: 20px 20px 20px 40px;
    }

    .B-loginPub {
        margin: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .B-login-area {
        padding: 20px 0px 20px 40px;
    }
}

@media (max-width: 991px) {
    .IB-login.IB-top-bar .IB-langbtn,
    .IB-login.IB-top-bar .IB-target {
        display: block !important;
        float: left;
    }

    .IB-login.IB-top-bar .IB-target {
        padding: 6px 12px;
    }

    .IB-login.IB-top-bar .IB-headermenu-mod .IB-target > div {
        display: block;
    }

    .IB-login.IB-top-bar .IB-page-container > .row > div:first-child,
    .IB-login.IB-top-bar .IB-page-container > .row > div:last-child {
        width: auto;
    }

    .IB-login.IB-top-bar .IB-page-container .IB-mainlogo {
        text-align: left;
        margin-left: 15px;
    }

    .IB-login.IB-top-bar .IB-page-container .nav-pills {
        float: right;
        /*margin-right: 15px;*/
    }

    .IB-login.IB-top-bar .IB-headermenu-mod .nav li {
        /*border-right: 1px solid #7390a4;*/
    }

    .IB-login.IB-top-bar .IB-headermenu-mod .nav-pills > li > a {
        border-radius: 0px;
        padding: 0 14px;
    }

    .IB-login.IB-top-bar .IB-target > div {
        font-size: 16px;
    }

    .B-titlePub {
        color: #fff;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #fff;
        background-color: #0033a1;
    }

    .form-group .group-registo {
        line-height: 30px;
    }

    .B-login-area .IB-registo {
        text-align: left;
    }

    .B-login {
        min-height: auto;
    }
}


/*=============Widgets=============*/


.ui-widget-header {
    border: 1px solid #000;
    background: #000 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.ui-corner-all {
    border-radius: 0;
}


/*=============Product-Carteira=============*/

.header-detail {
    background-color: #494949 !important;
    width: 100%;
}

.header-title {
    color: #d0d0d0;
    font-size: 18px;
    font-family: 'BentonSansProMedium';
}

.IB-wallet .header-title {
    padding: 10px 15px;
}

.product-title {
    color: #f8981d;
    font-size: 24px;
    font-family: 'BentonSansProBold';
    border-bottom: 1px solid #21265e;
    padding: 20px;
    margin-bottom: 10px;
}

.product-subtitle {
    color: #f8981d;
    font-size: 18px;
    font-family: 'BentonSansProRegular';
}

.product-title-market {
    color: #ff681d;
    font-family: 'BentonSansProBold';
    font-size: 24px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 20px 20px;
    margin-bottom: 10px;
}

.product-type {
    color: #21265e;
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
}

#Reforcar {
    margin: 20px;
}

.IB-valor {
    color: #0033a1;
    font-size: 34px;
    font-family: 'BentonSansProBold';
    /*padding-bottom: 20px;*/
}

.IB-remuneracao {
    color: #91c341;
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 6px;
}

.IB-risco {
    color: #ff681d;
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 6px;
}
@media (max-width: 400px) {
    .IB-risco, .IB-remuneracao, .IB-valor {
        padding-top: 0;
        width: 100%;
        text-align: center;
    }
    .IB-valor {
        padding-bottom: 20px;
    }
}

.IB-descritivo {
    color: #0033a1;
    font-family: 'BentonSansProRegular';
    font-weight: 400;
    font-size: 15px;
}

.IB-Posicao {
    color: #0033a1;
    border-bottom: 1px solid #0033a1;
    /*border-top: 1px solid #d9d9d9;*/
    padding: 20px;
}

.Posicao-title {
    color: #ff681d;
    font-weight: bold;
    text-transform: uppercase;
}

.Posicao-valor {
    color: #0033a1;
    font-size: 36px;
    font-weight: bold;
    font-family: 'BentonSansProBold';
}

.list-group.list-caracteristicas .list-group-item,
.list-group.list-caracteristicas-market .list-group-item {
    background-color: transparent;
    border: 0;
    font-family: 'BentonSansProRegular';
    padding-bottom: 0;
    color: #0033a1;
    line-height: 22px;
    /* min-height: */
}

.list-caracteristicas .list-group-item-heading,
.list-caracteristicas-market .list-group-item-heading {
    font-size: 15px;
    font-family: 'BentonSansProRegular';
}

.list-caracteristicas .list-group-item-text,
.list-caracteristicas-market .list-group-item-text {
    color: #0033a1;
    font-weight: bold;
    font-size: 15px;
}

.list-caracteristicas-market .form-group.subscrever {
    margin: 20px 20px 25px 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 25px 0;
}

    .list-caracteristicas-market .form-group.subscrever:last-of-type {
        border: 0;
    }

.IB-Caracteristicas {
    margin-bottom: 35px;
}

    .IB-Caracteristicas.formItem.form-group {
        padding: 10px;
    }

.list-group.list-caracteristicas {
    padding: 25px 10px;
}

.IB-navSec {
    /*text-align: center;*/
}

    .IB-navSec #info {
        text-align: center;
    }

    .IB-navSec .nav.nav-pills {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        word-break: break-all;
        text-align: center;
    }

        .IB-navSec .nav.nav-pills > li {
            float: none;
            margin: 0 auto;
            display: inline-block;
        }

            .IB-navSec .nav.nav-pills > li.active > a,
            .IB-navSec .nav.nav-pills > li > a:hover {
                background-color: transparent;
                color: #0033a1;
                border-top: 2px solid #0033a1;
                border-bottom: 2px solid #0033a1;
                border-radius: 0;
                font-family: 'BentonSansProBold';
            }

            .IB-navSec .nav.nav-pills > li > a {
                background-color: transparent;
                text-transform: uppercase;
            }

.tab-content {
    /*padding: 20px 0 35px;*/
}

    .tab-content h3 {
        color: #ff681d;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

.IB-files .list-group-item {
    border: 0;
    color: #0033a1;
}

.checkbox.IB-files .list-group-item {
    padding: 0;
}

    .checkbox.IB-files .list-group-item .fal {
        font-size: 18px;
        color: #494949;
        padding-right: 8px;
    }

.checkbox.IB-files label {
    display: block;
    line-height: 23px;
}

.checkbox:checked + .checkbox-list::before {
    background-color: #0A2240;
    border-color: #0A2240;
}

.list-group.IB-files,
.list-group.IB-files a {
    text-decoration: underline;
    margin-bottom: 0;
}

    .list-group.IB-files a:hover {
        color: #0A2240;
        background-color: #f2f6f9;
    }

#info .row .col-xs-6 {
    border-right: 1px solid #dcdcdc;
}

    #info .row .col-xs-6:last-child {
        border-right: none;
    }

@media (max-width: 991px) {
    .bt-product-mobile {
        background-color: #f2f6f9;
        margin-left: -20px;
        margin-right: -20px;
        display: block;
    }

    .carousel.slide.graficos {
        display: block;
    }

        .carousel.slide.graficos .carousel-caption {
            position: initial;
            color: #0033a1;
            text-shadow: none;
        }

    .bt-product-web-subscricao {
        background-color: #f2f6f9;
        padding: 0 0 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .IB-navSec #info {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .bt-product-mobile {
        display: none;
    }

    .carousel.slide.graficos {
        display: none;
    }

    .bt-product-web {
        /*padding: 30px 20px;*/
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .bt-product-web-subscricao {
        /*padding: 30px 20px;*/
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .row.IB-wallet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .IB-remuneracao {
        text-align: left;
    }

    .IB-risco {
        text-align: left;
    }
}

/*=============PRODUCTS=============*/

.bob-footer-mainpanel-info {
    text-align: center;
    background-color: #f2f6f9;
    padding: 25px 20px;
}

#collapseInfo .well,
#collapseInfo1 .well {
    text-align: center;
    background-color: #f2f6f9;
    width: 100%;
    border: 0;
    margin: 0;
    box-shadow: none;
}

    #collapseInfo .well .btn,
    #collapseInfo1 .well .btn {
        margin-top: 20px;
    }

.IB-pesquisa {
    /*        height: 80px; */
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #fff;
}

.product-titleCarousel {
    color: #0a2240;
    font-size: 18px;
    padding-top: 10px;
    font-family: 'BentonSansProRegular';
    text-transform: uppercase;
}

.thumb-content .card-content {
    padding: 25px;
    /*min-height: 170px;*/
    border: 1px solid #e1e5ee;
    background-color: white;
}

.thumb-content .card-title {
    color: #0033a1;
    text-align: left;
    font-size: 16px;
    font-family: 'BentonSansProBold';
    /*padding-top: 5px;*/
    white-space: normal;
}

    .thumb-content .card-title .coin-txt {
        color: #fd9800;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .thumb-content .card-title .item-txt {
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
    }

.thumb-content .card-body {
    font-size: 14px;
    text-align: center;
}

.thumb-content .card-header {
    min-height: 80px;
}

.thumb-content .card-body .item-txt {
    /*text-transform: uppercase;*/
}

.card-content p.item-txt {
    padding-bottom: 20px;
    font-size: small;
}

    .card-content p.item-txt:last-child {
        padding-bottom: 0;
    }

.thumb-content .card-body .rent-txt {
    color: #8bc83f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.thumb-content .card-body .subscricao-txt {
    color: #0033a1;
    font-size: 16px;
    font-family: 'BentonSansProBold';
}

.thumb-content .card-body .risco-txt {
    color: #fd9800;
    font-size: 16px;
    font-family: 'BentonSansProBold';
    text-transform: uppercase;
}

.thumb-content .card-body .body-col {
    border-right: 1px solid #ccc;
    margin-left: -15px;
}

.btn-all {
    color: #00a1e0;
    background-color: transparent;
    border-color: #00a1e0;
    font-size: 14px;
    font-family: 'BentonSansProRegular';
    text-transform: uppercase;
    padding: 15px 35px;
    float: right;
    margin-right: -15px;
    border-radius: 0;
}

    .btn-all:hover,
    .btn-all-xs:hover {
        background-color: #0072ce;
        color: #fff;
        border: 1px solid #0072ce;
        padding: 15px 35px;
    }

.IB-btns-subscrever {
    height: 52px;
}

.txt-itens {
    color: #494949;
    padding-top: 10px;
    /* float: right; */
    display: flex;
    justify-content: end;
    font-size: small;
}

.numb-itens {
    font-weight: bold;
    font-size: 14px;
}

.btn-primary.btn-card {
    margin-top: 28px;
}

/*------Carousel-------*/

.carousel {
    margin: 20px auto;
    overflow: hidden;
    width: 100%;
    float: left;
}

#carousel-home {
    height: 150px;
    margin-top: 10px;
    overflow: inherit;
}

.carousel-all {
    margin: 20px auto 80px;
    padding: 0 25px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 7px;
    float: left;
    margin: 0 0 10px 0;
}

.active > div {
    display: none;
}

    .active > div:first-child {
        display: block;
    }

.carousel .carousel-inner .item {
    max-height: 207px;
    overflow: hidden;
}

.carousel-header {
    border-bottom: 1px solid #00A1E0;
    margin-bottom: 25px;
    height: 53px;
    /*margin-left: 0;
    margin-right: 0;*/
}

.carousel .thumb-wrapper,
.carousel-all .thumb-wrapper {
    /*background: #fff;*/
    position: relative;
    max-height: 200px;
}

.carousel .thumb-content {
    margin: 0 8px;
}

    .carousel .thumb-content .btn,
    .carousel-all .thumb-content .btn {
        font-size: 15px;
        line-height: 16px;
        width: 100%;
        margin-top: -8px;
        border-radius: 0;
        font-size: 14px;
    }

        .carousel .thumb-content .btn .fal,
        .carousel-all .thumb-content .btn .fal {
            font-size: 18px;
            padding-right: 10px;
        }

        .carousel .thumb-content .btn i,
        .carousel-all .thumb-content .btn i {
            font-size: 14px;
            font-weight: bold;
            margin-left: 5px;
        }

.carousel .carousel-control {
    height: 24px;
    width: 24px;
    background: #fff;
    margin: 0;
    border-radius: 15px;
    border: 1px solid #0033a1;
    opacity: 0.8;
}

    .carousel .carousel-control.left {
        left: 73%;
        top: 3%;
    }

    .carousel .carousel-control.right {
        top: 3%;
        left: 77%;
    }

    .carousel .carousel-control.left:hover {
        left: 73%;
        top: 3%;
        background: #0072ce;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #0072ce;
        opacity: 0.8;
    }

    .carousel .carousel-control.right:hover {
        top: 3%;
        left: 77%;
        background: #0072ce;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #0072ce;
        opacity: 0.8;
    }

    .carousel .carousel-control i:hover {
        color: #fff;
    }

    .carousel .carousel-control i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin: -10px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: #00a1e0;
        text-shadow: none;
    }

    .carousel .carousel-control.left i {
        margin-left: -2px;
    }

    .carousel .carousel-control.right i {
        margin-right: -2px;
    }

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: 1px solid #0033a1;
}

    .carousel-indicators li,
    .carousel-indicators li.active {
        background-color: #0033a1;
    }

#myCarousel-fundos {
    margin-bottom: 80px;
}

/*---bob-headerpage-icons--*/
.bob-page-iconsProd {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
}

.bob-page-iconsProd {
    color: #fff;
    background-color: #ff681d;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    text-decoration: none;
}

    .bob-page-iconsProd .fal {
        padding: 15px 13px;
        font-size: 20px;
    }

@media (min-width: 992px) {
    .carousel-col {
        width: 25%;
    }

    .btn-all {
        display: block;
    }

    .btn-all-xs {
        display: none;
    }
}

@media (max-width: 991px) {
    .carousel-header {
        margin: 0 0 15px 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .carousel-col {
        width: 33%;
    }

    .carousel-indicators-product {
        text-align: left;
    }

    .carousel .carousel-control.left {
        left: 68%;
    }

    .carousel .carousel-control.right {
        left: 73%;
    }

    .carousel .carousel-control.left:hover {
        left: 73%;
        top: 3%;
        background: #0072ce;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #0072ce;
        opacity: 0.8;
    }

    .carousel .carousel-control.right:hover {
        top: 3%;
        left: 77%;
        background: #0072ce;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #0072ce;
        opacity: 0.8;
    }

    .btn-all {
        display: block;
    }

    .btn-all-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .carousel {
        margin: 20px auto;
        /*padding: 0 25px;*/
    }

    #myCarousel15305 {
        /*margin: 20px auto;*/
        padding: 0;
    }

    .product-titleCarousel {
        font-size: 16px;
        /*padding: 15px 0 0;*/
        float: left;
    }

    .carousel-all.slide .carousel-header {
        border-bottom: 0;
        margin-bottom: 25px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .carousel-all.slide .txt-itens {
        color: #494949;
        padding: 15px 0;
        float: none;
        border-bottom: 1px solid #ccc;
    }

    .carousel-all .carousel-header {
        /*padding: 15px;*/
    }

    .IB-card.panel {
        height: 310px;
    }
        .IB-card.panel.rent{
            height: 335px;
        }

    .carousel .carousel-inner .item {
        max-height: 255px;
    }

    .btn-primary.btn-card {
        margin-top: 20px;
    }

    .carousel-indicators {
        bottom: -115px !important;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .carousel .carousel-control {
        display: none;
    }

    .carousel-col {
        width: 50%;
    }

    .btn-all {
        display: block;
    }

    .btn-all-xs {
        display: none;
    }
    /*.carousel-indicators-product {
        list-style: none;
        top: -52px;
        text-align: right;
        width: 100%;
    }*/
}

@media (max-width: 600px) {
    .carousel .carousel-control {
        display: none;
    }

    .carousel-col {
        width: 100%;
        padding: 0;
    }

    .btn-all {
        display: none;
    }

    .btn-all-xs {
        background-color: transparent;
        color: #00a1e0;
        border: 1px solid #00a1e0;
        padding: 15px 35px;
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-family: 'BentonSansProRegular';
    }
    /*.carousel-indicators-product {
        list-style: none;
        top: -52px;
        text-align: right;
        width: 100%;
    }*/
}




/*---PRODUTOS-SCROLL - MOBILE--*/

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

    .scrolling-wrapper .card {
        display: inline-block;
    }

@media (min-width: 991px) {
    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .scrolling-wrapper {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
        margin-right: 3px;
    }

.card {
    width: 320px;
    height: 211px;
    /*background: white;*/
    /*margin-right: 10px;*/
    margin-left: -8px;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar: none;
}


/*--- Menu de Navegação Produtos - MOBILE--*/


/* Base styles */


a {
    text-decoration: none;
    color: #00a1e0;
}

.contentWrap {
    margin-left: 20rem;
    max-width: 100%;
    display: flex;
    /* padding: 8px 0 0 0;*/
}

    .contentWrap .IB-arrow.fal {
        padding: 20px 5px;
        font-size: 30px;
        opacity: 40%;
    }

        .contentWrap .IB-arrow.fal.fa-caret-left {
            float: left;
        }

        .contentWrap .IB-arrow.fal.fa-caret-right {
            float: right;
            text-decoration: none;
        }

        .contentWrap .IB-arrow.fal:hover,
        .contentWrap .IB-arrow.fal.active {
            opacity: 100%;
            text-decoration: none;
        }

/* 
  * make the menu scroll left and right 
  * If content overflows the container
  */
.menuWrap {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: hidden;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

/* 
  * allow menu items to alter their dimensions  
  * to fill available space
  */
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 12px;
    padding-left: 20px;
    font-family: 'BentonSansProMedium';
}

/* 
  * styles for individual menu items
  */
.menu-item {
    /* spacing styles */
    -ms-flex-preferred-size: 120px;
    flex-basis: 170px;
    /* sets the initial main size of a each menu item */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* don't allow menu item to shrink below 120px when there isn’t enough space on the row. */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* allow items to grow up to 150px wide if the container is big enough */
    max-width: 170px;
    height: 100px;
    /* additional styles */
    border-left: 1px solid lightgray;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .menu-item:last-of-type {
        border-right: 1px solid lightgray;
    }

    .menu-item .fal {
        font-size: 32px;
        padding-bottom: 10px;
        margin-top: -10px;
    }

    .menu-item a {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 0 10px;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 1.7rem;
        font-family: 'BentonSansProMedium';
    }

        .menu-item:hover,
        .menu-item a:hover,
        .menu-item.active,
        .menu-item.active a,
        .menu-item:visited a,
        .menu-item:focus a,
        .menu-item a:focus,
        .menu-item:focus,
        .menu-item:visited,
        .menu-item:active {
            background: #fff;
            color: #00a1e0;
            text-decoration: none;
        }

.bob-page-title .page-subtitle {
    font-size: 13px;
    opacity: 60%;
    text-transform: none;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    font-family: 'BentonSansProRegular';
    color:#0A2240;
}

.IB-pesquisa .header-detail {
    background-color: #fff !important;
    width: 100%;
}

@media (max-width: 767px) {
    .menuWrap {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .bob-header-marketpanel .bob-page-title {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bob-header-marketpanel #page_title {
        display: none;
    }

    .contentWrap {
        margin-left: 0;
        max-width: 100%;
        display: block;
    }

        .contentWrap .IB-arrow {
            display: none;
        }

    .menu {
        padding-left: 0;
        margin-bottom: 1px !important;
    }

    .menu-item {
        flex-basis: 100px;
        max-width: 150px;
        padding-top: 1.75rem;
        border-left: 0;
        padding-bottom: 1.75rem;
    }

        .menu-item ~ .menu-item {
            border-left: 1px solid lightgray;
        }

        .menu-item:last-of-type {
            border-right: 0;
        }

        .menu-item a {
            padding: 0 15px;
        }

        .menu-item .fal {
            font-size: 28px;
        }
}


/*------------------FILTROS-----------------------*/

.filters-results {
    background-color: #fff;
    padding: 20px 0px;
}

    .filters-results .tag_list {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        border-right: 1px solid #c0c5ca;
        position: relative;
        font-size: 15px;
        font-weight: 200;
        color: #818b95;
    }

.tag_list:last-of-type {
    border-right: 0;
}

.filters-results .tag_list span {
    cursor: pointer;
}

.filters-results .IB-btnPesq {
    float: left;
    width: 100%;
    padding: 12px 30px;
}

.header-detail .IB-title {
    color: #ff681d;
    font-family: 'BentonSansProMedium';
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 10px;
    margin-top: 5px;
}

/*.dropdown-menu {*/
.filters-results .IB-filter.dropdown-menu {
    /*
        left: 15px;
        min-width: 400px;
*/
    overflow-y: auto;
    border-radius: 0;
    margin-top: 10px;
    padding: 15px;
}

.open > .dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: #0A2240;
    border-color: #0A2240;
}

.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:active,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ff681d;
    border-color: transparent;
}

.IB-filter-Col .form-group {
    margin: 15px 25px 25px 25px;
}

.IB-input-group-filters-btn {
    display: flex;
    justify-content: center;
}

.IB-filter-Tit {
    margin: 0 0 10px 25px;
}

    .IB-filter-Tit a {
        color: #ff681d;
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 16px;
    }

.IB-filter-Col .form-group > label {
    font-size: 13px;
}

.btn-rent.btn-group {
    display: flow-root;
}

    .btn-rent.btn-group .btn {
        color: #52585d;
        width: 5%;
        font-size: 14px;
        border-color: #ccc;
        text-align: center;
        padding-left: 10px;
    }

        .btn-rent.btn-group .btn:hover,
        .btn-rent.btn-group .btn.active {
            color: #fff;
            text-align: center;
            background-color: #0A2240;
        }

input[type="range"] {
    height: 3px;
    margin: auto;
    transition: all 0.3s ease;
}

output {
    display: block;
    color: #0A2240;
    font-weight: bold;
}

.containerSlider {
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.IB-input-group-filters-btn {
    margin: 15px 5px;
}

    .IB-input-group-filters-btn .IB-btnLimpar {
        margin-right: 10px;
    }

.IB-filter-Col {
    padding: 0;
}


IB-input-group-filters-btn {
    display: flex;
    justify-content: center;
}


@media (max-width: 767px) {

    .header-detail .IB-title {
        margin-top: 17px;
    }

    /*.dropdown-menu {*/
    .filters-results .IB-filter.dropdown-menu {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .IB-filter-Col .form-group {
        margin: 15px 25px 25px 25px;
    }

    .IB-pesquisa .header-detail .filters-results {
        padding: 20px 0 20px 0px;
    }

    .IB-input-group-filters-btn .IB-btnLimpar {
        margin-bottom: 10px;
    }

    .IB-input-group-filters-btn {
        /*width: 90%;*/
        margin: 15px !important;
        display: block;
    }
}


/*------------------DETALHE DE PRODUTO - MARKET-----------------------*/

/* Rating styles */
.rating {
    font-size: 20px;
    overflow: hidden;
    text-align: left;
    padding-top: 20px;
}

    .rating input {
        float: right;
        opacity: 0;
        position: absolute;
    }

    .rating,
    .rating label {
        float: right;
        color: orange;
        text-decoration: none;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }
/*.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
		.rating a:hover,
		.rating a:hover ~ a,
		.rating a:focus,
		.rating a:focus ~ a		{
			color: orange;
			cursor: pointer;
		}*/
.rating2 {
    direction: rtl;
    float: left;
}

    .rating2 a {
        float: none
    }

/*-------*/

.product-rating {
    color: #ff681d;
    font-weight: 600;
    font-size: 15px;
    margin-top: 27px;
    margin-left: 10px;
}

.rating-star {
    display: flex;
}

#market_search_result .row {
    margin-right: 0;
    margin-left: 0;
}

.row.filters-results {
    margin-right: 0;
    margin-left: 0;
}

.list-caracteristicas-market .Tit-group {
    font-size: 18px;
    font-family: 'BentonSansProBold';
    text-transform: uppercase;
    padding-left: 18px;
}

.list-caracteristicas-market .subTit-group {
    font-size: 14px;
    font-family: 'BentonSansProBold';
}

.list-caracteristicas-market .form-control {
    margin-bottom: 15px;
    /*border: 1px solid #cbd1e1 !important;*/
}

.list-group.list-caracteristicas-market {
    padding: 0 10px;
    border-right: 1px solid #ccc;
    min-height: 350px;
}

    .list-group.list-caracteristicas-market:last-child {
        border-right: none;
    }

.list-caracteristicas-market .list-group-item-text-positivo {
    color: #8dc63f;
}

.list-caracteristicas-graficos .Tit-group,
.carousel-caption .Tit-group {
    font-size: 18px;
    font-family: 'BentonSansProBold';
    text-transform: uppercase;
    padding-left: 18px;
    color: #ff681d;
    border-right: none;
}

.list-caracteristicas-graficos .IB-tabs {
    text-align: center;
    margin-top: 20px;
    float: none;
}

#Carousel {
    margin: 20px 0 0;
    padding: 0 15px 0 0;
}

    #Carousel .btn-back {
        background-color: transparent;
        color: #00a1e0;
        border: 1px solid #00a1e0;
        padding: 15.5px 25px;
        float: right;
        margin-right: -1px;
        border-radius: 0;
    }


        #Carousel .btn-back:hover {
            background-color: #0072ce;
            color: #fff;
        }


/* three dots */

.IB-dots .dropbtn {
    background-color: transparent;
    color: #000;
    /*border: 1px solid #000;*/
    cursor: pointer;
    width: 50px;
    padding-left: 22px;
    font-size: 42px;
    float: right;
    margin-bottom: -1px;
}

    .IB-dots .dropbtn:hover,
    .IB-dots .dropbtn:focus {
        background-color: #0033a1;
        color: white;
    }

.IB-dots.dropdown {
    position: absolute;
    display: inline-block;
    right: 0;
}

#myDropdown.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 95px;
}

    #myDropdown.dropdown-content a {
        color: #ff6900;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #ccc;
        text-align: center;
        right: 95px;
    }

        #myDropdown.dropdown-content a:hover {
            color: #fff;
            background-color: #ff6900;
        }

.IB-dots.dropdown a:hover {
    background-color: #f1f1f1
}


@media (min-width: 768px) {
    .carousel-header .IB-dots {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-caracteristicas-market .list-group-item-text {
        display: block;
    }
}

@media (max-width: 767px) {
    .list-group.list-caracteristicas-market {
        border-right: none;
    }

    .list-caracteristicas-market {
        margin-top: 20px;
    }

    .carousel-header .IB-btns {
        display: none;
    }

    #Carousel .IB-btns-subscrever .btn-all {
        display: none;
    }

    #Carousel .IB-btns-subscrever .btn-back {
        margin-right: 0;
        padding: 15.5px 25px;
    }

    .list-caracteristicas-market .form-group.subscrever {
        margin: 20px 20px 0 15px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 25px 0;
    }

    .list-caracteristicas-market .content-area {
        margin-top: 25px;
        border-bottom: 1px solid #ccc;
    }

    #Carousel {
        padding: 0;
    }
}

/*------------------VIDEO-----------------------*/


.responsive-video iframe {
    height: 100%;
    width: 100%;
}

.B-login-area .input-group.responsive-video {
    width: 100%;
}

.B-login-area .VideoTitulo {
    font-family: 'Mundo Sans W01 Medium';
    font-size: 18pt;
    color: #000;
    text-align: center;
}

.B-login-area .VideoSub-Titulo {
    font-family: 'Mundo Sans W01 Light';
    font-size: 16pt;
    color: #000;
    text-align: center;
}

.B-login-area .VideoText {
    font-family: 'Mundo Sans W01 Light';
    font-size: 14pt;
    color: #0A2240;
    font-weight: 700;
    text-align: center;
}

.B-login-area .VideoImage {
    padding: 45px;
    text-align: center;
}

    .B-login-area .VideoImage .img-responsive {
        display: initial !important;
    }

#sub-frame-error {
    background-color: #000 !important;
}


@media (min-width: 768px) and (max-width: 991px) {

    .IB-footer-screen {
        margin-top: 49px;
    }
}
