/*
Theme Name: BBM
Author: qx3
Author URI: http://www.qx3.com.br/
Version: 1.0
Text Domain: bbm
*/

/*

Imports CSS do template page ASSET na function *linha 85

*/

@media (min-width: 768px) {
  .card-columns {
    display: flex;
  }
}

.card-columns .card-wrapper {
  flex: 1;
  padding: 0 20px;
}

.card-columns .card-wrapper:nth-child(2) .card {
  /*border-top: none;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-columns-w-size {
  max-height: initial !important;
}

/** Home **/
body {
  background-color: #f2f2f2;
  font-family: Montserrat, Arial, Helvetica, sans-serif
    /*GothamMedium*/
  ;
  font-weight: 400;
}

a {
  color: #003d76;
}

img {
  height: auto;
  max-width: 100%;
}

.carousel {
  margin-bottom: 30px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.carousel-indicators {
  bottom: 50px;
}

.carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 167px);
  min-height: 400px;
}

.carousel-item h5,
.carousel-item p,
.carousel-item a {
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.carousel-item h5 {
  font-size: 40pt;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  text-transform: uppercase;
}

.carousel-item p {
  font-size: 17pt;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  text-transform: uppercase;
}

.carousel-item a {
  width: 100%;
  height: 100%;
}

.carousel-item img {
  width: 140% !important;
  /* height: 100% !important; */
  height: calc(100vh - 167px) !important;
  margin: 0 -20%;
  display: none !important;
}

.pagina-home .carousel-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0;
  border: none;
  z-index: 99;
  min-height: auto !important;
}

.pagina-home .carousel-card .card-header {
  padding: 15px;
}

.pagina-home .carousel-card .card-header a {
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  box-sizing: border-box;
}

.pagina-home .carousel-card .card-body {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .carousel-item h5 {
    font-size: 30pt;
  }

  .carousel-item p {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-item {
    overflow: hidden;
  }

  .carousel-item img {
    width: calc(100% + 200px) !important;
    height: 100% !important;
    margin-left: -100px;
    margin-right: -100px;
  }

  .carousel-item h5 {
    font-size: 16pt;
  }

  .carousel-item p {
    font-size: 11pt;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.pagina-home .card-img-wrapper {
  position: relative;
}

.pagina-home .card-deck .card-img-overlay {
  top: auto;
  margin: 0;
  height: 100px;
  padding-top: 40px;
  background-color: rgba(0, 61, 118, 0.75);
  position: absolute;
  bottom: 6px;
  content: "";
}

.pagina-home .card-deck .card-img {
  border-bottom: 6px solid #ae1325;
}

.card-title {
  font-size: 14pt;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  text-transform: uppercase;
  color: #003d76;
}

.pagina-home .card-deck .card-title {
  font-size: 16pt;
}

.card-body {
  color: #8f8f8f;
  font-size: 10pt;
  line-height: 20pt;
}

.pagina-home .card-body {
  padding: 35px;
  font-weight: 400;
  font-size: 10.5pt;
  font-family: Montserrat
    /*GothamBook*/
  ;
  display: flex;
  flex-direction: column;
}

.card-deck {
  margin-bottom: 30px;
}

.card-deck .card-title,
.bg-dark .card-title {
  color: white;
  text-transform: uppercase;
}

.card-deck .btn-primary {
  border: 2px solid #d9d9d9;
  width: 100%;
  background: transparent;
  color: #003d76;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}

.card-img-overlay a {
  color: white;
  font-size: 11pt;
  text-transform: uppercase;
  text-decoration: none;
  /* margin-left: 20px;  */
  display: block;
}

.pagina-home .card {
  padding: 11px;
  min-height: 372px;
  background-color: white;
}

.card.bg-dark {
  background-color: #737373 !important;
}

.card.text-white .card-body {
  color: white;
}

.card-header {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0 !important;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}

.pagina-home .card-header {
  padding-top: 7px;
}

.col-md-4 .btn-primary,
.col-md-8 .btn-primary,
.carousel-item .btn-primary {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(98, 98, 98, 0.33);
  border-width: 2px;
  min-width: 150px;
  color: #003d76;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 30px;
}

.col-md-8 .btn-primary {
  width: 270px;
}

#b577a859-1cf7-46a4-87e5-f765af764b4d .btn-primary {
  display: none;
}

.col-md-4 .card-header {
  color: #ae1325;
  border-top: 14px solid #ae1325;
}

.col-md-4 .text-white .card-header {
  color: white;
}

.col-md-8 .card-header {
  color: #003d76;
  border-top: 14px solid #003d76;
}

.carousel-item .btn-primary {
  display: none;
  width: 270px;
  left: 50%;
  margin-left: -135px;
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 61, 118, 0.8);
}

.pagina-home .col-md-4 .card,
.pagina-home .col-md-8 .card {
  margin: 0 0 14px 0 !important;
}

.pagina-home .card.image-card .card-img {
  min-height: 372px;
}

.pagina-home .card-text ul {
  /* margin: 384px 0 20px -10px; */
}

.pagina-home .card-text li {
  color: white;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  font-size: 15pt;
  margin-bottom: 5px;
}

.pagina-home .card.bg-dark .card-title {
  margin-bottom: 20px;
}

.col-md-4,
.col-md-8 {
  margin-bottom: 50px;
}

/** /Home **/

/** Header **/
.main-header {
  position: relative;
  background-color: #f2f2f2;
  border-bottom: 6px solid #003d76;
}

.ib-access {
  background-color: #dbdbdb;
  color: #003d76;
  height: 46px;
  font-size: 10pt;
  padding-top: 6px;
}

.ib-access p {
  margin-right: 20px !important;
}

.ib-access label {
  display: none;
  text-transform: uppercase;
  margin-right: 16px;
  padding-top: 8px;
}

/* .ib-access input[type="text"] {
	background-color: #f1f1f1;
	border-radius: 5px;
	border: 1px solid #a7a7a7;
	width: 270px;
	height: 35px;
	margin-right: 5px;
	padding: 0 10px;
} */

.header-buttons {
  position: absolute;
  right: 40px;
  z-index: 1;
}

.wealth-button {
  border: 1px solid #003d76 !important;
  height: auto !important;
  white-space: initial !important;
  width: 180px !important;
  position: relative !important;
}

.bbmonline-button {
  position: relative !important;
  margin: 12px 0 0 15px !important;
  border: 1px solid #003d76 !important;
  background: transparent !important;
  color: #003d76 !important;
  max-width: 160px !important;
  white-space: initial !important;
  height: auto !important;
}

.ib-button.btn-primary

/* input[type="submit"] */
  {
  background-color: #003d76;
  color: white;
  border: 0;
  border-radius: 5px;
  /* margin-right: 8px;
		  width: 75px; */
  height: 30px;
  display: block;
  float: right;
}

.ib-access p a,
.ib-button {
  color: #003d76;
  font-size: 9pt;
  font-weight: bold;
  padding: 6px 11px;
  display: none;
  position: absolute;
  right: 0;
  margin: 12px 40px 0 0;
}

.ib-access p a:last-child {
  border-left: 1px solid black;
}

/* .ib-access p a+a {
	border-left: 1px solid black;
} */
.navbar {
  height: 115px;
}

.navbar-brand {
  margin-bottom: 20px;
}

.navbar-brand h1 {
  max-width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#menu-principal>.nav-item:last-child {
  width: 125px !important;
}

#menu-principal>.nav-item {
  border-bottom: 6px solid #003d76;
  border-left: 1px solid #cccccc;
  max-width: 162px;
  /* 150px; */
  text-align: center;
  height: 42px;
  margin-bottom: -6px;
}

#menu-principal>.nav-item:first-child {
  border-left: none;
}

#menu-principal>.nav-item:hover {
  border-bottom: 6px solid #ae1325;
}

#menu-principal .nav-link {
  /* color: #8f8f8f !important; */
  /* color: #7a7a7a !important;*/
  font-weight: 500;
  color: #003d76 !important;
  line-height: 10pt;
  padding: 0 15px !important;
  /*No Photoshop tÃƒÆ’Ã‚Â¡ 20, mas a fonte Ã© a Black e nÃ£o a Medium com Bold*/
}

#menu-principal .nav-item:hover .nav-link {
  color: #ae1325 !important;
  /* 003d76 */
}

header nav {
  /* font-family: GothamBlack; */
  /* font-size: 9pt;
		  font-weight: bold; */
  font-size: 10pt;
  text-transform: uppercase;
}

