
/*================================================
  WEB FONTS
  ================================================*/

 @font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../bootstrap/fonts/Montserrat-SemiBold.ttf?') format('truetype'),
         url('../bootstrap/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../bootstrap/fonts/Montserrat-SemiBold.ttf?') format('truetype');
    font-style: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../bootstrap/fonts/Montserrat-Light.ttf?') format('truetype'),
         url('../bootstrap/fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-style: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../bootstrap/fonts/Montserrat-ExtraLight.ttf?') format('truetype'),
         url('../bootstrap/fonts/Montserrat-ExtraLightItalic.ttf') 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;
}

@font-face {
    font-family: 'FontAwesome';
    src:url('../bootstrap/fonts/fa-thin-100.woff2') format('woff'),
        url('../bootstrap/fonts/fa-thin-100.ttf?') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*================================================
  LAYOUT
  ================================================*/

/* Web Site Width */

.IB-page-container {
    max-width: 1200px;
	margin: 0 auto;
    background-color: transparent;
}

@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: 'Montserrat-Light',sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #243241;
}
hr{
border-top: 1px solid lightgray;
    margin-left: -15px;
}

a {
    color: #005bac;
    text-decoration: none;
}

a:hover {
    color: #243241;
    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;*/
}

.IB-body-screen {
    min-height: calc(100vh - 261px);
}

.btn-default {
    color: #22bcbc;
    background-color: #fff;
    border-color: #22bcbc;
	padding: 12px 40px;
    font-size: 15px;
    font-family: 'Montserrat-Light';
    border-radius: 25px;
}

.btn-default-pagination {
    color: #22bcbc;
    background-color: #fff;
	border-color: #22bcbc;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}

.btn-primary-pagination {
    color: #fff;
    background-color: #22bcbc;
	border-color: #22bcbc;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}

.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: #243241 !important;
	border-color: #243241 !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: #243241;
    background-color: #fff;
    border-color: #243241 !important;
}

.btn:focus {
    color: #fff;
    background-color: ##243241;
    border-color: #243241 !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: #21bcbb;
	border-color: #21bcbb;
}

.btn-primary {
    font-family: 'Montserrat-Light';
    color: #fff;
    background-color: #21bcbb;
	border-color: #21bcbb;
    border-radius: 35px;
	padding: 12px 40px;
    font-size: 15px;
}

.IB-top-bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*========IB-HEADER-SCREEN=========*/


/*-----IB-top-bar-----*/

.IB-top-bar {
    /*height: 70px;*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.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: 1250px) {
    .IB-top-bar .IB-mainlogo img {
        width: 128px;
        margin-top: 28px;
		margin-left: 40px;
    }
    .IB-headermenu-mod .nav-pills > li > a,
    .IB-headermenu-mod .nav .IB-target > div {
        border-radius: 0px;
        padding: 0px 5px 0 10px;
    }
}

@media (min-width: 992px) {
    .IB-top-bar {
        background-color: #fff;
        height: 95px;
    }

    .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: 1250px) {
    .IB-top-bar .IB-mainlogo img {
        width: 128px;
        margin-top: 28px;
        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: 6px 0;
    }
}

@media (max-width: 991px) {
    .IB-mainlogoMobile {
        display: block;
        background-color: #fff;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .IB-mainlogoMobile img {
        text-align: center;
        margin: 15px 0;
    }
}
/*-----IB-Headermenu-mod-----*/



.IB-headermenu-mod .IB-user,
.IB-headermenu-mod .IB-lang {
    color: #b2b5b9;
    text-transform: uppercase;
}
.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: #243241;
}

.IB-tabs .nav-pills > #IB-assets-graph-button > a {
    border: 1px solid #21bcbb;
    padding: 12px 40px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    font-family: 'Montserrat-Light',sans-serif;
}

.IB-tabs .nav.nav-pills > #IB-assets-list-button  > a {
	border:1px solid #21bcbb;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #21bcbb;
    margin-left: -2px;
}
.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 {
	background-color: #21bcbb;
	color: #fff!important;
}

