@-webkit-keyframes no-height {
  100% {
    overflow: hidden;
    height: 0;
  }
}

@keyframes no-height {
  100% {
    overflow: hidden;
    height: 0;
  }
}

.hidden, .menu-component .submenu-column:not([data-active="true"]) > i {
  display: none !important;
}

.block {
  display: block !important;
}

.clearfix, .clear, .both {
  border: none;
}

.clearfix:after, .clear:after, .both:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  width: 100%;
}

.clear, .both {
  clear: both;
  float: none !important;
}

.z0 {
  z-index: 0;
}

.z5 {
  z-index: 5;
}

.z10, #modal-feedback, #portal-alert {
  z-index: 10;
}

.z15 {
  z-index: 15;
}

.z20 {
  z-index: 20;
}

.z25 {
  z-index: 25;
}

.z30 {
  z-index: 30;
}

.z35 {
  z-index: 35;
}

.z40 {
  z-index: 40;
}

.z45 {
  z-index: 45;
}

.z50 {
  z-index: 50;
}

.z55 {
  z-index: 55;
}

.z60 {
  z-index: 60;
}

.z65 {
  z-index: 65;
}

.z70 {
  z-index: 70;
}

.z75 {
  z-index: 75;
}

.z80 {
  z-index: 80;
}

.z85 {
  z-index: 85;
}

.z90 {
  z-index: 90;
}

.z95 {
  z-index: 95;
}

.z100 {
  z-index: 100;
}

body {
  min-width: 992px;
}

.header[data-internal="false"] {
  height: 100vh;
}

.header[data-internal="false"] ~ #ui-view,
.header[data-internal="false"] .breadcrumb-internal,
.header[data-internal="false"] ~ #mapa-do-site {
  display: none;
}

.header[data-internal="frame"], .header[data-internal="mapa"] {
  background-image: url(../img/header/header-internal.jpg);
}

.header[data-internal="frame"] ~ .main,
.header[data-internal="frame"] .acesso-rapido-component,
.header[data-internal="frame"] .banner, .header[data-internal="mapa"] ~ .main,
.header[data-internal="mapa"] .acesso-rapido-component,
.header[data-internal="mapa"] .banner {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-animation: no-height .5s forwards;
  animation: no-height .5s forwards;
  opacity: 0;
}

.header[data-internal="frame"] ~ #mapa-do-site {
  display: none;
}

.header[data-internal="mapa"] ~ .mapa-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header[data-internal="mapa"] ~ #ui-view {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}

.wrapper:not(.wrapper-nospace) {
  padding: 0 30px;
}

.swiper-pagination-bullet {
  margin: 0 10px 0 0;
  width: 11px;
  height: 11px;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: .5;
}

a[load-page] {
  cursor: pointer;
}

.title, .seja-um-corretor-component.wrapper h3, .tire-suas-duvidas-component h4, .informacoes-gerais-component h4, .mapa-component .mapa-list .mapa-itens h3 {
  text-align: center;
  font-family:"Bradesco Sans";
  font-weight: 500;
}

.title:after, .seja-um-corretor-component.wrapper h3:after, .tire-suas-duvidas-component h4:after, .informacoes-gerais-component h4:after, .mapa-component .mapa-list .mapa-itens h3:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin: 38px auto 21px auto;
}

.title-2, .tire-suas-duvidas-component h5 {
  font-size: 2.5rem;
  margin-bottom: 34px;
}

.arrow-list, .tire-suas-duvidas-component ul {
  padding-left: 0;
}

.arrow-list li:before, .tire-suas-duvidas-component ul li:before, .arrow-list li::before, .tire-suas-duvidas-component ul li::before {
  content: 'H';
  font-family: 'bradesco_v3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  color: #a5aab6;
  padding: 5px 0 30px 0;
}

#ui-view {
  margin: 0 auto;
  min-width: 980px !important;
  min-height: 80vh;
}

#ui-view iframe {
  width: 100%;
}

.title-2, .tire-suas-duvidas-component h5 {
  font-size: 2.5rem;
  margin-bottom: 34px;
}

.arrow-list, .tire-suas-duvidas-component ul {
  padding-left: 0;
}

.arrow-list li:before, .tire-suas-duvidas-component ul li:before, .arrow-list li::before, .tire-suas-duvidas-component ul li::before {
  content: 'H';
  font-family: 'bradesco_v3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  color: #a5aab6;
  padding: 5px 0 30px 0;
}

.bg-white, .swiper-pagination-bullet, .menu-component .submenu, .menu-component .sidebox, .login .box-success, .login-box, .acesso-rapido-component h3, .acesso-rapido-component .wrapper > ul > li:hover .background, .acesso-rapido-component .acesso-rapido-submenu, .informacoes-gerais-component, .feed-noticia-component .noticia, .noticia-interna-component .feed-noticia-component, .footer, #modal-feedback .box-feedback {
  background: #fff;
}

.bg-black {
  background: black;
}

.bg-primary, .title:after, .seja-um-corretor-component.wrapper h3:after, .tire-suas-duvidas-component h4:after, .informacoes-gerais-component h4:after, .mapa-component .mapa-list .mapa-itens h3:after, .top-block .menu-profile .letters, .login h1:after, .login button, .relacionamento-title:after, .breadcrumb-internal [load-home]:after, #modal-feedback .box-feedback [data-send-button], .retro-component {
  background: #cd2031;
}

.bg-secondary, .select [type="checkbox"]:checked ~ [type="radio"]:checked + label, .top-block .menu-profile .dropdown li:hover, .menu-component .submenu-item:hover, .menu-component .submenu-item[data-active="true"] {
  background: #00539f;
}

.bg-gray-1, #ui-view, .select .select-box, .top-block .menu-profile .dropdown:after, .top-block .menu-profile .dropdown::after, .top-block .menu-profile .dropdown li:first-child, .top-block .menu-profile .dropdown li:first-child:hover, .banner-noticias, .conheca-component, .tire-suas-duvidas-component, .tire-suas-duvidas-component .btn-gray, .acesso-rapido-component .acesso-rapido-submenu .colunas li:hover, .mapa-site, .feed-noticia-component {
  background: #f4f4f6;
}

.bg-gray-2 {
  background: #e8e9ec;
}

.bg-gray-3 {
  background: #d2d4da;
}

.bg-gray-4 {
  background: #a5aab6;
}

.bg-gray-5 {
  background: #4d4e53;
}

.color-white, .select [type="checkbox"]:checked ~ [type="radio"]:checked + label, .select [type="checkbox"]:checked + .arrow, .top-block .menu-profile i, .top-block .menu-profile p, .top-block .menu-profile span, .top-block .menu-profile .dropdown li:hover, .top-block .menu-profile .dropdown li:hover a, .menu-component .submenu-item:hover > a,
.menu-component .submenu-item:hover > span,
.menu-component .submenu-item:hover > span > i, .menu-component .submenu-item[data-active="true"] > a,
.menu-component .submenu-item[data-active="true"] > span,
.menu-component .submenu-item[data-active="true"] > span > i, .login h1,
.login h1 + p, .login span, .login button, .breadcrumb-internal li a, #modal-feedback .box-feedback [data-send-button], .retro-component .alert button {
  color: #fff;
}

.color-black, .top-block .menu-profile .dropdown li:first-child:hover {
  color: black;
}