#menu-principal {
  /* margin-bottom: 2px; */
  float: right;
}

#menu-principal .dropdown-toggle::after {
  display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 0;
  margin-top: 6px;
  border: 0;
  /* margin-top: 0px !important;
		  border-top: 6px solid #ae1325; */
  border-radius: 0;
  background-color: rgba(210, 210, 210, 0.95);
  left: 50%;
  transform: translate(-50%, 0);
}

.dropdown-menu::before {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  background: #ae1325 url("img/menu-tip.png") top center no-repeat;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  position: relative;
}

.dropdown-menu .nav-item a {
  font-size: 10pt;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 500;
  color: #003d76;
  text-align: center;
  border-top: 1px solid white;
  margin: 0px 10px;
  padding: 8px 15px;
}

.dropdown-menu .nav-item:first-child a {
  border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
  color: #ae1325 !important;
}

.dropdown-item[data-alias="controle-de-risco"] {
  white-space: normal;
}

#menu-principal .nav-item[data-folder="quem-somos"]:hover .nav-link,
#menu-principal .nav-item[data-folder="nosso-negocio"]:hover .nav-link,
#menu-principal .nav-item[data-folder="governanca-corporativa"]:hover .nav-link,
#menu-principal .nav-item[data-folder="relacao-com-investidor"]:hover .nav-link {
  /* color: #8f8f8f !important;*/
  color: #003d76 !important;
  cursor: default;
}

#fraud-alert {
  display: none;
  background: #ae1325 url("img/fraud-alert.png") 35px center no-repeat;
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 9.5pt;
}

#fraud-alert span {
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 86px;
  font-weight: bold;
}

#fraud-alert a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}

#close-fraud-alert {
  margin: 18px 30px 0 0;
  float: right;
  cursor: pointer;
}

.lang,
.wpml-ls ul {
  position: absolute;
  right: 0;
  margin: 8px 40px 0 0;
  list-style: none;
}

.lang li,
.wpml-ls ul li {
  margin-left: 15px;
  display: inline-block;
  font-size: 8.5pt;
}

.lang li a,
.wpml-ls ul li a {
  border-top: 1px solid #053a6d;
  border-bottom: 1px solid #053a6d;
  color: #053a6d;
  padding: 5px 3px;
}

.lang li a:hover,
.wpml-ls ul li a:hover {
  color: #ae1325;
  border-top: 1px solid #ae1325;
  border-bottom: 1px solid #ae1325;
  text-decoration: none;
}

/** /Header **/

/*** Footer ***/
footer {
  background-color: #003d76;
  font-size: 9pt;
  /*10pt*/
  font-weight: 400;
}

footer p {
  color: white;
  text-align: center;
  font-family: Montserrat
    /*GothamBook*/
  ;
}

.footer-links {
  text-align: center;
  margin: 0;
}

.footer-links li {
  border-left: 1px solid #7998b4;
  padding: 8px 0;
  margin-top: 35px;
  margin-bottom: 15px;
}

.footer-links li:first-child {
  border: 0;
}

.footer-links a {
  color: white;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px;
}

.social-media-links {
  /* width: 100%;
		  border-top: 2px solid #ae1325;
		  border-bottom: 2px solid #ae1325; */
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}

.social-media-links svg {
  /* fill: white; */
  display: none;
}

.copyright p {
  opacity: 0.6;
}

.private-footer-title {
  width: 290px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 9pt;
  font-family: Montserrat;
  font-weight: bold;
  color: white;
  padding: 30px;
  position: relative;
}

.private-footer-title::after {
  content: "";
  width: 224px;
  height: 6px;
  background-color: #ae1325;
  display: block;
  margin-top: 10px;
}

.private-footer-title .agents {
  position: absolute;
  top: 125px;
  right: 70px;
  color: white;
}

.private-footer-content {
  width: 835px;
  display: inline-block;
}

.private-contact {
  background-color: #939393;
  margin-top: 50px;
  height: auto;
  padding-bottom: 20px;
}

.page-template-template-asset-new .private-contact {
  background-color: #969696;
}

.private-contact .address {
  float: left;
  width: 48%;
  margin-right: 2%;
  border-left: 2px solid white;
  color: white;
  font-size: 9pt;
  font-family: Montserrat
    /*GothamBook*/
  ;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.private-contact .address h4 {
  font-size: 9pt;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}

.private-contact .address p {
  margin: 0;
}

.private-contact .address a {
  color: white;
}

.private-contact .box-conteudo {
  margin: 0;
  overflow: visible;
}

/*** /Footer ***/

/** Estilos comuns **/
.main-page-content {
  background-color: white;
  padding-bottom: 60px;
}

#breadcrumb,
.breadcrumb-container {
  font-size: 9pt;
  padding-top: 4px;
  margin-bottom: 7px;
}

#breadcrumb>span a,
#breadcrumb .breadcrumb_last,
.breadcrumb-item-link {
  text-transform: uppercase;
  color: #a7a7a7;
}

.breadcrumb-item-link:hover {
  text-decoration: none;
}

#breadcrumb>span>span+span {
  padding-left: 10px;
  margin-right: 5px;

}

#breadcrumb>span>span+span::before {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#breadcrumb>span>span+span::before,
#breadcrumb>span+span::before,
.breadcrumb-item+.breadcrumb-item::before {
  content: "\276F";
  font-weight: bold;
  color: #a7a7a7;
}

.box-conteudo {
  font-family: Montserrat
    /*GothamBook*/
  ;
  color: #21252c;
  font-size: 11.5pt;
  margin: 0 35px;
  overflow: auto;
}

.box-abas .abas-conteudo-item {
  color: #21252c;
  font-size: 10pt;
}

.page-main-title {
  height: 100px;
  border-bottom: 6px solid #9e1b32;
  margin-bottom: 20px;
  background: #195083 url("img/bg-page-main-title.png") top right no-repeat;
}

.page-main-title h1 {
  font-size: 28px;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 32px;
  padding-bottom: 4px;
  margin-left: 31px;
}

.box-conteudo ul,
.card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-conteudo li,
.card-body li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.box-conteudo li::before,
.card-body li::before {
  content: "";
  padding-left: 8px;
  background: transparent url("data:image/gif;base64,R0lGODlhBAAEAIAAALAOH7APICH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA5Mzk5MzUxMjgyMTFFOEE5NjhDNjlDNkIzNjhGQjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA5Mzk5MzYxMjgyMTFFOEE5NjhDNjlDNkIzNjhGQjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMDkzOTkzMzEyODIxMUU4QTk2OEM2OUM2QjM2OEZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMDkzOTkzNDEyODIxMUU4QTk2OEM2OUM2QjM2OEZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAEAAQAAAIGTGCHhuAFADs=") left center no-repeat;
}

.spinnex-container {
  width: 100%;
}

.box-acordeon-container {
  padding: 16px;
}

.box-acordeon-container .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}

.box-acordeon-container .card-header {
  background: #e4e7eb url("img/acordeon.png") top right no-repeat;
  border: 1px solid #c2c2c2;
  border-left: 5px solid #003b77;
}

.box-acordeon-container .card .btn-link {
  /* font-family: 'Montserrat', sans-serif; */
  color: #003a70;
  font-weight: 300;
  font-size: 18pt;
  padding: 0px 10px;
}

.box-acordeon-container .card .btn-link:hover,
.box-acordeon-container .card .btn-link:focus {
  text-decoration: none;
}

.box-acordeon-container .card .btn-link:hover {
  color: #ae1325;
}

.box-acordeon-container .card .btn-link[aria-expanded="false"]::before {
  font-size: 18pt;
  font-weight: bold;
  display: inline-block;
  margin: 0 30px 0 10px;
  content: "+";
}

.box-acordeon-container .card .btn-link[aria-expanded="true"]::before {
  font-size: 18pt;
  font-weight: bold;
  display: inline-block;
  margin: 0 35px 0 10px;
  content: "-";
}

.box-acordeon-container .card .btn-link[aria-expanded="true"] {
  color: #9e1b32;
}

.box-acordeon-container .card-body {
  color: #7a7a7a;
}

.main-page-content .form-group {
  padding: 0 35px;
  color: #7a7a7a;
}

.main-page-content .form-control:focus {
  border-color: #ae1325;
  box-shadow: 0 0 0 0.2rem rgba(174, 19, 37, 0.25);
}

/* .template-contato h4, */
.template-ouvidoria h4 {
  margin-top: 60px;
}