.IB-tabs .nav.nav-pills > #IB-assets-graph-button.active > a {
    background-color: #21bcbb;
    border-color: #21bcbb;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
	color: #fff;
}

.IB-tabs .nav.nav-pills > #IB-assets-list-button.active > a {
    background-color: #21bcbb;
    border-color: #21bcbb;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
	color: #fff;
}

.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: #243241;
    background-color: transparent;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff!important;
    background-color: #243241!important;
    border-color: #243241!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: #21bcbb;
    padding: 12px 40px;
    font-family: 'Montserrat-Light',sans-serif;
}

.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: 'Montserrat-Light',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: #21bcbb;
    padding: 4px;
}

.IB-headermenu-mod .IB-navbar-toggle .IB-icon {
    font-size: 24px;
    color: #21bcbb;
}

.IB-headermenu-mod .IB-userbtn .IB-user > .IB-company {
    font-size: 10px;
    line-height: 1.0;
}

.IB-headermenu-mod .nav {
    float: right;
    margin-right: 10px;
    height: 95px;
	padding: 27px 10px 25px 35px;
    height: 95px;
}

    .IB-headermenu-mod .nav li {
        /*border-right: 1px solid #243241;*/
        max-width: 300px;
    }

.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: #243241;
    font-family: 'Montserrat-Regular',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;
}
}

@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: #243241;
    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: #21bcbb;
}

/*@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: #21bcbb;
	background-color: transparent;
}

.IB-main-nav-module .navbar-nav>li>.dropdown-menu {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .IB-main-nav-module .navbar-collapse {
        background-color: #eff2f5;
        border-bottom: 10px solid #1b4965;
    }
    .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;
        display: none;
    }
    .IB-main-nav-module .fa-home {
        display: none;
    }
    .IB-main-nav-module .navbar-nav > li > a > .IB-label {
        text-transform: uppercase;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
.IB-main-nav-module .navbar-nav > li > a {
    padding: 15px 9px;
    font-size: 14px;
    color: #adb0b4;
}
.IB-main-nav-module {
    margin-top: 14px;
}
}

@media (min-width: 1251px) {
.IB-main-nav-module .navbar-nav > li > a {
    padding: 15px 20px;
    color: #adb0b4;
}
}

@media (min-width: 992px) {
    .IB-main-nav-module .IB-label .IB-txt {
        display: none;
    }
    .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: #21bcbb;
        border-radius: 0;
    }


    .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 {
        border: none;
        padding-top: 12px;
        font-family: 'Montserrat-SemiBold';
    }
    .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;
}

.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: #eef0f3;
}

/*.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: 767px) {
    .IB-page-screen .container-fluid .row {
    padding-left: 0;
    padding-right: 0;
    }
}

/*========IB-PAGE-CONTENT===========*/


/*================HP-RESUME-MOD======================*/