.color-primary, .login [data-message], .login form[data-form="recuperar-senha"] h2 i,
.login form[data-form="cadastro"] h2 i, .acesso-rapido-component .wrapper > ul > li:hover > span, .acesso-rapido-component .wrapper > ul > li .rapido-item > i, .feed-noticia-component .noticia .header i, .feed-noticia-component .noticia div:last-child a, .escolha-icones .modal-body ul .icons-content {
  color: #cd2031;
}

.color-secondary, .menu-component .submenu-column > h3, .menu-component .submenu-item > a, .menu-component .submenu-item > span, .menu-component .sidebox li a, .acesso-rapido-component .acesso-rapido-submenu .colunas li a, .acesso-rapido-component .acesso-rapido-submenu .colunas li a span, .footer a {
  color: #00539f;
}

.color-gray-1, .retro-component .alert a {
  color: #f4f4f6;
}

.color-gray-2 {
  color: #e8e9ec;
}

.color-gray-3 {
  color: #d2d4da;
}

.color-gray-4, .menu-component .submenu-column > i, .login .go-box a, .mapa-component .menu li:not([data-active="true"]) > a, .mapa-component .menu li:not([data-active="true"]) > span, .mapa-component .mapa-colunas li > a:not([data-active="true"]), .feed-noticia-component .noticia .header .titulo small, .feed-noticia-component .noticia div:last-child p, .relacionamento .detail, .noticia-interna-component .feed-noticia-component .noticia .header .titulo h4, #modal-feedback .btn-sair {
  color: #a5aab6;
}

.color-gray-5, .title, .seja-um-corretor-component.wrapper h3, .tire-suas-duvidas-component h4, .informacoes-gerais-component h4, .mapa-component .mapa-list .mapa-itens h3, .title-2, .tire-suas-duvidas-component h5, .input, .select label:not(.arrow), .top-block .menu-profile .dropdown li a, .top-block .menu-profile .dropdown li:first-child h6, .top-block .menu-profile .dropdown li:first-child span, .menu-component .menu-item:hover > span,
.menu-component .menu-item:hover > span > i, .menu-component .submenu-item > span > i, .login .box-success p, .login form h2, .seja-um-corretor-component.wrapper p, .seja-um-corretor-component.wrapper .gray-link, .tire-suas-duvidas-component p, .acesso-rapido-component h3, .acesso-rapido-component .wrapper > ul > li span, .informacoes-gerais-component p, .mapa-site-box > li > a, .mapa-component .menu li > a, .mapa-component .menu li > span, .mapa-component .mapa-colunas h4, .mapa-component .mapa-colunas li > a, .feed-noticia-component .noticia .header .titulo h4, .relacionamento-title, .relacionamento a[href^="tel"], .noticia-interna-component .conteudo h3, .noticia-interna-component .conteudo h3 *, .noticia-interna-component .conteudo b, .noticia-interna-component .conteudo i, .noticia-interna-component .conteudo u, .noticia-interna-component .conteudo p {
  color: #4d4e53;
}

.input,
.select {
  margin-bottom: 30px;
  width: 100%;
}

.input {
  border: 1px solid #d2d4da;
  padding: 12px 15px;
  border-radius: 5px;
  font-family:"Bradesco Sans";
  font-size: 1.3em;
}

.select {
  position: relative;
  z-index: 1;
}

.select [type="checkbox"], .select [type="radio"] {
  display: none;
}

.select label:not(.arrow) {
  padding: 12px 20px;
  font-family:"Bradesco Sans";
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.select [type="checkbox"]:checked ~ [type="radio"]:checked + label {
  border-radius: 5px 5px 0 0;
  border-color: #00539f;
}

.select .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.select [type="checkbox"]:checked + .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select > label:not(.arrow) {
  display: none;
}

.select [type="radio"]:checked + label {
  display: block;
  border-radius: 5px;
  border: 1px solid #d2d4da;
}

.select,
.select .select-box {
  border-radius: 0 0 5px 5px;
}

.select .select-box {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
}

.select .select-box label {
  border-right: 1px solid #d2d4da;
  border-left: 1px solid #d2d4da;
}

.select .select-box label[data-checked="true"] {
  display: none;
}

.select .select-box label:hover {
  background: rgba(0, 0, 0, 0.1);
}

.select .select-box {
  display: none;
  border-bottom: 1px solid #d2d4da;
}

.select [type="checkbox"]:checked ~ .select-box {
  display: block;
}

.form-box.is-error .input, .form-box.is-error .select, .form-box.is-error .select [type="radio"]:checked + label {
  border-color: #cd2031;
}

* {
  font-size: 10px;
}

.font-8 {
  font-size: 0.8rem;
}

.font-9, .login [data-message] {
  font-size: 0.9rem;
}

.font-10, .top-block .menu-profile .dropdown li:first-child h6, .top-block .menu-profile .dropdown li:first-child span {
  font-size: 1rem;
}

.font-11, .login small, .feed-noticia-component .noticia .header .titulo small {
  font-size: 1.1rem;
}

.font-12, .arrow-list li:before, .tire-suas-duvidas-component ul li:before, .arrow-list li::before, .tire-suas-duvidas-component ul li::before, .top-block .menu-profile span, .top-block .menu-profile .dropdown li a, .login .go-box a, .noticias-component .noticia a, .feed-noticia-component .noticia div:last-child a, .relacionamento .detail {
  font-size: 1.2rem;
}

.font-13, .feed-noticia-component .noticia div:last-child p {
  font-size: 1.3rem;
}

.font-14, .select label:not(.arrow), .top-block .menu-profile i, .top-block .menu-profile p, .noticias-component .noticia p, .seja-um-corretor-component.wrapper .btn, .seja-um-corretor-component.wrapper .gray-link, .acesso-rapido-component .wrapper > ul > li span, .acesso-rapido-component .acesso-rapido-submenu .colunas li a, .acesso-rapido-component .acesso-rapido-submenu .colunas li a span, .informacoes-gerais-component .btn, .mapa-site-box > li > a, .relacionamento p:not(.detail),
.relacionamento p:not(.detail) > a, .footer p, .retro-component .alert a {
  font-size: 1.4rem;
}

.font-15, .remove button, .remove span, .remove span strong, #modal-feedback .box-feedback .text-box-feedback {
  font-size: 1.5rem;
}

.font-16, .menu-component .menu-item > span > i, .menu-component .submenu-item > a,
.menu-component .submenu-item > span, .menu-component .sidebox li a, .seja-um-corretor-component.wrapper .gray-link i, .informacoes-gerais-component p, .mapa-component .menu li > a, .mapa-component .menu li > span, .mapa-component .mapa-colunas li > a, .feed-noticia-component .noticia .header .titulo h4, .noticia-interna-component .conteudo h4, .noticia-interna-component .conteudo h4 *, .noticia-interna-component .conteudo b, .noticia-interna-component .conteudo i, .noticia-interna-component .conteudo u, .noticia-interna-component .conteudo p {
  font-size: 1.6rem;
}

.font-17, #modal-feedback .box-feedback [data-send-button] {
  font-size: 1.7rem;
}

.font-18, .arrow-list a, .tire-suas-duvidas-component ul a, .menu-component .submenu-column > h3, .acesso-rapido-component h3, .relacionamento-title, .relacionamento :not(.obs) > a[href^="tel"], .breadcrumb-internal li a, .footer a, .footer a span {
  font-size: 1.8rem;
}

.font-19 {
  font-size: 1.9rem;
}

.font-20, .conheca-component h5, .menu-component .menu-item > span, .login .box-success p, .login form h2, .login button, .escolha-icones .modal-close, .footer i, #modal-feedback .btn-sair {
  font-size: 2rem;
}