.box-conteudo h3 {
  color: #003d76;
  font-size: 16pt;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 10px;
}

.box-conteudo h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 25.5pt;
  position: relative;
  background-color: #9c1e33;
}

.box-conteudo h3::after {
  content: "";
  display: block;
  width: 430px;
  height: 5px;
  top: 3.8pt;
  left: -10px;
  position: relative;
  background-color: #123b6f;
}

.box-conteudo h6 {
  color: #003d76;
  font-weight: bold;
}

.page-hero {
  /* width: 1143px; */
  height: 411px;
  position: relative;
  margin: 0 13px 60px 13px;
  border-bottom: 6px solid #9c1e33;
}

/* .page-hero::before {
  height: 106px;
  width: 100%;
  background-color: #003d76;
  background-blend-mode: multiply;
  opacity: 0.75;
  position: absolute;
  bottom: 0;
  content: "";
} */
.page-hero h1 {
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  font-size: 22pt;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  /* left: 30px; */
  padding: 11px 0 11px 30px;
  width: 100%;
  background-color: #003d76bb;
  margin-bottom: 0;
}

/* .page-hero h1::after {
	width: 174px;
	height: 6px;
	content: "";
	position: relative;
	background-color: #ae1325;
	display: block;
} */
.box-blocos {
  margin: 30px 35px;
}

.box-blocos-bloco {
  border: 1px solid #c2c2c2;
  border-left: 11px solid #003d76;
  background-color: #f8f8f8;
  width: 49%;
  height: 140px;
  padding: 15px 20px;
  float: left;
  margin: 0 1% 2% 1%;
  font-size: 10.5pt;
}

.box-blocos-bloco:nth-child(odd) {
  margin-left: 0;
}

.box-blocos-bloco:nth-child(even) {
  margin-right: 0;
}

.box-blocos-bloco h4 {
  color: #003d76;
  font-family: Montserrat;
  /* GothamBlack; */
  font-weight: 700;
  font-size: 11pt;
  text-transform: uppercase;
}

.nav-item::before {
  display: none;
}

.abas-conteudo-container {
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 35px;
  margin-bottom: 60px;
}

.abas-conteudo-container li p,
.abas-conteudo-container li div {
  display: inline;
}

.abas-container .nav-tabs li {
  padding-left: 4px;
}

.abas-container .nav-tabs li:first-child {
  padding-left: 0;
}

.abas-container .nav-link {
  background-color: #dbdbdb;
  border: 1px solid #c2c2c2;
  border-bottom: 7px solid #003d76;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #003d76;
  font-size: 12px;
  font-weight: 500;
  line-height: 11pt;
  text-align: center;
  /* text-transform: uppercase; */
  height: 56px;
  width: 214px;
  display: table-cell;
  vertical-align: middle;
}

.abas-container .nav-link:hover {
  border: 1px solid #c2c2c2;
  border-bottom: 7px solid #ae1325;
}

.abas-container .nav-link.active {
  background-color: #376390;
  /* #406e98; */
  color: white;
  border-color: #376390;
  border-bottom-color: #003d76;
}

/* Abas em .box-abas: linha flex 100% + link preenche a célula (pesos vêm do bocom2018.js) */
.box-abas .abas-container ul.nav.nav-tabs {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
}

.box-abas .abas-container .abas-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
}