/*----------------panel-heading------------------*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0!important;
    -webkit-box-shadow: none; 
    box-shadow: none;
    border: none;
}

.IB-PerCarteira.btn-group {
    width: -webkit-fill-available;
}

.btn.btn-default.dropdown-toggle {
    width: inherit;
    padding: 10px 40px;
    text-transform: none;
    border: 1px solid #ccc;
    font-family: 'Montserrat-Regular';
}

.GrafPerformance .Valores,
.GrafPerformance .Legenda {
    display: flex;
    justify-content: center;
    padding: 15px 0 20px;
}

.GrafPerformance .Valores .Titulo {
    text-transform: uppercase;
    color: #21bcbb;
}

.GrafPerformance .Valores .Text {
    color: #243241;
    font-family: 'Montserrat-Regular';
}

.GrafPerformance .img-fluid {
    max-width: 100%;
    height: auto;
}

.GrafPerformance .Valores .Investido,
.GrafPerformance .Valores .Valor,
.GrafPerformance .Valores .Datas {
    padding: 0 15px;
}

.GrafPerformance .Legenda .Valor {
    margin-left: 20px;
}

.grey {
    color: #bbbfce;
}

.blue {
    color: #21bcbb;
}

.bob-helparea {
	border: 1px solid #6f7073;
	border-left: 10px solid #6f7073;
}

.bob-helparea .fal {
	color: #ff6000;
	font-size: 24px;
}

.panel-default>.panel-heading {
    color: #243241!important;
    background-color: #fff!important;
    border-bottom: 0!important;
}    

.panel-heading.IB-collapse-panel {
    padding: 0px;
    border-bottom: 2px solid #005bac;
}

.panel-heading.IB-collapse-panel > a {
    padding: 8px 15px;
    display: block;
}

.panel-heading.IB-collapse-panel .IB-title h4 {
    font-family: 'Montserrat-Light';
    text-align: left;
    text-transform: uppercase;
}

.IB-card.panel {
    padding: 15px 25px;
}

.IB-card.panel .IB-val {
    color: #243241;
    font-size: 15px;
    font-family: 'Montserrat-Light';
    border-right: 1px solid #ccc;
    margin-top: 15px;
}

.IB-card.panel .IB-val:last-child {
    border-right:none;
}

.IB-card.panel .IB-title,
.IB-card.panel .IB-val p {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    text-align: center;
    color: #243241;
    margin-top: 10px;
}

.IB-card.panel .IB-title h4 {
    padding-bottom: 15px;
    font-family: 'Montserrat-Light';
    text-align: left;
    text-transform: uppercase;
}

.IB-card.panel .IB-title .fal {
    font-size: 32px;
    text-align: center;
}

.panel-heading.IB-collapse-panel .IB-balance {
    text-align: right;
    color: #243241;
	font-family: 'Montserrat-SemiBold';
	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:#243241;
    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 {
    font-family: 'Montserrat-Light';
    text-align: left;
    text-transform: uppercase;
}

.IB-news.panel .IB-list-panel {
    font-family: 'Montserrat-SemiBold';
    color:#243241;
}

.IB-news.panel .IB-list-panel p {
    font-family: 'Montserrat-Regular';
    color:#7a7d84;
    font-size: 13px;
    float: initial;
}

.IB-news.panel .IB-list-panel.list-group-item div {
    float: right;
    top: -20px;
    position: relative;
}

.IB-news.panel .list-group {
    padding: 0 10px;
}

.IB-news.panel .list-group-item:last-child {
    border-bottom: none;
}

.IB-news.panel .IB-list-panel .fal {
    font-size: 25px;
    margin-top: 10px;
}

.table [data-title] > a {
    color: #243241;
    font-weight: bold;
}

.table [data-title] > a:hover {
	color: #005bac;
}

.table>tbody>.al:hover {
	color: #005bac;
}

.table a.button {
	color: #ff6000;
	font-weight: bold;
	text-decoration: none;
}

    .table a.button:hover {
        color: #fff;
        background-color: #21bcbb;
        font-weight: bold;
    }

.panel-heading a:hover {
    color: #243241;
    background-color: #21bcbb;
}

.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: #ff9700;
}

#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: #ff9700;
        background-color: #fff !important;
    }

    #faqPageDiv .panel-default .panel-heading .collapsed {
        background-color: transparent !important;
        color: #243241;
    }

#faqPageDiv .panel-default .panel-heading .panel-title {
    font-size: 14px;
    line-height: 20px;
    font-family: 'GalanoGrotesque-Bold';
}

#faqOutrosTemas .nav.nav-tabs .nav-item .nav-link {
    color: #243241;
    font-family: 'GalanoGrotesque-Light';
    width: 90px;
    font-size: 16px;
}

    #faqOutrosTemas .nav.nav-tabs .nav-item .nav-link.active,
    #faqOutrosTemas .nav.nav-tabs .nav-item .nav-link:hover {
        color: #243241;
        border-bottom: 2px solid #243241;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        font-family: 'GalanoGrotesque-Bold';
    }


@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;
    }
}
#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: 'Montserrat-SemiBold',sans-serif;
    color: #243241;
}

.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:'GalanoGrotesque-Regular',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;
}
.legend h2 {
    color: #ff9800;
}
.legend a {
    text-decoration: none;
    display: block;
    font-weight: lighter;
}
.legend a:active {
    color: #21bcbb;
}
.legend .panel-default > .panel-heading {
    color: #fff !important;
    background-color: white !important;
    color: #243241 !important;
    border-bottom: 1px dashed #a4adc7 !important;
    padding: 0;
}
.legend .panel-heading a:hover,
.legend .panel-heading a:active {
    color: #21bcbb!important;
    background-color: transparent; 
    text-decoration: none;
}

.legend .panel-heading a.collapsed {
    color: #243241;
    background-color: transparent; 
}

.legend .panel-body {
    padding: 0!important;
    margin-bottom: -20px;
}

.legend h3.panel-title {}

.legend .list-group-item {
    margin-bottom:0;
    background-color: #eef0f3;
    border: 0; 
    font-family: 'Montserrat-Light',sans-serif;
}

.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;
}

.legend .list-group-item>.value {
    float: right;
    font-family: 'Montserrat-SemiBold',sans-serif;
    font-size: 14px;
}
.legend .valueTotal {
    display: flex;
    font-family: 'Montserrat-SemiBold',sans-serif;
    line-height: 14pt;
}
.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;
}

.IB-hp-shortcuts-menu-mod .btn .IB-icon {
    font-size: 32px;
    color: #21bcbb;
}

.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: 75px;
        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;
}*/