.font-22, .login span, .login form h2 i, .seja-um-corretor-component.wrapper p, .tire-suas-duvidas-component p, .acesso-rapido-component .acesso-rapido-submenu .colunas li a i, #portal-alert .painel-alert .box-feedback .box-msg .content {
  font-size: 2.2rem;
}

.font-24, .noticia-interna-component .feed-noticia-component .noticia .header .titulo h4 {
  font-size: 2rem;
}

.font-26, .mapa-component .mapa-colunas h4, .retro-component .alert button span {
  font-size: 2.6rem;
}

.font-28, .feed-noticia-component h3 {
  font-size: 2.8rem;
}

.font-30, #modal-feedback .box-feedback .title-box, #portal-alert .painel-alert .box-feedback .btn-close-alert i {
  font-size: 3rem;
}

.font-32 {
  font-size: 3.2rem;
}

.font-34 {
  font-size: 3.4rem;
}

.font-36, .title, .seja-um-corretor-component.wrapper h3, .tire-suas-duvidas-component h4, .informacoes-gerais-component h4, .mapa-component .mapa-list .mapa-itens h3, .login h1, .login h1 + p, .acesso-rapido-component .wrapper > ul > li .rapido-item > i {
  font-size: 3.6rem;
}

.font-38 {
  font-size: 3.8rem;
}

.font-40, .feed-noticia-component .noticia .header i {
  font-size: 4rem;
}

.font-42 {
  font-size: 4.2rem;
}

.font-44 {
  font-size: 4.4rem;
}

.font-46 {
  font-size: 4.6rem;
}

.font-48, .noticia-interna-component .conteudo h3, .noticia-interna-component .conteudo h3 * {
  font-size: 4.8rem;
}

.font-50, .escolha-icones .modal-body ul .icons-content {
  font-size: 5rem;
}

.font-52 {
  font-size: 5.2rem;
}

.font-54 {
  font-size: 5.4rem;
}

.font-56 {
  font-size: 5.6rem;
}

.font-58 {
  font-size: 5.8rem;
}

.font-60 {
  font-size: 6rem;
}

.font-62 {
  font-size: 6.2rem;
}

.font-64 {
  font-size: 6.4rem;
}

.font-66 {
  font-size: 6.6rem;
}

.font-68 {
  font-size: 6.8rem;
}

.font-70 {
  font-size: 7rem;
}

.font-72 {
  font-size: 7.2rem;
}

.font-74 {
  font-size: 7.4rem;
}

.font-76 {
  font-size: 7.6rem;
}

.font-78 {
  font-size: 7.8rem;
}

.font-80 {
  font-size: 8rem;
}

.font-82 {
  font-size: 8.2rem;
}

.font-84 {
  font-size: 8.4rem;
}

.font-86 {
  font-size: 8.6rem;
}

.font-88 {
  font-size: 8.8rem;
}

.font-90 {
  font-size: 9rem;
}

.font-92 {
  font-size: 9.2rem;
}

.font-94 {
  font-size: 9.4rem;
}

.font-96 {
  font-size: 9.6rem;
}

.font-98 {
  font-size: 9.8rem;
}

.font-100, .login .box-success i {
  font-size: 10rem;
}

.font-nj-medium, .menu-component .menu-item > span, .menu-component .submenu-column > h3, .acesso-rapido-component .wrapper > ul > li span, .acesso-rapido-component .acesso-rapido-submenu .colunas li a, .informacoes-gerais-component p, .mapa-site-box > li > a, .feed-noticia-component h3, .feed-noticia-component .noticia .header .titulo h4, .feed-noticia-component .noticia .header .titulo small, .relacionamento p, .relacionamento p > a, .noticia-interna-component .conteudo h3, .noticia-interna-component .conteudo h4, .noticia-interna-component .conteudo h3 *, .noticia-interna-component .conteudo h4 *, .breadcrumb-internal li a, #modal-feedback .box-feedback, #modal-feedback .box-feedback [data-send-button], #portal-alert, #portal-alert .painel-alert .box-feedback {
  font-family:"Bradesco Sans";
  font-weight: 500;
}

.font-nj-regular, .feed-noticia-component .noticia div:last-child p, .feed-noticia-component .noticia div:last-child a {
  font-family:"Bradesco Sans";
}

.font-nj-bold, .login span, .relacionamento-title {
  font-family:"Bradesco Sans";
}

.font-nj-thin {
  font-family:"Bradesco Sans";
  font-weight: 300;
}

.font-nj-book, .menu-component .submenu-item > a,
.menu-component .submenu-item > span, .menu-component .sidebox li a {
  font-family:"Bradesco Sans";
}

.font-nj-light, .login form h2 {
  font-family:"Bradesco Sans";
  font-weight: 300;
}

.font-os-semibold, .login [data-message] {
  font-family:"Bradesco Sans"; font-weight: 600;
}

.font-os-regular, .mapa-component .menu li > a, .mapa-component .menu li > span, .mapa-component .mapa-colunas h4, .mapa-component .mapa-colunas li > a, .relacionamento :not(.obs) > a[href^="tel"], .noticia-interna-component .conteudo b, .noticia-interna-component .conteudo i, .noticia-interna-component .conteudo u, .noticia-interna-component .conteudo p {
  font-family:"Bradesco Sans";
}

.top-block {
  border-top: 12px solid #cd2031;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.top-block > section {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
}

.top-block > section[data-logged="false"] .logo {
  background: transparent url("../img/logo.png") top left no-repeat;
}

.top-block > section[data-logged="true"] .logo {
  background: transparent url("../img/bradesco_logo_conjunto.png") top left no-repeat;
}

.top-block > section .logo {
  float: left;
  width: 260px;
  height: 44px;
  margin: 0;
  cursor: pointer;
}