.box-abas .abas-container .abas-item .nav-link {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 6px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 767.98px) {
  .box-abas .abas-container ul.nav.nav-tabs {
    flex-wrap: wrap;
  }

  .box-abas .abas-container ul.nav.nav-tabs:has(> li:first-child:nth-last-child(2)) > li {
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

/*
 * Exatamente 2 abas na mesma linha (ex.: "SAIBA MAIS"): metade + metade, 100% da largura.
 * :has() evita largura fixa antiga (ex. 535px) ou outros estilos que impedem o flex de crescer.
 * (Chrome 105+, Firefox 121+, Safari 15.4+)
 */
.box-abas .abas-container ul.nav.nav-tabs:has(> li:first-child:nth-last-child(2)) {
  display: flex !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.box-abas .abas-container ul.nav.nav-tabs:has(> li:first-child:nth-last-child(2)) > li {
  flex: 1 1 0% !important;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.download-list {
  margin-right: 40px;
}

.download-list li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
}

.download-list li::before {
  display: none;
}

.download-list li {
  padding-left: 120px;
}

.download-list li a.item-file {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

.template-wealth-management .download-list li a {
  background-position: left center;
}

.col-md-4 .card {
  margin-bottom: 14px;
}

.col-md-8 .card {
  color: #7a7a7a;
  background: #dfdfdf url("img/large-card-bg.png") right top repeat-y;
}

.col-md-8 .card {
  background-position: bottom right;
}

.card-text {
  font-family: Montserrat
    /*GothamBook*/
  ;
  flex: 1 0 0;
  color: #21252c;
}

.card-text table {
  border-spacing: 4px;
  border-collapse: separate;
}

.card-text td p {
  margin-bottom: 0;
}

.tablepress td,
.tablepress th {
  padding: initial;
  text-align: center;
}

.card-text th,
.tablepress tfoot th,
.tablepress thead th {
  background-color: #66819a;
  border: none;
  color: white;
}

.tablepress.tabela-simples td,
.tablepress.tabela-simples th {
  text-align: left;
}

.card-text td {
  background-color: #e9e9e9;
  color: #003a70;
}

.card-text tr th:first-child,
.card-text tr td:first-child {
  padding-left: 8px;
  text-align: left;
}

.card .download-list li {
  padding-left: inherit;
}

.end-page ul {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  margin: 14px 0 28px 0;
}

.end-page li {
  display: inline-block;
  background-color: #184f82;
  /* width: 216px; */
  max-width: 274px;
  height: 80px;
  margin-left: 0px;
  text-align: center;
  border-bottom: 6px solid #ae1325;
}

/* .end-page li:first-child {
  margin-left: 0;
} */
.end-page li:hover {
  background-color: #003b77;
}

.end-page li:active {
  background-color: #406e98;
  border-bottom: 6px solid #003b77;
}

.end-page li a {
  color: white;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 300;
  text-transform: uppercase;
  /* padding-top: 30px;
		  display: inline-block; */
  display: table-cell;
  height: 80px;
  /* width: 216px; */
  width: 274px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

/* .end-page li a::after {
	width: 152px;
	height: 6px;
	content: "";
	position: relative;
	background-color: #ae1325;
	display: block;
	top: 5px;
} */
.conteudo-simples-bg {
  background: #ffffff url("img/bg-content.gif") right 50px no-repeat;
}

.form-control {
  border: 1px solid #c2c2c2;
  background-color: #f8f8f8;
  border-radius: 0;
  font-size: 9pt;
  padding: 4px 6px;
  height: auto !important;
}

.form-group label {
  color: #003d76;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 2px;
  text-transform: uppercase;
}

#viewMore {
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 50%,
      rgba(212, 212, 212, 1) 100%),
    url("img/viewMore.png") center 28px no-repeat;
  width: 100%;
  height: 70px;
  margin-top: -30px;
  cursor: pointer;
}

/** /Estilos comuns **/

/** RelaÃ§Ã£o com investidor **/
.template-destaques-financeiros .main-page-content {
  padding-bottom: 0;
  margin-bottom: 22px;
}

.template-destaques-financeiros .page-hero {
  margin-bottom: 13px;
}

.template-destaques-financeiros .col-md-8 .card-header {
  display: none;
}

.template-destaques-financeiros .col-md-8 .card-body {
  border-top: 14px solid #003d76;
}

.newsletter-signup {
  border: 1px solid #6a6a6a;
  background-color: #ababab;
  border-radius: 4px;
  color: #7a7a7a;
  width: 100%;
  margin-bottom: 8px;
  padding: 2px 10px;
}

.newsletter-signup:focus {
  outline: none;
  border-color: #ae1325;
  box-shadow: 0 0 0 0.2rem rgba(174, 19, 37, 0.25);
}

/* #dddd308e-c724-4f9c-b506-23eb1ca24ac5 .card-body {
	height: 330px;
} */
/** /RelaÃ§Ã£o com investidor **/

/** HistÃ³rico **/
.timeline {
  margin: 11px;
  padding: 40px 70px;
  background: #f9f9f9 url("img/timeline.jpg") center 275px no-repeat;
  /*********************************************************************************************/
}

.beginning {
  background-color: #fefefe;
  border: 1px solid #d5d5d5;
  color: #5d5d5d;
  font-family: Montserrat
    /*GothamBook*/
  ;
  overflow: auto;
  margin-bottom: 70px;
}

.beginning img {
  margin-right: 6px;
}

.beginning p {
  color: #21252c;
  /*#5d5d5d;*/
  font-size: 11.5pt;
  /*10pt;*/
  line-height: 17pt;
  height: 115px;
}

.beginning .left p {
  border-right: 6px solid #053d76;
  padding-right: 15px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}

.beginning .right p {
  border-left: 6px solid #053d76;
  padding-left: 15px;
  margin-right: 15px;
  margin-left: 10px;
}

.beginning span,
.recent span,
.timeline dt {
  font-family: Montserrat
    /*GothamLight*/
  ;
  color: #003d76;
  font-size: 16pt;
  font-weight: 500;
}

.timeline dl {
  overflow: auto;
  color: #21252c;
  /*#5d5d5d;*/
  font-size: 11.5pt;
  /*10pt;*/
}

.timeline .bocom {
  float: left;
  /* overflow: auto; */
  clear: both;
  margin-right: 51%;
  text-align: right;
  width: 49.5%;
}

.timeline .bbm {
  float: right;
  /* overflow: auto; */
  clear: both;
  margin-left: 51%;
  width: 49.5%;
}

.timeline dt.bbm::before,
.timeline dt.bocom::after {
  content: "\25CF";
  color: #c1c1c1;
  float: left;
  left: -15px;
  top: -7px;
  position: relative;
  font-size: 22pt;
}

.timeline dt.bocom::after {
  float: right;
  right: -12px;
  left: auto;
}

.timeline .bbm p,
.timeline .bocom p {
  font-family: Montserrat
    /*GothamBook*/
  ;
  line-height: 17pt;
  width: 389px;
  margin-right: 50px;
  position: relative;
}

.timeline .bbm p {
  border-left: 6px solid #053d76;
  padding-left: 15px;
  top: -40px;
  left: 80px;
}

.timeline .bocom p {
  border-right: 6px solid #053d76;
  padding-right: 15px;
  top: -40px;
  right: -10px;
}

.timeline .bbm p img,
.timeline .bocom p img {
  margin-top: 15px;
}

.timeline dl dd:first-of-type {
  margin-bottom: -110px;
}

.timeline dl dd:nth-of-type(2) {
  margin-bottom: -350px;
}

.timeline dl dd:nth-of-type(3) {
  margin-bottom: 20px;
}

.timeline dl dd:nth-of-type(4) {
  margin-bottom: 50px;
}

.timeline dl dd:nth-of-type(5) {
  margin-bottom: -200px;
}

.timeline dl dd:nth-of-type(6) {
  margin-bottom: -220px;
}

.recent {
  border: 1px solid #d5d5d5;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  text-align: center;
  color: #21252c;
  /*#5d5d5d;*/
  font-size: 11.5pt;
  /*10pt;*/
  font-family: Montserrat
    /*GothamBook*/
  ;
  padding: 10px 0 5px 0;
}

.recent::before {
  content: "\25CF";
  color: #c1c1c1;
  left: 13px;
  top: -35px;
  position: relative;
  font-size: 22pt;
}

.recent span {
  margin-left: -25px;
}

.recent p {
  margin-top: 15px;
  line-height: 17pt;
}

.timeline::after {
  content: "";
  display: block;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(249, 249, 249, 1) 75%);
}

dt.bocom:nth-last-child(2) {
  margin-top: -44px;
}

dd.bocom:last-child {
  margin-bottom: 45px;
}

/** /HistÃ³rico **/

/** Pessoas **/
.template-trabalhe-conosco .box-blocos {
  margin-bottom: 60px;
  margin-top: 30px;
}

.template-trabalhe-conosco .box-blocos-bloco {
  height: 190px;
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}

.template-trabalhe-conosco .box-blocos-bloco:nth-child(1) {
  margin-bottom: 13px;
}

.template-trabalhe-conosco .box-blocos-bloco:nth-child(2) {
  height: 393px;
  margin-bottom: -190px;
}

.template-trabalhe-conosco .box-conteudo.box-abas {
  margin-top: 60px;
}

.template-trabalhe-conosco .box-abas .nav-link {
  width: 379px;
}

.conteudo-simples table {
  border-spacing: 3px;
  border-collapse: separate;
}

.conteudo-simples th {
  background-color: #66819a;
  color: white;
  text-align: center;
}

.conteudo-simples td {
  background-color: #e9e9e9;
  color: #003a70;
}

.conteudo-simples tr th,
.conteudo-simples tr td {
  padding: 3px 3px 3px 12px;
}

.template-trabalhe-conosco .conteudo-simples-bg {
  border-bottom: 1px solid #e4e4e4;
}

.perfil-academico table {
  max-width: 370px;
}

.perfil-academico .tablepress tbody td:first-child,
.perfil-academico .tablepress tfoot th:first-child {
  text-align: left;
}

.perfil-academico .tablepress tfoot th {
  background: #e9e9e9;
  color: #003a70;
  font-weight: 700;
}

/** /Pessoas **/

/** Estrutura organizacional **/
.template-estrutura-organizacional .page-main-title {
  margin-bottom: 50px;
}

/** /Estrutura organizacional **/

/** CrÃ©dito corporativo **/
#a34df605-ce07-44aa-a6d7-d9f6a9e25a29 {
  margin-bottom: 60px;
}

.template-credito-corporativo .box-conteudo li {
  text-indent: 0;
}

.template-credito-corporativo .box-abas .nav-link {
  width: 379px;
}

.template-credito-corporativo .private-contact {
  height: 145px;
}

.template-credito-corporativo .private-footer-title {
  width: 300px;
}

.template-credito-corporativo .private-footer-title::after {
  width: 232px;
}

.template-credito-corporativo .private-contact .address {
  width: 50%;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .nav-link,
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .nav-link {
  height: 66px;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(1),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(2),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(3),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(1),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(2),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(3) {
  height: 72px !important;
  width: 190px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(4),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(4) {
  height: 72px !important;
  width: 188px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(5),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(5) {
  height: 72px !important;
  width: 178px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(6),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(6) {
  height: 72px !important;
  width: 134px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(7),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(8),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(9),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(10),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(11),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(7),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(8),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(9),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(10),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(11) {
  height: 72px !important;
  width: 214px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(13),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(14),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(15),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(16),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(17),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(13),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(14),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(15),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(16),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(17),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18) {
  height: 72px !important;
  width: 133px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(13),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(14),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(15),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(16),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(17),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(13),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(14),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(15),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(16),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(17),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18) {
  height: 72px !important;
  width: 152px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(19),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(19) {
  height: 72px !important;
  width: 139px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(21),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(22),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(23),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(24),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(21),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(22),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(23),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(24) {
  height: 65px !important;
  width: 214px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(21),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(22),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(23),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(24),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(21),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(22),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(23),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(24) {
  height: 65px !important;
  width: 186px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(7),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(7),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(12),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20) {
  padding-left: 0;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(18) {
  width: 157px !important;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(19),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(19) {
  padding-left: 0;
}

.page-id-880 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20),
.page-id-1026 #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item:nth-child(20) {
  padding-left: 4px;
}

/** /CrÃ©dito corporativo **/

/** ServiÃ§os financeiros **/
div#8990307e-04d6-4799-8624-4924a35eaf0c {
  margin-bottom: 60px;
}

.template-servicos-financeiros .box-abas .nav-link {
  width: 568px;
  height: 68px;
}

/** /ServiÃ§os financeiros **/

/** CaptaÃ§Ã£o **/
.template-captacao .box-conteudo.box-abas {
  margin-top: 60px;
}

.template-captacao .box-abas .nav-link {
  width: 570px;
}

.template-captacao .private-contact {
  height: 145px;
}

.template-captacao .private-footer-title::after {
  width: 148px;
}

.template-captacao .abas-conteudo-container {
  margin-bottom: 0;
}

/** /CaptaÃ§Ã£o **/

/** GovernanÃ§a **/
.template-governanca .end-page li,
.template-governanca .end-page li a {
  max-width: 300px;
}

/** /GovernanÃ§a **/

/** Controle de risco **/
.template-controle-de-risco .page-hero h1 {
  width: 475px;
  bottom: 8px;
}

.template-controle-de-risco .box-conteudo.box-abas {
  margin-top: 60px;
}

.template-controle-de-risco .box-abas .nav-link {
  width: 284px;
}

/** /Controle de risco **/

/** Compliance **/
.template-compliance h3 {
  margin-top: 60px;
}

.denuncia {
  text-align: center;
}

.denuncia .btn-primary {
  margin-top: 40px;
  width: 280px;
  border: 2px solid #d9d9d9;
  color: white;
  background-color: #003d76;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10pt;
}

/** /Compliance **/

/** DemonstraÃ§Ã§Ãµes financeiras **/
.template-demonstracoes-financeiras .card-body ul {
  margin: 0 40px;
  border-left: 5px solid #9e1b32;
  padding-left: 40px;
  margin-left: -15px !important;
}

.template-demonstracoes-financeiras .card-body ul li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
  padding-left: 120px;
}

.template-demonstracoes-financeiras .card-body ul li::before {
  display: none;
}

.template-demonstracoes-financeiras .card-body li:first-child {
  border-top: 1px solid #ae1325;
}

.template-demonstracoes-financeiras .card-body ul li a {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

/** /DemonstraÃ§Ãµes financeiras **/

/** Comunicados **/
.template-comunicados .main-page-content {
  min-height: calc(100vh - 167px - 134px);
  /* header e footer */
}

.template-comunicados .card-body ul {
  margin: 0 40px;
  border-left: 5px solid #9e1b32;
  padding-left: 40px;
  margin-left: -15px !important;
}

.template-comunicados .card-body ul li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
  padding-left: 120px;
}

.template-comunicados .card-body ul li::before {
  display: none;
}

.template-comunicados .card-body ul li:first-child {
  border-top: 1px solid #ae1325;
}

.template-comunicados .card-body ul li a {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

/** /Comunicados **/

/** Ratings **/
.template-ratings .main-page-content {
  min-height: calc(100vh - 167px - 134px);
  /* header e footer */
}

.template-ratings .card-body ul {
  margin: 0 40px;
  border-left: 5px solid #9e1b32;
  padding-left: 40px;
  margin-left: -15px !important;
}

.template-ratings .card-body ul li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
  padding-left: 120px;
}

.template-ratings .card-body ul li::before {
  display: none;
}

.template-ratings .card-body ul li:first-child {
  border-top: 1px solid #ae1325;
}

.template-ratings .card-body ul li a {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

.ratings-board {
  border-top: 14px solid #376390;
  background: #e9e9e9 url("img/ratings-board-bg.png") right top repeat-y;
  margin: 16px;
  padding: 80px;
  clear: both;
  overflow: auto;
  text-align: center;
  display: flex;
  gap: 2rem;
}

.rating-agency {
  /* margin-right: 20px; */
  width: 100%;
  max-width: 440px;
  /* float:left; */
  display: inline-block;
  text-align: left;
}

.rating-agency table {
  border-collapse: separate;
  margin: -5px -6px 0 -5px;
  border-spacing: 5px;
}

.rating-agency th {
  background-color: #668097;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding: 2px 12px 0 12px;
}

.rating-agency th em {
  float: right;
  font-size: 14px;
  font-style: normal;
  text-transform: initial;
  padding-top: 6px;
}

.rating-agency tbody tbody tr {
  display: flex;
  gap: 6px;
}

.rating-agency tbody tbody td {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 146px;
  min-height: 190px;
  padding: 17px 10px;
  background-color: #f2f2f2;
  border: 3px solid #6d7f8d;
  font-size: 0.85rem;
}

.rating-agency tbody tbody td strong {
  display: block;
  border-top: 2px solid #a21736;
  text-align: center;
  color: #003b77;
  font-size: 1.5rem;
  margin-top: 15px;
  padding-top: 15px;
}

/** /Ratings **/

/** Macroeconomia **/
.template-pesquisa-macroeconomica .main-page-content {
  min-height: calc(100vh - 167px - 134px);
  /* header e footer */
}

.template-pesquisa-macroeconomica .card-body ul {
  margin: 0 40px;
  border-left: 5px solid #9e1b32;
  padding-left: 40px;
  margin-left: -15px !important;
}

.template-pesquisa-macroeconomica .card-body ul li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
  padding-left: 120px;
}

.template-pesquisa-macroeconomica .card-body ul li::before {
  display: none;
}

.template-pesquisa-macroeconomica .card-body ul li:first-child {
  border-top: 1px solid #ae1325;
}

.template-pesquisa-macroeconomica .card-body ul li a {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

/** /Macroeconomia **/

/** SeguranÃ§a **/
.page-template-default h3 {
  margin: 30px 0 30px 0;
}

/** /SeguranÃ§a **/

/** Contato **/
.template-contato .page-main-title {
  margin: 0;
}

.template-contato .col-md-4 {
  background: #ffffff url("img/bg-contato.png") right top no-repeat;
  padding: 60px 40px;
  color: #7a7a7a;
  font-size: 11pt;
  line-height: 18pt;
}

.template-contato .col-md-8 {
  padding-top: 30px;
}

.template-contato .abas-item,
.template-contato .abas-item .nav-link {
  height: 72px;
}

.template-contato .btn-primary {
  color: white;
  background-color: #003b77;
}

.template-contato .col-md-4,
.template-contato .col-md-8 {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

/** /Contato **/

/** Quem somos **/
.template-quem-somos .box-conteudo {
  /* margin: 0 13px; */
  overflow: hidden;
}

.template-quem-somos .box-conteudo h3 {
  margin-bottom: 5px;
}

.template-quem-somos .box-blocos-bloco {
  border: 0;
  border-left: 5px solid #9e1b32;
  background: #e8e8e8 url("img/bloco-quem-somos.png") right center no-repeat;
  height: 172px;
}

.template-quem-somos .box-blocos-bloco h4 {
  font-size: 15pt;
  font-weight: 500;
  color: #9e1b32;
  text-transform: none;
  margin-bottom: 10px;
}

.template-quem-somos .box-blocos {
  margin-top: 30px;
  margin-bottom: 60px;
}

.template-quem-somos .end-page li,
.template-quem-somos .end-page li a {
  /* width: 562px; */
  width: 1140px;
}

.template-quem-somos .end-page ul {
  margin-top: 40px;
}

.executive-message {
  font-size: 11pt;
  line-height: 20pt;
  font-weight: 400;
  margin-top: 50px !important;
}

.executive-message-body {
  width: 700px;
  float: left;
  font-family: Montserrat
    /*Gotham-BookItalic*/
  ;
  font-style: italic;
  font-size: 11pt;
  margin-top: 35px;
}

.executive-message .col-12.col-md-6 {
  padding-bottom: 60px;
}

.executive-person {
  position: absolute;
  bottom: 0;
}

.executive-name {
  /* float: left;
		  width: 700px;
		  position: absolute;
		  bottom: 45px;
		  left: 375px; */
  font-size: 17pt;
  font-family: Montserrat
    /*GothamLight*/
  ;
  font-weight: 400;
  color: #003d76;
  text-transform: uppercase;
  margin-top: 30px;
}

.executive-position {
  /* float: left;
		  width: 700px;
		  position: absolute;
		  bottom: 30px;
		  left: 375px; */
  font-size: 9pt;
  font-family: Montserrat;
  font-weight: bold;
  color: #003d76;
}

.cooperacao {
  margin-top: 80px !important;
}

.cooperacao-texto {
  margin-top: 15px;
  padding: 60px 420px 0 20px;
  min-height: 488px;
  font-size: 10.5pt;
  background-size: contain !important;
}

.cooperacao-texto h4 {
  color: #003d76;
  font-size: 16pt;
  /* text-transform: uppercase; */
  margin-bottom: 35px;
}

.template-quem-somos .main-page-content {
  padding-bottom: 13px;
}

/** /Quem somos **/

/** RelatÃ³rios **/
.template-relatorio-anual h3 {
  margin: 40px 0 20px 0;
}

.pdf-viewer {
  background-color: #dbdbdb;
  padding-top: 25px;
  margin-bottom: 60px;
}

.pdf-viewer button {
  display: inline-block;
  width: 10%;
  height: 100px;
  position: relative;
  bottom: 260px;
  background: transparent;
  text-indent: -9000px;
  border: 0;
  cursor: pointer;
}

.pdf-viewer canvas {
  display: inline-block;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  width: 79%;
}

.pdf-viewer .download-file {
  background: transparent url("img/ico-relatorio.png") 46px center no-repeat;
  border-top: 1px solid #cbcbcb;
  width: 100%;
  display: inline-block;
  /* margin-top: 25px; */
  color: #7a7a7a;
  font-weight: bold;
  padding: 12px 0 12px 100px;
}

.pdf-viewer #prev {
  background: transparent url("img/prev.png") center center no-repeat;
}

.pdf-viewer #next {
  background: transparent url("img/next.png") center center no-repeat;
}

.template-relatorio-anual .card-body ul {
  margin: 0 40px;
  border-left: 5px solid #9e1b32;
  padding-left: 40px;
  margin-left: -15px !important;
}

.template-relatorio-anual .card-body ul li {
  border-bottom: 1px solid #ae1325;
  list-style: none;
  padding-left: 120px;
}

.template-relatorio-anual .card-body ul li::before {
  display: none;
}

.template-relatorio-anual .card-body ul li:first-child {
  border-top: 1px solid #ae1325;
}

.template-relatorio-anual .card-body ul li a {
  background: url("img/pdf-ico.png") 12px center no-repeat;
  padding: 15px 60px;
  font-size: 10pt;
  color: #7a7a7a;
  display: inline-block;
}

/** /RelatÃ³rios **/

/** Wealth Management **/
.template-controle-de-risco .main-page-content,
.template-wealth-management .main-page-content {
  padding-bottom: 0;
}

.template-wealth-management .card-columns {
  margin: 0 30px;
  max-height: 670px;
}

.template-wealth-management .card {
  border: 0;
  border-top: 14px solid #003d76;
  border-radius: 0;
}

.template-wealth-management .card-body {
  padding: 20px;
  color: #212529;
}

.template-wealth-management .card-title {
  font-size: 10pt;
  font-weight: bold;
  font-family: Montserrat;
  /* GothamBlack; */
}

.template-wealth-management .card-subtitle {
  font-size: 10pt;
}

.template-wealth-management .abas-container .nav-link {
  zoom: 0.96;
}

.template-wealth-management .nav-tabs .nav-item {
  margin-bottom: -2px;
}

/*  Página - Wealth Management Services */
.template-wealth-management ul.nav.nav-tabs {
  display: flex;
  align-items: flex-start;
}

.template-wealth-management ul.nav.nav-tabs li {
  flex: 1;
}

.template-wealth-management ul.nav.nav-tabs li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tablet */
@media (min-width: 768px) {
  .template-wealth-management .card-body.custom-height-en {
    height: 488px !important;
  }

  .template-wealth-management .card-wrapper:nth-child(3) .card:first-child .card-body {
    height: 488px;
  }
}

/* Laptop */
@media (min-width: 1024px) {
  .template-wealth-management .card-body.custom-height-en {
    height: 395px !important;
  }

  .template-wealth-management .card-wrapper:nth-child(3) .card:first-child .card-body {
    height: 395px;
  }
}

/* Desktop */
@media (min-width: 1100px) {
  .template-wealth-management .card-body.custom-height-en {
    height: 369px !important;
  }

  .template-wealth-management .card-wrapper:nth-child(3) .card:first-child .card-body {
    height: 343px;
  }
}

.footer-anbima {
  background-color: #c0c0c0;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  clear: both;
}

.footer-anbima p {
  margin: 0;
}

.footer-anbima img {
  margin: 12px 0 12px 6px;
}

.footer-anbima p a {
  margin: 0 12px;
}

/** /Wealth Management **/

/** Links Ãºteis **/
.template-links-uteis .main-page-content {
  min-height: calc(100vh - 167px - 134px);
  /* header e footer */
}

/** /Links Ãºteis **/

@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 30px);
  }

  .card.card-brasil-e-china {
    background-position: 165% center;
  }
}

/**********************************************/
@media all and (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse {
    background: #f2f2f2;
    flex-grow: unset;
    position: absolute;
    top: 100px;
    right: 10px;
    width: 40%;
    z-index: 300;
  }

  #menu-principal {
    width: 100%;
  }

  #menu-principal .nav-item {
    border-bottom: 1px solid #003d76;
    max-width: unset;
    width: 100%;
    text-align: center;
    height: auto;
    min-height: 42px;
    margin-bottom: 0;
    border-left: 0;
    display: block !important;
  }

  #menu-principal .nav-link {
    width: 100%;
    color: #003d76 !important;
    padding: 15px !important;
  }

  .dropdown-item {
    color: #7a7a7a !important;
  }

  #menu-principal .nav-item:hover {
    border-bottom: 1px solid #003d76;
  }

  #menu-principal .nav-item[data-folder="trabalhe-conosco"] {
    width: 100% !important;
  }

  .d-flex.collapse {
    display: none !important;
  }

  .d-flex.collapse.show {
    display: block !important;
  }

  .dropdown-menu {
    margin-top: 0;
    left: initial;
    transform: initial;
    background-color: transparent;
  }

  .dropdown>.dropdown-menu {
    display: inline;
    position: relative;
  }

  .dropdown-menu::before {
    display: none;
  }

  #menu-principal .nav-item[data-folder="nosso-negocio"]:hover .nav-link {
    color: #003d76 !important;
  }

  #menu-principal>.nav-item:last-child {
    width: 100% !important;
  }

  .page-hero {
    /* background-size: cover;
					height: 200px; */
    background-size: cover;
    height: 262px;
    /*144px*/
  }

  .dropdown-menu .nav-item a {
    width: auto;
  }

  /** Footer **/
  .footer-links {
    margin-top: 30px;
  }

  .footer-links li {
    border-left: none;
    margin-top: 0;
  }

  /** Home **/
  .pagina-home .col-md-4 .btn-primary {
    padding: 6px;
  }

  /** Quem somos / Pessoas **/
  .template-quem-somos .box-conteudo img {
    zoom: 0.7;
    margin-left: -89px;
  }

  .template-quem-somos .box-blocos-bloco {
    height: 260px;
  }

  .cooperacao-texto {
    padding: 1px 275px 0 0;
  }

  .template-quem-somos .end-page li,
  .template-quem-somos .end-page li a {
    width: 720px;
  }

  /** HistÃ³rico **/
  .timeline {
    zoom: 0.7;
    padding: 40px 20px;
  }

  /** CrÃ©dito corporativo **/
  .template-credito-corporativo .private-contact {
    height: 220px;
  }

  .template-credito-corporativo .private-footer-title {
    padding-bottom: 0;
  }

  /** Wealth Management **/
  .box-blocos-bloco {
    height: 200px;
  }

  .template-wealth-management .card-columns {
    max-height: unset;
  }

  .template-wealth-management .card img {
    zoom: 0.6;
  }

  .template-wealth-management .private-contact {
    height: 490px;
  }

  .template-wealth-management .private-footer-title {
    padding-bottom: 0;
  }

  .template-wealth-management .private-footer-title .agents {
    top: 80px;
  }

  .template-wealth-management .private-contact .address {
    margin-top: 60px;
  }

  .footer-anbima img {
    margin: 12px 0 12px 60px;
  }

  /** CaptaÃ§Ã£o **/
  .template-captacao .private-contact {
    height: 220px;
  }

  .template-captacao .private-footer-title {
    padding-bottom: 0;
  }

  .template-captacao .private-contact .address {
    margin-top: 20px;
  }

  /** GovernanÃ§a Corporativa **/
  .template-governanca .end-page li,
  .template-governanca .end-page li a {
    width: 720px;
    margin: 0;
  }

  /** Destaques financeiros **/
  .template-destaques-financeiros .end-page li,
  .template-destaques-financeiros .end-page li a {
    width: 720px;
    margin: 0;
  }

  /** Ratings **/
  .template-ratings .box-conteudo {
    margin: 0 15px;
  }

  .template-ratings .box-conteudo img {
    zoom: 0.65;
  }

  /** RelatÃ³rio anual **/
  .pdf-viewer button {
    width: 9%;
  }

  /** Trabalhe conosco **/
  /* .template-trabalhe-conosco .page-hero {
			  background-position-x: -125px;
		  } */
  .template-trabalhe-conosco .box-blocos-bloco {
    width: 100%;
    height: auto;
  }

  .template-trabalhe-conosco .box-blocos-bloco:nth-child(2) {
    height: auto;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 1024px) {

  .lang,
  .wpml-ls ul {
    position: relative;
    margin: 8px 0 8px 21px;
    padding: 0;
  }

  .lang li:first-child,
  .wpml-ls ul li:first-child {
    margin: 0;
  }

  .header-buttons {
    top: -3px;
    right: -15px;
  }

  .bbmonline-button {
    display: none !important;
  }

  .ib-button.btn-primary {
    top: -3px;
    margin-right: 21px;
  }

  .navbar-light .navbar-brand {
    zoom: 75%;
    top: 30px;
    left: 15px;
    position: absolute;
    /* margin: 30px 0 0 15px; */
  }

  .navbar-light .navbar-toggler {
    border: none;
    position: absolute;
    top: 40px;
    right: 5px;
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }

  .dropdown-menu .nav-item a {
    width: auto;
  }

  .carousel-item {
    max-height: 600px;
  }

  .beginning .left p br {
    display: none;
  }

  .card.card-brasil-e-china {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: #ffffff !important;
    /* Old browsers */
    background: -moz-linear-gradient(left,
        #ffffff 0%,
        #e5e5e5 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
        #ffffff 0%,
        #e5e5e5 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
        #ffffff 0%,
        #e5e5e5 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
    /* IE6-9 */
  }
}

.template-produtos .box-conteudo.box-blocos.grid-container {
  margin-top: 0;
}

/**********************************************/
@media screen and (max-width: 991px) {
  .card-deck {
    flex-direction: column;
  }

  .card.card-brasil-e-china br {
    display: none;
  }

  .card.card-brasil-e-china .card-body {
    padding-top: 10px;
  }

  .cooperacao-texto {
    background-size: cover !important;
    background-position: 30% center !important;
  }
}

/**********************************************/
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-collapse {
    /* border: 1px solid red; */
    background: #f2f2f2;
    flex-grow: unset;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 300;
  }

  #menu-principal {
    width: 100%;
  }

  #menu-principal .nav-item {
    border-bottom: 1px solid #003d76;
    max-width: unset;
    width: 100%;
    text-align: center;
    height: auto;
    min-height: 42px;
    margin-bottom: 0;
    border-left: 0;
    display: block !important;
  }

  #menu-principal .nav-link {
    width: 100%;
    color: #003d76 !important;
    padding: 15px !important;
  }

  .dropdown-item {
    color: #7a7a7a !important;
  }

  #menu-principal .nav-item:hover {
    border-bottom: 1px solid #003d76;
  }

  #menu-principal>.nav-item:last-child {
    width: 100% !important;
  }

  .d-flex.collapse {
    display: none !important;
  }

  .d-flex.collapse.show {
    display: block !important;
  }

  .dropdown-menu {
    margin-top: 0;
    left: initial;
    transform: initial;
    background-color: transparent;
  }

  .dropdown>.dropdown-menu {
    display: inline;
    position: relative;
  }

  .dropdown-menu::before {
    display: none;
  }

  #menu-principal .nav-item[data-folder="nosso-negocio"]:hover .nav-link {
    color: #003d76 !important;
  }

  .page-hero {
    /* background-size: contain; */
    background-size: cover;
    height: 130px;
  }

  .page-hero::before {
    height: 40px;
    /* 70px; */
  }

  .page-hero h1 {
    font-size: 12px;
    bottom: 0px;
    /*15px;*/
  }

  .page-main-title {
    height: 55px;
  }

  .page-main-title h1 {
    font-size: 14pt;
    /*22px;*/
    padding-top: 20px;
    margin-left: 15px;
  }

  footer {
    font-size: 7.5pt;
  }

  .footer-links {
    margin-top: 20px;
  }

  .footer-links li {
    border-left: none;
    margin-top: 0;
    margin-bottom: 3px;
  }

  .footer-links a {
    padding: 0 15px;
  }

  .box-blocos-bloco {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 2% 0 !important;
  }

  .breadcrumb-container {
    zoom: 85%;
  }

  .box-conteudo h3 {
    background: transparent url("img/title-mobile-deco.png") bottom left no-repeat;
    padding-bottom: 10px;
  }

  .box-conteudo h3::after {
    display: none;
  }

  .box-conteudo h3::before {
    display: none;
  }

  .end-page ul {
    margin: 14px;
  }

  .end-page li {
    width: calc(100vw - 28px) !important;
    margin-left: 0;
    margin-bottom: 5px;
  }

  .end-page li a {
    width: calc(100vw - 28px) !important;
  }

  .private-contact {
    height: 240px !important;
  }

  .private-footer-title {
    width: auto;
  }

  .private-contact .address {
    width: 90% !important;
    margin: 0 5%;
  }

  .box-abas {
    overflow: visible;
    margin-bottom: 60px;
  }

  .abas-conteudo-container,
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }

  .box-acordeon-container .card .btn-link {
    font-size: 16pt;
  }

  .box-acordeon-container .card .btn-link[aria-expanded="false"]::before,
  .box-acordeon-container .card .btn-link[aria-expanded="true"]::before {
    margin: 0 8px 0 10px;
  }

  .enlarge {
    position: relative;
    content: "";
  }

  .zoom {
    position: relative;
    left: 0;
    top: 24px;
    height: 24px;
    width: 24px;
    zoom: 2 !important;
    z-index: 5;
  }

  /** Contato **/
  .template-contato .col-md-4,
  .template-contato .col-md-8 {
    margin-bottom: 30px;
  }

  .template-contato .col-md-8 {
    border-bottom: 0;
  }

  /** Ouvidoria **/
  .template-ouvidoria table {
    width: 100% !important;
  }

  .template-ouvidoria tr,
  .template-ouvidoria td {
    display: block !important;
    width: 100%;
  }

  .template-ouvidoria td {
    margin-bottom: 10px;
  }

  .template-servicos-financeiros .nav-tabs li,
  .template-captacao .nav-tabs li,
  .template-trabalhe-conosco .nav-tabs li,
  .template-credito-corporativo .nav-tabs li,
  .template-wealth-management .nav-tabs li,
  .template-controle-de-risco .abas-container .nav-tabs li,
  .template-contato .abas-container .nav-tabs li {
    padding: 0;
    text-indent: 0;
  }

  .template-servicos-financeiros .abas-container .nav-tabs li,
  .template-servicos-financeiros .abas-container .nav-link,
  .template-captacao .abas-container .nav-tabs li,
  .template-captacao .abas-container .nav-link,
  .template-credito-corporativo .abas-container .nav-tabs>li,
  .template-credito-corporativo .abas-container .nav-link,
  .template-controle-de-risco .abas-container .nav-tabs li,
  .template-controle-de-risco .abas-container .nav-link,
  .template-contato .abas-container .nav-tabs li,
  .template-contato .abas-container .nav-link,
  .template-mercado .abas-container .nav-tabs li,
  .template-mercado .abas-container .nav-link {
    width: 100% !important;
    height: 52px;
    align-items: center;
    display: grid;
  }

  .template-trabalhe-conosco .abas-container .nav-tabs li,
  .template-trabalhe-conosco .abas-container .nav-link,
  .template-wealth-management .abas-container .nav-tabs li,
  .template-wealth-management .abas-container .nav-link {
    width: 100% !important;
    height: 38px;
    display: inline-block;
  }

  .template-credito-corporativo #c1d6a480-c512-4d69-8cd4-d617c26df503 .abas-item {
    width: 100% !important;
  }

  /** Downloads **/
  .box-acordeon-container .card-body ul {
    margin: 0;
  }

  .download-list li,
  .box-acordeon-container .card-body ul li {
    padding-left: 0;
    text-indent: 0;
  }

  .download-list li a,
  .box-acordeon-container .card-body ul li a {
    padding: 15px 0 15px 50px;
  }

  /** RelatÃ³rios **/
  .pdf-viewer canvas {
    width: 77%;
  }

  .pdf-viewer button {
    bottom: 60px;
  }

  /** DemonstraÃ§Ãµes Financeiras **/
  .template-estrutura-organizacional .page-main-title h1,
  .template-demonstracoes-financeiras .page-main-title h1,
  .template-pesquisa-macroeconomica .page-main-title h1,
  .template-termos .page-main-title h1 {
    padding-top: 5px;
  }

  .template-demonstracoes-financeiras .box-conteudo img {
    zoom: 0.6;
  }

  /** Estrutura organizacional **/
  .template-estrutura-organizacional .box-conteudo img {
    zoom: 0.3;
  }

  /** GovernanÃ§a **/
  .template-governanca .box-conteudo img {
    zoom: 0.29;
  }

  /** RelaÃ§Ã£o com investidor **/
  .template-destaques-financeiros .col-md-4 {
    padding: 0;
  }

  /** CrÃ©dito corporativo **/
  .template-wealth-management .card-columns {
    max-height: initial;
  }

  .template-wealth-management .card img {
    zoom: 0.8;
  }

  .template-wealth-management .private-contact {
    height: 700px !important;
  }

  .template-wealth-management .private-footer-title .agents {
    top: 80px;
  }

  .template-wealth-management .private-contact .address {
    margin-top: 5%;
  }

  .footer-anbima {
    display: table-cell;
    text-align: center;
    transform: translate(0, 5%);
  }

  /** Ratings **/
  .ratings-board {
    padding: 15px;
  }

  .rating-agency {
    zoom: 0.588;
  }

  /** Controle de risco **/
  .template-controle-de-risco .page-hero::before {
    height: 52px;
  }

  .template-controle-de-risco .page-hero h1 {
    width: 370px;
    bottom: -5px;
    left: 4px;
  }

  /** Pessoas / Trabalhe conosco **/
  .template-trabalhe-conosco table {
    width: 350px !important;
    zoom: 0.87;
  }

  /* .template-trabalhe-conosco .page-hero {
			  background-position-x: -45px;
		  } */
  /** Quem somos **/
  .template-quem-somos .box-conteudo img {
    zoom: 0.34;
    margin-left: -89px;
  }

  .template-quem-somos .col-12 {
    margin-bottom: 50px;
  }

  .executive-message {
    margin-bottom: 60px;
  }

  .executive-message .col-12.col-md-6 {
    margin-top: 40px;
  }

  .executive-message .col-12.col-md-6:first-child {
    margin-top: 0;
  }

  .executive-message {
    width: auto;
    /* padding-bottom: 80px; */
  }

  .executive-message::after {
    display: none;
  }

  .executive-message-body {
    width: 180px;
    margin-left: -40px;
  }

  .executive-person {
    height: 80px;
  }

  .executive-name,
  .executive-position {
    left: 10px;
    zoom: 0.9;
  }

  .executive-position {
    border-bottom: 1px solid silver;
    padding-bottom: 33px;
  }

  .cooperacao {
    margin-top: 0 !important;
  }

  .cooperacao-texto {
    padding: 0px 20px 0 20px;
    background: none !important;
    margin-bottom: -120px;
  }

  .cooperacao-texto address {
    display: none;
  }

  /** Home **/
  .carousel-item {
    zoom: 0.5;
  }

  .carousel-item h5 {
    text-shadow: 1px 1px 2px black;
    zoom: 210%;
    /* zoom: 160%; */
  }

  /* .carousel-item h5::first-line {
			  zoom: 210%;
		  } */
  .carousel-item p {
    text-shadow: 1px 1px 2px black;
    zoom: 160%;
  }

  .carousel-item .btn-primary {
    width: 90vw;
    min-width: 90% !important;
    left: 5vw;
    margin-left: 0;
    zoom: 1.8;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .pagina-home .col-md-4,
  .pagina-home .col-md-8 {
    padding-right: 0;
    margin-bottom: auto;
  }

  .pagina-home .col-md-4 .btn-primary,
  .pagina-home .col-md-8 .btn-primary,
  .pagina-home .carousel-item .btn-primary {
    min-width: 100%;
  }

  .card-deck {
    flex-direction: column;
  }

  #b577a859-1cf7-46a4-87e5-f765af764b4d .card {
    height: 500px !important;
    background-size: cover !important;
  }

  .pagina-home .card-text ul {
    margin: 60px 0 20px -10px;
  }

  .pagina-home .card-text li {
    font-size: 12pt;
  }

  /** HistÃ³rico **/
  /*.timeline {
			  zoom: 0.3;
		  }*/
  #\36 a719770-ccfd-4e84-b576-9597405e5c60 {
    overflow: auto;
    width: 100%;
  }

  #\35 e5de141-e298-407c-83db-b20ae5fee67b:after {
    content: "Utilize o scroll horizontal para visualizar a timeline completa.";
    color: red;
    font-size: 0.7rem;
    margin: 15px 15px 0;
    display: block;
  }

  .lang-en #\35 e5de141-e298-407c-83db-b20ae5fee67b:after {
    content: "Scroll horizontally to see the full timeline.";
  }

  .timeline {
    width: 1110px;
  }
}