@media (min-width: 992px) {
    .IB-page-screen .IB-page-content {
        background-color: transparent;
        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-screen .IB-page-content {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        color: #243241;
        margin-top: 45px;
    }

    .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:#fff;
    font-size: 1.2rem;
    font-family: 'Montserrat-Regular';
    background-color: #21bcbb;
    padding-top: 20px;
}

.IB-footer-screen {
	height: 80px;
    background-color: #21bcbb;
    color:#fff;
}

/*--Module--*/

.IB-footer-menu-module {
    text-align: center;
}

.IB-footer-menu-module ul li {
    float: none;
}

.IB-footer-menu-module ul li a {
    text-transform: uppercase;
}
.IB-footer-menu-module .nav.nav-pills li a {
    padding: 15px 10px;
    color: #fff;
}

.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: inline-flex;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .IB-footer-menu-module .nav.nav-pills li a {
        padding: 15px 15px 0 0;
    }
}



/*------------enf-of-footer-menu------------*/


/*==============OWNER-SIGNATURE=============*/

/*--Module--*/

.IB-owner-module {
    padding-top: 15px;
}

.IB-owner-module .IB-signature {
    text-align: right;
    color: #fff;
    font-size: 11px;
}

.tribar .IB-social {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #fff;
}

.tribar .IB-social .IB-icon{
    color: #fff;
    padding: 8px;
}

.IB-social.IB-icon-area span {
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-left: 5px;
}

#container {
    margin-left: 13px;
    width: 100%;
    right: 0;
    /*margin-right: -15px;
    padding-right: 0;*/
  }

@media (min-width: 480px) {
    .IB-owner-module .IB-signature .breakline {
        display: none;
    }
}