.top-block .menu-profile {
  float: right;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

.top-block .menu-profile .profile-box {
  text-align: right;
  padding: 10px 10px 0 0;
}

.top-block .menu-profile .letters,
.top-block .menu-profile .profile-box {
  float: right;
}

.top-block .menu-profile i {
  right: 0;
  top: 20px;
  position: absolute;
}

.top-block .menu-profile p {
  font-weight: bolder;
  margin: 0;
  line-height: 13px;
}

.top-block .menu-profile span {
  top: 28px;
  right: 80px;
}

.top-block .menu-profile .letters {
  top: 0;
  right: 22px;
  border-radius: 25px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

.top-block .menu-profile .dropdown {
  position: absolute;
  overflow: hidden;
  right: -30px;
  top: 45px;
  background: transparent;
  border-radius: 1px;
  width: 290px;
  z-index: 3;
  list-style: none;
  max-height: 0px;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-top: 10px;
}

.top-block .menu-profile .dropdown:after, .top-block .menu-profile .dropdown::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-block .menu-profile .dropdown li {
  padding: 10px;
  border-bottom: 1px solid #e8e9ec;
  background: #fff;
}

.top-block .menu-profile .dropdown li a {
  font-family:"Bradesco Sans";
  font-weight: 700;
  width: 100%;
  display: block;
  padding: 5px 0px;
  padding: 5px 20px;
}

.top-block .menu-profile .dropdown li:hover a {
  text-decoration: none;
}

.top-block .menu-profile .dropdown li:first-child {
  padding: 20px 30px;
  box-shadow: 0px 5px 15px -4px #cccccc;
}

.top-block .menu-profile .dropdown li:first-child h6, .top-block .menu-profile .dropdown li:first-child span {
  line-height: 1rem;
  padding: 0;
  margin: 0;
}

.top-block .menu-profile:hover > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-block .menu-profile:hover .dropdown {
  display: inline-block;
  max-height: 600px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.top-block .menu-profile .dropdown:after {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.top-block .menu-profile:hover .dropdown:after {
  opacity: 1;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.banner {
  position: absolute;
}

.banner,
.banner .swiper-container,
.banner .swiper-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-width: 992px;
}

.banner .swiper-container {
  position: relative;
}

.banner .swiper-wrapper,
.banner .swiper-slide img {
  position: absolute;
}

.banner .swiper-slide img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100vh;
}

.banner .swiper-pagination {
  max-width: 1280px;
  padding: 0 30px;
  width: 100%;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .swiper-pagination .swiper-pagination-bullet {
  float: left;
}

.banner-noticias {
  padding: 20px 0 60px;
}

.banner-noticias .img {
  width: 100%;
}

.banner-noticias .swiper-container {
  border-radius: 5px;
}

.banner-noticias .swiper-slide,
.banner-noticias .swiper-wrapper {
  height: auto;
}

.conheca-component h5 {
  font-family:"Bradesco Sans"; font-weight: 500;
  font-weight: 500;
  margin: 0;
}

.conheca-component .conheca-imgs {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.conheca-component .conheca-imgs li {
  display: block;
  float: left;
  width: 50%;
}

.menu-component {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
}

.menu-component .menu {
  border-radius: 10px;
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  width: 100%;
}

.menu-component .menu-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.menu-component .menu-item > span {
  color: #777777;
  cursor: pointer;
  display: block;
  line-height: 100px;
  padding: 0 15px;
  white-space: nowrap;
  position: relative;
}

.menu-component .menu-item > span > i {
  color: #777777;
  display: inline-block;
  margin-left: 5px;
}

.menu-component .menu-item .background {
  position: absolute;
  height: -webkit-calc(100%);
  height: calc(100%);
  top: 50%;
  background: #fff;
  z-index: -1;
}

.menu-component .menu-item:not(:first-child):not(:last-child) .background {
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-component .menu-item:first-child .background,
.menu-component .menu-item:last-child .background {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-calc(100% + 5px);
  width: calc(100% + 5px);
}

.menu-component .menu-item:first-child .background {
  right: 0;
}

.menu-component .menu-item:last-child .background {
  left: 0;
}

.menu-component .menu-item:not(:hover) .background {
  opacity: 0;
}

.menu-component .menu-item[data-active="false"] .background {
  opacity: 0 !important;
}

.menu-component .menu-item:hover > span > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-component .menu-item:hover .background {
  height: -webkit-calc(100% + 15px);
  height: calc(100% + 15px);
}

.menu-component .menu:not(:hover) .submenu {
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.menu-component .menu:not(:hover) .menu-item > span,
.menu-component .menu:not(:hover) .menu-item > span > i,
.menu-component .menu:not(:hover) .menu-item .background {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.menu-component .menu .menu-item[data-active="false"] .submenu {
  max-height: 0 !important;
}

.menu-component .menu .menu-item:hover .submenu {
  max-height: 600px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-component .submenu {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 7px;
  top: 100%;
  box-shadow: 0px 10px 20px -13px #4d4e53;
  z-index: 5;
}

.menu-component .submenu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  width: 100%;
}

.menu-component .submenu-container[data-active="true"] .submenu-column:nth-child(2) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-component .submenu-container[data-active="true"] .submenu-column:nth-child(3) {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.menu-component .submenu-container[data-active="true"] .submenu-column:nth-child(4) {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}

.menu-component .submenu-container[data-active="true"] .submenu-column:nth-child(5) {
  -webkit-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
  transform: translateX(-400%);
}

.menu-component .submenu-container[data-active="true"] .submenu-column:nth-child(6) {
  -webkit-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%);
}

.menu-component .submenu-container:not([data-active="true"]) .submenu-column:not([data-active="true"]) {
  -webkit-transition: opacity .2s ease-in .3s, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-in .3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-in .3s;
  transition: transform .2s ease-out, opacity .2s ease-in .3s, -webkit-transform .2s ease-out;
}

.menu-component .submenu-container[data-active="true"] .submenu-column:not([data-active="true"]) {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.menu-component .submenu-column:not(:last-child) {
  border-right: 2px solid #f4f4f6;
}

.menu-component .submenu-column[data-active="true"] {
  z-index: 1;
}

.menu-component .submenu-column[data-active="true"] > h3 {
  cursor: pointer;
}

.menu-component .submenu-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16.66667%;
  -ms-flex: 0 1 16.66667%;
  flex: 0 1 16.66667%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  padding: 20px 10px 20px 15px;
}

.menu-component .submenu-column,
.menu-component .submenu-column > ul {
  position: relative;
}

.menu-component .submenu-column > i {
  float: left;
  padding: 4px 5px 0 0;
  text-align: center;
  font-size: 12px;
  height: 12px;
  -webkit-transition: margin .5s;
  transition: margin .5s;
}

.menu-component .submenu-column > h3 {
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0 5px 20px;
  text-transform: uppercase;
}

.menu-component .submenu-item {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  text-align: left;
}

.menu-component .submenu-item > a,
.menu-component .submenu-item > span {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

.menu-component .submenu-item > span > i {
  font-size: 8px;
  height: 8px;
  -webkit-transition: margin .5s;
  transition: margin .5s;
  margin-left: 5px;
}

.menu-component .submenu-item:hover > span > i, .menu-component .submenu-item[data-active="true"] > span > i {
  margin-left: 10px;
}

.menu-component .submenu-item[data-active="true"] .sidebox {
  opacity: 1;
}

.menu-component .submenu-item:not([data-active="true"]) .sidebox {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.menu-component .sidebox {
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 1;
  min-width: 100%;
  padding: 0 15px;
  margin-left: 25px;
}

.menu-component .sidebox ul {
  position: relative;
  width: 990px;
  max-height: 220px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-component .sidebox li {
  padding: 5px;
}

.menu-component .sidebox li:not(:hover) a {
  text-decoration: none;
}

.menu-component .sidebox li a {
  white-space: nowrap;
}

.login {
  width: 100%;
  background-image: url(../img/login/login-box-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 40px 0;
  min-height: 665px;
}

.login .box-success {
  position: absolute;
  top: 0;
  width: 33.33333%;
  z-index: 2;
  padding-bottom: 75px;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.login .box-success:not([data-active='true']) {
  z-index: -1;
  opacity: 0;
}

.login .box-success .content-success,
.login .box-success .content-success div {
  width: 100%;
}

.login .box-success .content-success {
  padding: 55px;
  position: relative;
  height: 100%;
}

.login .box-success .content-success div {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login .box-success i {
  color: #20cd43;
  margin-bottom: 35px;
}

.login .box-success p {
  font-family:"Bradesco Sans"; font-weight: 500;
}

.login .box-success i, .login .box-success p {
  width: 100%;
  text-align: center;
  display: block;
}

.login h1 {
  margin: 80px 0 30px;
  padding-bottom: 50px;
  position: relative;
}

.login h1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 14px;
  bottom: 0;
  left: 0;
}

.login h1,
.login h1 + p {
  font-family:"Bradesco Sans"; font-weight: 500;
}

.login small {
  float: right;
  margin-top: -18px;
}

.login-box {
  float: right;
  width: inherit;
  min-width: 425px;
  overflow: hidden;
  top: 0px;
}

.login-box > div {
  width: 300%;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  padding-bottom: 60px;
}

.login-box > div[data-type="cadastro"] {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.login-box > div[data-type="cadastro"] [data-form="cadastro"] fieldset, .login-box > div[data-type="cadastro"] [data-form="cadastro"] button {
  display: block;
}

.login-box > div[data-type="login"] {
  -webkit-transform: translateX(-33.33333%);
  -ms-transform: translateX(-33.33333%);
  transform: translateX(-33.33333%);
}

.login-box > div[data-type="login"] [data-form="login"] fieldset, .login-box > div[data-type="login"] [data-form="login"] button {
  display: block;
}

.login-box > div[data-type="recuperar-senha"] {
  -webkit-transform: translateX(-66.66666%);
  -ms-transform: translateX(-66.66666%);
  transform: translateX(-66.66666%);
}

.login-box > div[data-type="recuperar-senha"] [data-form="recuperar-senha"] fieldset, .login-box > div[data-type="recuperar-senha"] [data-form="recuperar-senha"] button {
  display: block;
}

.login form {
  float: left;
  width: 33.33333%;
  padding: 37px 0;
}

.login form [data-go] {
  cursor: pointer;
}

.login form .captcha {
  width: 100%;
  height: 100%;
}

.login form fieldset, .login form button {
  display: none;
}

.login form h2 {
  font-weight: 600;
  margin: 0 0 30px 0;
}

.login form h2 i {
  margin-right: 7px;
}

.login form fieldset {
  padding: 0 50px;
}

.login form fieldset .form-box {
  position: relative;
}

.login form .form-box:after, .login form .form-box::after {
  content: '';
  display: block;
  height: 1px;
}

.login form button {
  width: 33.33333%;
}

.login .box-success button {
  width: 100%;
  left: 0;
}

.login button {
  line-height: 24px;
  font-family:"Bradesco Sans"; font-weight: 500;
  padding: 25px;
  position: absolute;
  bottom: -14px;;
}

.login [data-message] {
  position: absolute;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  left: 0px;
  margin-top: -8px;
  font-size: 10px;
}

.login [data-show="false"] {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.login [data-show="true"] {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.login [class*="col-"] > [data-message] {
  left: 15px;
}

.login .go-box a {
  text-decoration: underline;
  margin-right: 15px;
  cursor: pointer;
}

/*.login .go-box a:first-child {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}*/

.login .go-box a[data-go="cadastro"] {
  float: right;
  margin-right: 0;
}

.login form[data-form="recuperar-senha"] h2,
.login form[data-form="cadastro"] h2 {
  padding-left: 25px;
  position: relative;
}

.login form[data-form="recuperar-senha"] h2 i,
.login form[data-form="cadastro"] h2 i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.noticias-component {
  margin-top: 70px;
  margin-bottom: 60px;
}

.noticias-component .noticias-swiper-container {
  overflow: hidden;
  padding: 0;
  max-width: 600px;
  display: block;
}

.noticias-component .noticia {
  clear: both;
  margin-bottom: 30px;
  min-height: 254px;
  position: relative;
  padding: 0 10px;
}

.noticias-component .noticia:last-child {
  margin-bottom: 0;
}

.noticias-component .noticia img {
  float: left;
  width: 280px;
  height: 254px;
  margin-right: 30px;
}

.noticias-component .noticia h4 {
  margin: 0 0 30px 0;
  padding-top: 20px;
  color: #cd2031;
  font-family:"Bradesco Sans"; font-weight: 500;
  display: block;
}

.noticias-component .noticia p {
  font-family:"Bradesco Sans"; font-weight: 500;
  color: #4d4e53;
}

.noticias-component .noticia a {
  margin-top: 60px;
  display: block;
}

.seja-um-corretor-component.wrapper {
  padding-top: 83px;
  padding-bottom: 60px;
  box-shadow: 0 -21px 30px -27px rgba(0, 0, 0, 0.5);
}

.seja-um-corretor-component.wrapper p {
  line-height: 40px;
  margin: 20px;
  text-align: center;
}

.seja-um-corretor-component.wrapper .btn {
  max-width: 220px !important;
  line-height: 5rem;
  padding: 0px 25px;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}

.seja-um-corretor-component.wrapper .btn small {
  float: left;
  margin-left: 10px;
}

.seja-um-corretor-component.wrapper .btn i {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #490b11;
  border-radius: 20px;
  line-height: 1.5rem;
  margin-left: 5px;
  float: right;
  margin-top: 15px;
  background-color: #a11926;
}

.seja-um-corretor-component.wrapper .gray-link {
  display: block;
  margin: 0 auto;
  width: 120px;
  text-align: center;
  margin-top: 28px;
  line-height: 1.8rem;
}

.seja-um-corretor-component.wrapper .gray-link i {
  padding-top: 0;
  float: left;
}

.tire-suas-duvidas-component {
  border-top: 1px solid #d2d4da;
}

.tire-suas-duvidas-component .wrapper {
  padding: 96px 30px;
}

.tire-suas-duvidas-component .list-block {
  padding: 0 50px;
}

.tire-suas-duvidas-component p {
  line-height: 40px;
  margin: 20px;
  text-align: center;
}

.tire-suas-duvidas-component ul li {
  margin-bottom: 24px;
}

.tire-suas-duvidas-component .btn-gray {
  margin: 96px auto 0;
  display: block;
  clear: both;
  color: #00539f;
  font-family:"Bradesco Sans"; font-weight: 700;
  box-shadow: 0px 2px 3px 2px #cccccc;
  line-height: 40px;
  max-width: 245px;
}

.acesso-rapido-component {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #D0D0D0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  border-top: 3px solid #cd2031;
  border-bottom: 3px solid #cd2031;
  width: 100%;
  height: 99px;
  min-width: 992px;
}

.acesso-rapido-component:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
}

.acesso-rapido-component:not([data-fixed="true"]) {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.acesso-rapido-component h3 {
  margin-top: 0px;
  line-height: 92px;
  float: left;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.acesso-rapido-component .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.acesso-rapido-component .wrapper > ul {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #D0D0D0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
  float: left;
  height: 93px;
  margin-bottom: 0;
}

.acesso-rapido-component .wrapper > ul > li {
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100% / 7;
  -ms-flex-preferred-size: 100% / 7;
  flex-basis: 100% / 7;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-left: 2px solid #d2d4da;
  height: 90px;
}

.acesso-rapido-component .wrapper > ul > li .rapido-item {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 16;
  position: relative;
  padding: 10px 0px;
}

.acesso-rapido-component .wrapper > ul > li:hover .background {
  position: absolute;
  top: -5px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  z-index: 15;
  cursor: pointer;
}

.acesso-rapido-component .wrapper > ul > li span {
  text-align: center;
  line-height: 58px;
  position: relative;
  z-index: 16;
  cursor: pointer;
}

.acesso-rapido-component .wrapper > ul > li .rapido-item > i {
  padding-top: 6px;
  line-height: 52px;
  font-weight: 300;
  position: relative;
  top: 10px;
  z-index: 16;
}

.acesso-rapido-component .wrapper > ul > li > ul {
  display: block;
  position: absolute;
  bottom: 93px;
  left: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.acesso-rapido-component .wrapper > ul > li:hover > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  -webkit-transition: 0s;
  transition: 0s;
  min-height: 40px;
  box-shadow: 0px 21px 11px -19px #ccc;
}

.acesso-rapido-component .wrapper > ul:not(:hover) > li > ul {
  -webkit-transition: .3s;
  transition: .3s;
}

.acesso-rapido-component .acesso-rapido-submenu {
  border-radius: 7px;
  height: 100%;
  z-index: 4;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.acesso-rapido-component .acesso-rapido-submenu:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #d2d4da;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas .linha {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  min-height: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas li:hover {
  text-decoration: none;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: left;
  padding: 0 5px;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas li a span {
  line-height: 16px;
  text-align: left;
}

.acesso-rapido-component .acesso-rapido-submenu .colunas li a i {
  padding-right: 10px;
}

.informacoes-gerais-component .wrapper {
  padding: 60px 30px;
}

.informacoes-gerais-component p {
  line-height: 40px;
  margin: 20px;
  text-align: center;
}

.informacoes-gerais-component .btn {
  max-width: 220px !important;
  line-height: 5rem;
  padding: 0px 25px;
  margin: 80px auto 0;
  display: block;
  white-space: nowrap;
}

.informacoes-gerais-component .btn small {
  float: left;
  margin-left: 10px;
}

.informacoes-gerais-component .btn i {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #490b11;
  border-radius: 20px;
  line-height: 1.5rem;
  margin-left: 5px;
  float: right;
  margin-top: 15px;
  background-color: #a11926;
}

.mapa-site-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

.mapa-site-box > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mapa-site-box > li > a {
  text-align: center;
  padding: 17px 10px;
}

.mapa-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px 0;
}

.mapa-component .menu {
  min-width: 15%;
}

.mapa-component .menu li > a, .mapa-component .menu li > span {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
  cursor: pointer;
}

.mapa-component .menu > li[data-active="true"] > span:before {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.mapa-component .menu .expandir:not([data-active="true"]) ul {
  display: none;
}

.mapa-component .menu .expandir span:before {
  content: '\e91e';
  font-family: 'bradesco_v2' !important;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mapa-component .mapa-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 100px;
}

.mapa-component .mapa-list .mapa-itens {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mapa-component .mapa-list .mapa-itens:target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mapa-component .mapa-list .mapa-itens .colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 50px;
}

.mapa-component .mapa-list .mapa-itens h3 {
  text-align: left;
}

.mapa-component .mapa-list .mapa-itens h3:after {
  margin: 20px 0 0 0;
}

.mapa-component .esquerda, .mapa-component .direita {
  width: 50%;
}

.mapa-component .mapa-colunas {
  margin-bottom: 50px;
}

.mapa-component .mapa-colunas h4 {
  margin-bottom: 15px;
  font-weight: lighter;
}

.mapa-component .mapa-colunas li > a {
  display: block;
  padding: 5px 0;
}

.feed-noticia-component {
  padding: 20px 0;
}

.feed-noticia-component [class*="col-"]:nth-child(3) {
  padding-left: 0;
}

.feed-noticia-component [class*="col-"]:nth-child(5) {
  padding-right: 0;
}

.feed-noticia-component .original {
  display: none;
}

.feed-noticia-component .noticia {
  border: 1px solid #f4f4f6;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #e8e9ec;
  padding: 20px 20px 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feed-noticia-component .noticia .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.feed-noticia-component .noticia .header .titulo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.feed-noticia-component .noticia .header .titulo h4 {
  margin: 0 0 3px 0;
}

.feed-noticia-component .noticia .header .titulo small {
  text-transform: uppercase;
}

.feed-noticia-component .noticia .header i {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 15%;
  margin-right: 15px;
}

.feed-noticia-component .noticia .div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feed-noticia-component .noticia div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feed-noticia-component .noticia div:last-child p {
  margin-top: 3px;
  min-height: 38px;
}

.feed-noticia-component .noticia div:last-child a {
  text-decoration: underline;
}

.relacionamento {
  padding: 50px 0;
}

.relacionamento [class*="col-"]:last-child {
  padding-right: 0;
}

.relacionamento [class*="col-"]:first-child {
  padding-left: 0;
}

.relacionamento-title {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}

.relacionamento-title:after {
  content: "";
  height: 5px;
  width: 100%;
  max-width: 47px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.relacionamento .obs, .relacionamento .detail {
  margin-top: 30px;
}

.relacionamento :not(.obs) > a[href^="tel"] {
  margin-top: 30px;
}

.relacionamento a[href^="tel"] {
  display: block;
}

.escolha-icones .modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.escolha-icones .modal-window > div {
  width: 80vw;
  height: 80vh;
  margin: 10vh auto;
  padding: 2rem;
  background: #fff;
  z-index: 100;
  overflow: hidden;
}

.escolha-icones .modal-window header {
  font-weight: bold;
}

.escolha-icones .modal-close {
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.escolha-icones .modal-body ul {
  overflow-y: scroll;
  height: 65vh;
  z-index: 100;
  margin-top: 2vh;
}

.escolha-icones .modal-body ul .icons-class, .escolha-icones .modal-body ul .icons-value {
  display: none;
}

.escolha-icones .modal-body ul .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
  width: auto;
  height: auto;
  padding: 30px;
}

.escolha-icones .modal-body ul .col-lg-6.col-md-6.col-sm-12.col-xs-12:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.noticia-interna-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.noticia-interna-component .feed-noticia-component {
  background: none;
  border: 1px solid #f4f4f6;
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
  margin-top: 20px;
}

.noticia-interna-component .feed-noticia-component .noticia {
  border: none;
  border-bottom: 1px solid #f4f4f6;
  box-shadow: none;
}

.noticia-interna-component .conteudo {
  min-width: 75%;
}

.noticia-interna-component .conteudo h3, .noticia-interna-component .conteudo h3 * {
  margin-bottom: 45px;
}

.noticia-interna-component .conteudo p {
  margin-bottom: 18px;
}

.noticia-interna-component .conteudo b {
  font-weight: bolder;
  font-size: inherit;
}

.noticia-interna-component .conteudo i {
  font-style: italic;
}

.noticia-interna-component .conteudo u {
  text-decoration: underline;
}

.remove button {
  padding: 10px;
}

.remove span input, .remove span strong input {
  width: 40px;
}

.noticias-interna-component #editor {
  box-shadow: 0 0 2px #CCC;
  min-height: 150px;
  overflow: auto;
  padding: 1em;
  margin-top: 20px;
  resize: vertical;
  outline: none;
}

.noticias-interna-component .toolbar {
  text-align: center;
  display: none;
}

.noticias-interna-component .toolbar a,
.noticias-interna-component .fore-wrapper,
.noticias-interna-component .back-wrapper {
  border: 1px solid #AAA;
  background: #FFF;
  border-radius: 1px;
  color: black;
  padding: 15px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 1px 0px #CCC;
}

.noticias-interna-component .toolbar a:hover,
.noticias-interna-component .fore-wrapper:hover,
.noticias-interna-component .back-wrapper:hover {
  background: #f2f2f2;
  border-color: #8c8c8c;
}

.noticias-interna-component a[data-command='redo'],
.noticias-interna-component a[data-command='strikeThrough'],
.noticias-interna-component a[data-command='justifyFull'],
.noticias-interna-component a[data-command='insertOrderedList'],
.noticias-interna-component a[data-command='outdent'],
.noticias-interna-component a[data-command='p'],
.noticias-interna-component a[data-command='superscript'] {
  margin-right: 5px;
  border-radius: 0 3px 3px 0;
}

.noticias-interna-component a[data-command='undo'],
.noticias-interna-component .fore-wrapper,
.noticias-interna-component a[data-command='justifyLeft'],
.noticias-interna-component a[data-command='insertUnorderedList'],
.noticias-interna-component a[data-command='indent'],
.noticias-interna-component a[data-command='h1'],
.noticias-interna-component a[data-command='subscript'] {
  border-radius: 3px 0 0 3px;
}

.noticias-interna-component a.palette-item {
  height: 1em;
  border-radius: 3px;
  margin: 2px;
  width: 1em;
  border: 1px solid #CCC;
}

.noticias-interna-component a.palette-item:hover {
  border: 1px solid #CCC;
  box-shadow: 0 0 3px #333;
}

.noticias-interna-component .paleta-cor,
.noticias-interna-component .paleta-fundo {
  display: none;
}

.noticias-interna-component .fore-wrapper,
.noticias-interna-component .back-wrapper {
  display: inline-block;
  cursor: pointer;
}

.noticias-interna-component .fore-wrapper:hover .paleta-cor,
.noticias-interna-component .back-wrapper:hover .paleta-fundo {
  display: block;
  float: left;
  position: absolute;
  padding: 3px;
  width: 160px;
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 0 5px #CCC;
  height: 70px;
}

.noticias-interna-component .paleta-fundo a,
.noticias-interna-component .paleta-cor a {
  background: #FFF;
  margin-bottom: 2px;
}

.noticias-interna-component.online .feed-noticia-component {
  display: block;
}

#new-content .feed-noticia-component.sample {
  display: none !important;
}

#new-content hr {
  display: none;
}

.breadcrumb-internal {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.breadcrumb-internal li a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
}

.breadcrumb-internal [load-home] {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.breadcrumb-internal [load-home]:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.breadcrumb-internal [data-page]:after {
  content: attr(data-page);
}

.footer {
  padding: 30px 0;
}

.footer span, .footer p {
  font-family:"Bradesco Sans"; font-weight: 500;
}

.footer a {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}

.footer a:hover {
  color: #006ed2;
}

.footer .link-diretiva {
  color: #4d4e53;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
}

.footer .link-diretiva:hover {
  color: #a5aab6;
}

.footer i {
  margin-right: 10px;
  vertical-align: text-top;
}

.footer p {
  color: #979b9d;
  line-height: 26px;
  margin: 0;
}

.footer .informativo-copyright {
  float: left;
}

.footer .informativo-copyright:after {
  content: "";
  padding: 10px 0;
  margin-left: 16px;
  border-right: 1px solid #d2d4da;
  z-index: -1;
}

#modal-feedback {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  visibility: hidden;
}

#modal-feedback .mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#modal-feedback .box-feedback {
  position: relative;
  width: 500px;
  min-height: 520px;
  padding: 3rem;
  border-radius: 0 30px 0 50px;
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.5);
  margin: auto;
}

#modal-feedback .box-feedback .title-box {
  font-size: 1.8rem;
}

#modal-feedback .box-feedback .stars {
  display: block;
  width: 310px;
  height: 50px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
}

#modal-feedback .box-feedback .stars li {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  cursor: pointer;
}

#modal-feedback .box-feedback .stars li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#modal-feedback .box-feedback .stars li.active img {
  left: -50px;
}

#modal-feedback .box-feedback .stars li:last-child {
  margin-right: 0;
}

#modal-feedback .subtext {
	font-size: 1.8rem;
	margin-top: 1.5rem;
}

#modal-feedback .satisfaction {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #cd2031;
}

#modal-feedback textarea {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 5px;
  padding: 15px;
  margin-top: 1.5rem;
  resize: none;
  border: 1px solid #ddd;
  font-size: 1.5rem;
}

#modal-feedback .char_left {
  display: block;
  float: right;
  margin-right: 1.3rem;
  margin-top: -2rem;
  position: absolute;
  right: 30px;
}

#modal-feedback .box-feedback [data-send-button] {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  text-decoration: none;
  padding: 3rem;
  border-radius: 0 0 0 30px;
  cursor: pointer;
}

#modal-feedback .btn-sair {
  position: absolute;
  display: block;
  width: 300px;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  bottom: 3rem;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

#modal-feedback.active {
  top: 0;
  visibility: visible;
}

#modal-feedback.active .mask {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#portal-alert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  visibility: hidden;
}

#portal-alert .mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#portal-alert .painel-alert {
  margin: auto;
  background: -webkit-linear-gradient(#F4F4F6, #FFFFFF);
  background: linear-gradient(#F4F4F6, #FFFFFF);
}

#portal-alert .painel-alert .box-feedback {
  position: relative;
  width: 60vw;
  min-height: 380px;
  height: 60vh;
  padding: 3rem;
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.5);
  margin: auto;
  background: url("../img/img-alert.png");
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: 20%;
}

#portal-alert .painel-alert .box-feedback .btn-close-alert {
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: #cc092f;
  text-decoration: none;
}

#portal-alert .painel-alert .box-feedback .box-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: -webkit-calc(100% - 6rem);
  height: calc(100% - 6rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}

#portal-alert .painel-alert .box-feedback .box-msg .content {
  display: block;
  border-left: 1px solid #D6D8DD;
  padding-left: 50px;
  margin: 0 auto;
  color: #727378;
}