/**********************************************/
@media screen and (max-width: 568px) {
  .page-hero {
    /* background-size: contain; */
    background-size: cover;
    height: 112px;
  }
}

/**********************************************/
@media screen and (max-width: 320px) {
  .navbar-brand h1 {
    max-width: 340px !important;
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

/*****/
.pb-35px {
  padding-bottom: 35px !important;
}

.self-flex-start {
  align-self: flex-start;
}

/*****/

.lang-en #menu-principal .nav-item {
  max-width: initial;
}

.lang-en #menu-principal .nav-item[data-folder="trabalhe-conosco"] {
  width: initial !important;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

.wpml-ls-legacy-list-horizontal>ul {
  margin: 8px 40px 0 0 !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-left: 15px;
}

.wpml-ls-legacy-list-horizontal a {
  display: inline;
}

/* MODAL DE COMUNICADO */
.modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-header {
  background: #003d76;
  color: #fff;
}

.modal-header .close {
  display: none;
}

.modal-body p {
  font-size: 14px;
  line-height: 170%;
}

/* mercado de capitais */
#produtos-mercado .abas-container .nav-link {
  height: 66px;
}

#emissoes {
  border-top: 2px solid #e4e4e4;
  margin-top: 55px;
  padding-top: 55px;
}

.bloco-emissao {
  margin: 0 0 30px;
}