@media (max-width: 479px) {
    .IB-owner-module {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    /*.IB-owner-module .IB-signature {
        text-align: left;
    .IB-owner-module {
        padding-top: 0px;
    }*/
}


/*==========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;
}

.well > .IB-txt p:last-child {
    margin-bottom: 0px;
}

.well.IB-info {
    background-color: #fff;
	border: 1px solid #a1c6e9;
	border-left: 10px solid #a1c6e9;
}

.well.IB-info > .IB-icon {
    color: #a1c6e9;
}

.well.IB-info > .IB-txt {
    color: #005bac;
    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: #f2e7e7;
}

.well.IB-error > .IB-icon {
    color: #a94442;
}


/*==========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: 15px 0;
}

.modal-dialog.modal-md .modal-content .modal-header .close {
    padding: 0;
}

.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: 'Montserrat-Light';
        font-size: 14px;
        line-height: 1.2;
		color: #243241;
        font-weight: 600;
        text-transform: initial;
    }

.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: #005bac;
    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: #243241;
    font-size: 18px;
    text-decoration: none;
    font-family: 'GalanoGrotesque-Regular';
}

#gotop .topo:hover,
#gotop .topo:active {
    color: #ff9700;
    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 {
        background-color: #ff9700;
        -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: #243241;
    }
    .IB-top-bar .IB-page-container {
        padding: 0px;
    }
	.IB-top-bar .row > div {
    padding-right: 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: #21bcbb;
        padding:15px 5px;
        font-size: 30px;
    }
    .mob-btn-nav .fal {
    font-size: xx-large;
    }

    .IB-top-bar .header {
        background-color: #fff;
        /*border-top: 1px solid #eef0f3;*/
        box-shadow: 0 0 6px rgb(0 0 0 / 14%);
    }

	}

	@media (min-width: 992px){
        body {
        background-color: #ffffff;
    }
    .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;
    }
	}

.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;
    }

    #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: #243241;
            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: #fff;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #fff;
        background-color: #243241;
    }

}

@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 #b2b5b9;
    margin-bottom: 12px;
    padding: 10px;
    font-size: 31px;
  }

  #circle .fa-thin:hover {
    color: #fff;
  }

  .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: #21bcbb;
		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: #243241;
		text-transform: uppercase;
    }
    .IB-hp-shortcuts-menu-mod .btn .IB-btn p {
        font-size: 14px;
        line-height: 1.2;
		color: #243241;
        font-family: 'Montserrat-Regular';
        text-transform: initial;
    }
	.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: 'Montserrat-Light';
    margin-top: 19px;
    width: 150px;
    color: #243241;
}


.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: 'Montserrat-SemiBold';
    text-transform: uppercase;
    padding-top: 15px;
}

.ma5menu__header .sem_msg {
    color: #fff!important;
  }
  
.ma5menu__header .com_msg {
    color: #243241!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;
}

@media (max-width: 767px) {
    .B-login-area .input-group {
        width: calc(100% + 15px) !important;
    }
}

.form-group .group-registo {
	padding-top: 20px;
	margin-top: 30px;
}

.form-group .group-registo a {
	color: #005bac;
}

.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: #243241;
    }
    .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: 'Mundo Sans W01 Medium';
}

.IB-wallet .header-title {
    padding: 10px 15px;
}

.product-title {
    color: #f8981d;
    font-size: 24px;
    font-family: 'GalanoGrotesque-Bold';
    border-bottom: 1px solid #21265e;
    padding: 20px;
    margin-bottom: 10px;
}

.product-subtitle {
    color: #f8981d;
    font-size: 18px;
    font-family: 'GalanoGrotesque-Regular';
}

.product-title-market {
    color: #ff9700;
    font-family: 'GalanoGrotesque-Bold';
    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: #243241;
    font-size: 34px;
    font-family: 'GalanoGrotesque-Bold';
    padding-bottom: 20px;
}

.IB-remuneracao {
    color: #91c341;
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 13px;
}

.IB-risco {
    color: #ff9700;
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 13px;
}

.IB-descritivo {
    color: #243241;
    font-family: 'GalanoGrotesque-Regular';
    font-weight: 400;
    font-size: 15px;
}

.IB-Posicao {
    color: #243241;
    border-bottom: 1px solid #243241;
    /*border-top: 1px solid #d9d9d9;*/
    padding: 20px;
}

.Posicao-title {
    color: #ff9700;
    font-weight: bold;
    text-transform: uppercase;
}

.Posicao-valor {
    color: #243241;
    font-size: 36px;
    font-weight: bold;
    font-family: 'GalanoGrotesque-Bold';
}