#portal-alert .painel-alert .box-feedback .box-btn-center {
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  left: 0;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#portal-alert .painel-alert .box-feedback .box-btn-center .acao1 {
  display: inline-table;
  font-size: 14px;
  color: #0B67BD;
  background: #ffffff;
  padding: 5px 40px;
  border-radius: 3px;
  border: 1px solid #D6D8DD;
  cursor: pointer;
  text-decoration: none;
  margin: 0 25px;
}

#portal-alert .painel-alert .box-feedback .box-btn-center .acao2 {
  display: inline-table;
  font-size: 14px;
  color: #ffffff;
  background: #0B67BD;
  padding: 5px 40px;
  border-radius: 3px;
  border: 1px solid #0B67BD;
  cursor: pointer;
  text-decoration: none;
  margin: 0 25px;
}

#portal-alert.active {
  top: 0;
  visibility: visible;
}

#portal-alert.active .mask {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.retro-component {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

.retro-component .alert {
  display: block;
  margin: 0;
  width: 100%;
  padding: 12px 30px 0;
}

.retro-component .alert button {
  right: 0 !important;
}

.retro-component .spacer {
  margin: 0 !important;
  border: none !important;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/*Colapsed Tire suas dÃºvidas*/
.tire-suas-duvidas-component .resposta-tsd {
  display: none;
  font-size: 1.5rem;
  padding-left: 20px;
  margin-top: 10px;
}
.list-block li {
cursor: pointer;
}
.list-block li.active::before {
content: "\43"
}

@media (max-width: 1280px) {
  .menu-component .menu-item > span {
    padding: 0 10px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .menu-component .menu-item > span i {
    font-size: .7em;
  }
}

@media (max-width: 1024px) {
  .noticias-component .noticia .ver-mais {
    margin-top: 0;
  }
}

/* Sobreescrevendo */
.promoSlideshow .foot {
    background: none;
}
.promoSlideshow .listNav {
    padding: 0;
}
.promoSlideshow .listNav ul {
    border: 0;
}
.promoSlideshow .listNav li {
    border-radius: 50%;
    background: #fff;
    width: 11px;
    height: 11px;
    overflow: hidden;
    opacity: .5;
    text-indent: -9999em;
    margin: 0 5px;
    cursor: pointer;
}
.promoSlideshow .listNav li.dojoxRotatorSelected {
    opacity: 1;
}
.slideshowTelaLogin .listNav ul {
    text-align: center;
    padding: 0 0 10px 0;
}


.titulo {
    font-size: 20px;
    color: #0071bb;
    padding: 40px 0 0 30px;
    margin: 0;
    background: #f8f8f8;
    border-bottom: #0072bc 1px solid;
    font-family:"Bradesco Sans";
}

.link_pdf {
    font-weight: bold;
    text-decoration: none;
    color: #636162;
    display: inline;
    font-size: 16px;
}
.link_pdf:hover {
    color: #636162;;
}

/* Seção da imagem "Get Adobe Reader" */
.getAdobeReader {
	width: 100%;
    height: 136px;
}
.getAdobeReader ul {
	position: relative;
	margin: 0px;
	list-style: none;
	padding: 0;
}
.getAdobeReader li {
	float: left;
	vertical-align: middle;
	overflow: hidden;
    margin: 0 10px;
	height: 97px;
	line-height: 97px;
	background-color: #F5F5F5;
}
.getAdobeReader li a {
	color: #636162;
	display: inline;
	text-decoration: none;
}
.getAdobeReader #descricao {
	padding: 0 25px 0 25px;
}

.btnAddNovo {
    overflow: hidden;
    margin-bottom: 15px;
}
.btnAddNovo span {
    display: inline-block;
    font-weight: bold;
    margin: 0 4px 3px 1px;
}
.btnAddNovo span a {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background-color: #e7e7e7;
    background-image: -webkit-gradiente(linear, left top, left bottom, from(#ededed), to(#e1e1e1));
    text-decoration: none;
    color: #333;
    padding: 5px 15px;
    display: block;
    font-size: 11px;
}

/*# sourceMappingURL=stylesheets/maps/styles.css.map */

.btn-authoring-tools {
  	text-align: center;
}
.btn-authoring-tools .btn { 
	display: inline-block !important; 
	clear: both; 
	color: #00539f; 
	font-family:"Bradesco Sans"; font-weight: 700; 
	box-shadow: 0px 2px 3px 2px #cccccc;  
	height: auto; 
	margin: 0 !important;
	max-width: none;
	line-height: 16px;
    font-size: 12px !important;
}
.btn-authoring-tools .btn i { 
	float: left; 
	line-height: 16px; 
	margin-right: 5px;
}
.btn-authoring-tools .btn i::before { 
	font-size: 14px; 
	font-family: 'bradesco_v3' !important; 
}
.btn-authoring-tools .btn i.icon-nav-editar::before { 
	content: "\e006" !important; 
}
.btn-authoring-tools .btn i.icon-nav-adicionar::before { 
	content: "\60" !important; 
}
.btn-authoring-tools .btn i.icon-residencial-lixeira::before {
    content: "\27" !important;
}

.headline { 
	position: relative; 
}

.login-box {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 46px;
	width: 430px;
  height: 665px;
}
.login-box .component-container {
	width: 852px;
    padding: 0;
    float: left;
	height: 665px;
}
.login-box .component-container > div { 
	display: inline; 
}
.login-box .component-container .component-control { 
	width: 425px; float: left; 
}
.login-box .component-container .wpthemeControl { 
	margin: 0; 
}
.login-box form {
    width: 100%;
    padding: 35.5px 0 0 0;
}
.login-box form fieldset {
    padding: 0 23px;
}
.login-box form h2 {
    font-weight: bold;
    font-family:"Bradesco Sans";
    font-size: 34px;
    text-align: left;
    letter-spacing: -0.34px;
    width: 320px;
    margin: 0px 0px 15px;
}
.login-box form h8 {
    float: right;
    font-size: 14px;
}
.login-box form fieldset .titulo-subtitulo-portal .cnpj-logado{
	letter-spacing: -0.14px;
	font-family:"Bradesco Sans";
	font-size: 14px;
	text-align: left;
	color: #A5AAB6;
	margin-bottom: 20px;
}
.login-box form fieldset .form-box {
    position: relative;
}
.login-box [data-show="false"] {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.login-box [data-message] {
    position: absolute;
    top: -webkit-calc(100% - 15px);
    top: calc(100% - 15px);
    left: 0px;
    margin-top: -8px;
    font-size: 10px;
}
.login-box [data-message] {
    font-family:"Bradesco Sans"; font-weight: 600;
}
.login-box [data-message] {
    font-size: 0.9rem;
}
.login-box [data-message], 
.login-box form[data-form="recuperar-senha"] h2 i, 
.login-box form[data-form="cadastro"] h2 i {
    color: #cd2031;
}
.login-box .go-box a {
    text-decoration: underline;
    margin-right: 15px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #a5aab6;
}

.login-box > div[data-type="login"] [data-form="login"] fieldset, 
.login-box > div[data-type="login"] [data-form="login"] button {
    display: block;
}
.login-box form button {
	width: 98px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
}
.login-box button,
.login-box button.tag_Home_Login {
    line-height: 25px;
    font-family:"Bradesco Sans" !important; 
    font-weight: bold;
    padding: 7px;
    color: #fff;
    background: #0B67BD;
}

.login-box button,
.login-box button.tag_Home_Login.btn_login_id {
	display: inline;
	margin-top: 0px !important;
	margin-left: 81px;
	width: 98px;
	border-radius: 5px;
	font-size: 14px;    	
}

.login-box button,
.login-box button.tag_Home_Login.btn_login_pneg {
	display: inline;
	margin-top: 0px !important;
	margin-left: 105px;
	width: 98px;
	border-radius: 5px;
	font-size: 14px;
}

.login-box form[data-form="recuperar-senha"] button {
  margin-left: 23px;
}

.login-box > div[data-type-login="login"] {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
	height: 665px;
}
.login-box > div[data-type-login="login"] fieldset { height: 293px; }
.login-box > div[data-type-login="recuperar-senha"] {
    -webkit-transform: translateX(-425px);
    -ms-transform: translateX(-425px);
    transform: translateX(-425px);
	height: 501px;
}
.login-box form[data-form="recuperar-senha"] h2 {
	position: relative;
	padding-left: 28px;
}
.login-box form[data-form="recuperar-senha"] h2 i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cd2031;
    cursor: pointer;
    font-size: 2.2rem;
}
.login-box form[data-form="recuperar-senha"] [data-message] {
    top: -webkit-calc(100% - 19px);
    top: calc(100% - 19px);
}
.login-box form[data-form="recuperar-senha"] [data-message="cpf/cnpj"],
.login-box form[data-form="recuperar-senha"] [data-message="E-mail"],
.login-box form[data-form="recuperar-senha"] [data-message="C�digo"] {
    top: -webkit-calc(100% - 15px);
    top: calc(100% - 15px);
}
.login-box form[data-form="recuperar-senha"] [data-message="C�digo"] { 
	padding-left: 15px; 
}
.login-box .box-success:not([data-active='true']) {
    z-index: -1;
    opacity: 0;
}
.login-box .box-success {
    position: absolute;
    top: 0;
    width: 430px;
    z-index: 2;
    padding-bottom: 8px;
    height: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.login-box .box-success .content-success {
    padding: 55px;
    position: relative;
    height: 100%;
}
.login-box .box-success .content-success div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-box .box-success i, .login .box-success p {
    width: 100%;
    text-align: center;
    display: block;
}
.login-box .box-success i {
    color: #20cd43;
    margin-bottom: 35px;
    font-size: 10rem;
}
.login-box .box-success p {
    font-family:"Bradesco Sans"; font-weight: 500;
    font-size: 2rem;
    color: #4d4e53;
}
.login-box .box-success .content-success {
	margin-top: 0;
}
.login-box form fieldset .form-box {
    position: relative;
}

#redesSociais a {
    font-size: 15px;
    padding: 0 10px;
}

#redesSociais a span {
    font-size: 15px;
}