.ano-emissao {
  border-bottom: 3px solid #b00f1f;
  color: #003d76;
  display: block;
  font-size: 21px;
  margin: 0 0 30px;
  padding: 0 0 7px;
}

.item-emissao {
  background: #f8f8f8;
  border: 1px solid #c2c2c2;
  margin: 0 0 40px;
  padding: 0 20px 20px;
  text-align: center;
}

.borda-emissao {
  background: #003d76;
  display: block;
  height: 11px;
  margin: -1px -21px 20px;
}

.item-emissao:hover .borda-emissao {
  background: #b1161f;
}

.item-emissao h4 {
  color: #000;
  font-size: 12px;
  min-height: 50px;
  margin: 0 0 10px;
}

.item-emissao .logo-emissao {
  height: 90px;
  line-height: 90px;
  margin: 0 0 30px;
}

.item-emissao .logo-emissao img {
  width: 100%;
  max-width: 150px;
  height: 100px;
  object-fit: contain;
}

.item-emissao .valor {
  color: #003d76;
  font-size: 15px;
}

.page-template-template-mercado .spinnex-control>.conteudo-simples.box-conteudo {
  margin-bottom: 40px;
}

.accordeon-mercado .box-acordeon-container {
  padding: 0;
}

.accordeon-mercado .box-acordeon-container .card .btn-link {
  font-size: 14px;
  padding-bottom: 7px;
  text-align: left;
  white-space: normal;
}