.list-group.list-caracteristicas .list-group-item,
.list-group.list-caracteristicas-market .list-group-item {
    background-color: transparent;
    border: 0;
    font-family: 'GalanoGrotesque-Regular';
    padding-bottom: 0;
    color: #243241;
}
.list-caracteristicas .list-group-item-heading,
.list-caracteristicas-market .list-group-item-heading {
    font-size: 15px;
    font-family: 'ubuntu Light';
}

.list-caracteristicas .list-group-item-text,
.list-caracteristicas-market .list-group-item-text {
    color: #243241;
    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: #243241;
        border-top: 2px solid #243241;
        border-bottom: 2px solid #243241;
        border-radius: 0;
        font-family: 'GalanoGrotesque-Bold';
    }

.IB-navSec .nav.nav-pills>li>a {
    background-color: transparent;
    text-transform: uppercase;
}

.tab-content {
    /*padding: 20px 0 35px;*/
}

.tab-content h3 {
    color: #243241;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.IB-files .list-group-item {
    border: 0;
    color: #243241;
}

.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:#005bac;
      border-color: #005bac;
  }

.list-group.IB-files,
.list-group.IB-files a{
    text-decoration: underline;
    margin-bottom: 0;
}

.list-group.IB-files a:hover{
    color: #005bac;
    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;
    }
    .bt-product-web .row.IB-Caracteristicas {
        display: none;
    }
    .carousel.slide.graficos {
        display: block;
    }
        .carousel.slide.graficos .carousel-caption {
            position: initial;
            color: #243241;
            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: #243241;
    font-size: 24px;
    padding-top: 10px;
    font-weight: bold;
    font-family: 'Montserrat-SemiBold';
}

.thumb-content .card-content {
    padding: 25px;
    /*min-height: 170px;*/
    border: 1px solid #e1e5ee;
}

.thumb-content .card-title {
    color: #243241;
    text-align: left;
    font-size: 16px;
    font-family: 'GalanoGrotesque-Bold';
    /*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 .risco-txt {
    color: #fd9800;
    font-size: 16px;
    font-family: 'GalanoGrotesque-Bold';
    text-transform: uppercase;
}

.thumb-content .card-body .body-col {
    border-right: 1px solid #ccc;
}
.btn-all {
    color: #243241;
    background-color: #fff;
    border-color: #243241;
    font-size: 15px;
    font-family: 'GalanoGrotesque-Medium';
    text-transform: uppercase;
    padding: 15px 35px;
    float: right;
    /*margin-right: -15px;*/
}

    .btn-all:hover,
    .btn-all-xs:hover {
        background-color: #243241;
        color: #fff;
        border: 1px solid #243241;
        padding: 15px 35px;
    }

.IB-btns-subscrever{
    height: 52px;
}

.txt-itens {
    color: #494949;
    padding: 15px 0;
    float: right;
}

.numb-itens {
    font-weight: bold;
    font-size: 18px;
}

/*------Carousel-------*/

.carousel {
	margin: 0 auto 20px auto;
    overflow: hidden;
    width: 100%;
    float: left;
}

/*#carousel-home {
    height: 90px;
}*/

.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: 200px; 
    overflow: hidden;
}

.carousel-header {
    border-bottom: 1px solid #243241;
    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;
}
.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 #243241;
    opacity: 0.8;
}

.carousel .carousel-control.left {
    left: 75%;
    top: 3%;
}

.carousel .carousel-control.right {
    top: 3%;
    left: 79%;
}

    .carousel .carousel-control.left:hover {
        left: 75%;
        top: 3%;
        background: #243241;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #000;
        opacity: 0.8;
    }

    .carousel .carousel-control.right:hover {
        top: 3%;
        left: 79%;
        background: #243241;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #000;
        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: #243241;
        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: 2px;
    border-radius: 50%;
    border: 1px solid #243241;
}
.carousel-indicators li {	
	background-color: #b2b5b9;
    border: 1px solid #b2b5b9;
}

.carousel-indicators li.active {	
	background-color: #21bcbb;
    border: 1px solid #21bcbb;
}

#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: #ff9700;
	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: 68%;
        top: 3%;
        background: #000;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #000;
        opacity: 0.8;
    }
    
    .carousel .carousel-control.right:hover {
        top: 3%;
        left: 73%;
        background: #000;
        color: #fff;
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 15px;
        border: 1px solid #000;
        opacity: 0.8;
    }

    .btn-all {
        display: block;
    }
    .btn-all-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .carousel {
        margin: 20px auto;
        /*padding: 0 25px;*/
    }
    .product-titleCarousel {
        font-size: 18px;
        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;*/
    }
}

@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: #243241;
        border: 1px solid #243241;
        padding: 15px 35px;
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-family: 'GalanoGrotesque-Regular';
    }
    /*.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: 300px;
    height: 211px;
    background: white;
    /*margin-right: 10px;*/
}
  
.scrolling-wrapper, .scrolling-wrapper-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar: display: none;
}


/*--- Menu de Navegação Produtos - MOBILE--*/


/* Base styles */

  
  a {
    text-decoration: none;
    color: #21bcbb;
  }
  
  .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: 'GalanoGrotesque-Medium';
  }
  
  /* 
  * 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: 2rem;
  }

    .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: #243241;
        text-decoration: none;
    }

  .bob-page-title .page-subtitle {
    font-size: 13px;
    opacity: 40%;
    text-transform: none;
    line-height: 20px;
    font-weight: normal;
  }

  .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;
    }

    .menu-item {
        flex-basis: 100px;
        max-width: 150px;
        padding-top: 2rem;
        border-left: 0;
    }

    .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%;
}

.header-detail .IB-title {
    color: #ff9700;
    font-family: 'GalanoGrotesque-Medium';
    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: 20px;
}

.open>.dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}

.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:active,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ff9700;
    border-color: transparent;
}

.IB-filter-Col .form-group {
    margin: 15px 45px 25px 25px;
}

.IB-filter-Tit {
    margin: 0 0 10px 25px;
}

.IB-filter-Tit a {
    color: #ff9700;
    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: #005bac;
}

input[type="range"] {
    height: 3px;
    margin: auto;
    transition: all 0.3s ease;
}

output {
    display: block;
    color: #005bac;
    font-weight: bold;
}

.containerSlider {
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.IB-input-group-filters-btn { 
    margin: 15px 25px;
}

.IB-input-group-filters-btn .IB-btnLimpar {
    margin-right: 10px;
}


@media (max-width: 767px) {

    .header-detail .IB-title {
        margin-top: 17px;
    }

/*.dropdown-menu {*/
    .filters-results .IB-filter.dropdown-menu {
    margin: 0;
    position: initial;
    }

    .IB-filter-Col .form-group {
        margin: 15px 25px 25px 25px;
    }

    .IB-pesquisa .header-detail .filters-results {
        padding: 0 0 20px 0px;
    }

    .IB-input-group-filters-btn .IB-btnLimpar {
        margin-bottom: 10px;
    }

    .IB-input-group-filters-btn { 
        /*width: 95%;*/
    }
}
    /*------------------DETALHE DE PRODUTO - MARKET-----------------------*/

    /* Rating styles */
		.rating {
			font-size: 25px;
            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: #ff9700;
            font-weight: 600;
            font-size: 15px;
            margin-top: 27px;
            margin-left: 10px;
        }

        .rating-star {
            display: flex;
        }

        .list-caracteristicas-market .Tit-group {
            font-size: 18px;
            font-family: 'GalanoGrotesque-Bold';
            text-transform: uppercase;
            padding-left: 18px;
        }

        .list-caracteristicas-market .subTit-group {
            font-size: 14px;
            font-family: 'GalanoGrotesque-Bold';
        }

        .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;
        }

        .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: 'GalanoGrotesque-Bold';
            text-transform: uppercase;
            padding-left: 18px;
            color: #ff9700;
            border-right: none;
        }
        .list-caracteristicas-graficos .IB-tabs {
            text-align: center;
            margin-top: 20px;
            float: none;
        }
        
        #Carousel {
            margin: 20px 0 0;
            padding: 0 20px;
        }
        
        #Carousel .btn-back {
            background-color: transparent;
            color: #000;
            border: 1px solid #000;
            padding: 15.5px 25px;
            float: right;
            margin-right: -1px;
        }


            #Carousel .btn-back:hover {
                background-color: #243241;
                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: 40px;
            float: right;
            margin-bottom: -1px;
        }

            .IB-dots .dropbtn:hover,
            .IB-dots .dropbtn:focus {
                background-color: #243241;
                color: white;
            }
        
        .IB-dots.dropdown {
            /*position: absolute;*/
            display: inline-block;
        }
        
        #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: #21bcbb;
                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: #21bcbb;
                }
        
        .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: #005bac;
    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;
        }