.accordeon-mercado .box-acordeon-container .card .btn-link[aria-expanded="true"]::before {
  margin-right: 15px;
}

.accordeon-mercado .box-acordeon-container .card-header {
  background: #e4e7eb;
}

/* cronograma oferta */
.cronograma-oferta {
  margin-top: 30px;
}

.cronograma-oferta h4 {
  background: #dbdbdb;
  color: #222;
  font-size: 13px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.cronograma-oferta .box-conteudo li,
.card-body li {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 20px;
  list-style-type: none;
}

.cronograma-oferta li::before {
  background: none;
}

.cronograma-oferta li strong {
  display: inline-block;
  text-align: center;
  width: 100px;
}

.aviso-documentos {
  color: #7a7a7a;
  font-size: 14px;
  margin: 25px 0 0;
}

/* By Igor Rodrigues */
.d-flex {
  display: flex;
}

.align-items.flex-end {
  align-items: flex-end;
}

.w260 {
  max-width: 260px;
}

/* removendo decoration link slide */
.carousel-item a:hover {
  text-decoration: none;
}

/* Títulos das secções (Secções da página) – garantir que aparecem */
.spinnex-control.secao-downloads .secao-titulo,
.spinnex-control.secao-blocos .secao-titulo,
.spinnex-control.secao-estrutura .secao-titulo,
.spinnex-control.secao-abas-produtos .secao-titulo,
.spinnex-control.secao-politicas-documentos .secao-titulo {
  display: block !important;
  visibility: visible !important;
}