/*=================================
  LISTS
  =================================*/

/*Informações de Conta Necessárias*/

.complete {
    color: #666;
}

.completeB {
    border: 1px solid #666;
    background-color: #f2f2f2;
}

.badgeInfoComplete {
    float: left;
    background-color: #666;
    height: 66px;
}

.ongoing {
    color: #000;
}

.ongoingB {
    border: 1px solid #000;
}

.badgeInfoOngoing {
    float: left;
    background-color: #000;
    height: 65px;
}

.start {
    color: #21bcbb;
}

.startB {
    border: 1px solid #21bcbb;
}

.badgeInfoStart {
    float: left;
    background-color: #21bcbb;
    height: 67px;
}

.InfoArea {
    width: 100%;
}

    .InfoArea:last-child {
        margin-bottom: 80px;
    }

.badgeInfoComplete .fal,
.badgeInfoOngoing .fal,
.badgeInfoStart .fal {
    color: #fff;
    font-size: 18px;
    padding: 24px;
    width: 63px;
}

.InfoArea .list-group-item:first-child,
.InfoArea .list-group-item:last-child,
.InfoArea .list-group-item {
    border-radius: 0;
    border: 1px solid transparent;
}

.InfoArea .list-group {
    margin-left: 63px;
    margin-bottom: 10px;
}

.InfoArea .list-group-item {
    padding: 12px 15px;
}

.InfoArea .startB .list-group-item-heading {
    padding: 7px;
}

.InfoArea .list-group-item .icon-left {
    float: left;
    font-size: 30px;
    padding: 0 15px 0 6px;
}

.InfoArea .list-group-item .icon-right {
    float: right;
    font-size: 13px;
    margin: -28px 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

    .InfoArea .list-group-item .icon-right .fal {
        color: #666;
    }

.InfoArea .list-group-item-heading {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}

.InfoArea .list-group-item-text {
    font-size: 13px;
    color: #858585;
    line-height: 1;
}

@media (max-width: 767px) {
    .InfoArea {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .InfoArea .list-group-item .icon-right {
        float: none;
        top: -4px;
        color: white;
        position: absolute;
        left: 52px;
    }

        .InfoArea .list-group-item .icon-right .fal {
            color: #fff;
        }

    .badgeInfoComplete,
    .badgeInfoOngoing,
    .badgeInfoStart {
        float: none;
        height: 40px;
    }

        .badgeInfoComplete .fal,
        .badgeInfoOngoing .fal,
        .badgeInfoStart .fal {
            padding: 11px 15px;
        }

    .InfoArea .list-group {
        margin-left: 0;
    }

    .InfoArea .list-group-item-text {
        line-height: 1.2;
    }
}

.IB-page-screen {
    min-height: calc(100vh - 180px);
}

.pdfiframe {
    display: block;
    background: #000;
    border: none;
    height: calc(var(--vh, 1vh) * 100 - 218px);
    width: 100%;
}

@media (min-width:768px ) {
    .pdfiframe {
        height: calc(var(--vh, 1vh) * 100 - 272px);
    }
}

@media (min-width:991px ) {
    .pdfiframe {
        height: calc(var(--vh, 1vh) * 100 - 310px);
    }
}
