#carousel-banner #slider .flex-viewport ul.slides li .mobile_banner {
  display: none; } 
 
#mainMenu, .menu__lateral h1{
  clear: both;
	position: relative;
	z-index: 3; 
}
#mainMenu:after, .menu__lateral:after,
#mainMenu:before, .menu__lateral:before {
  clear: both;
  content: '';
  display: table;
}
.menu__lateral {
    clear: left;
    float: left !important;
    left: 0 !important;
    margin: 0 60px !important;
    position: absolute;
    top: 92px;
    z-index: 1000;
    width: 188px !important;
}
.filtro_topo {
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    margin-top: 40px;
    left: 0;
}

  /********************** CLasses da Cartões Classic  **********************/
body.cartoesSec {
  background: #CECECE; }

  body.cartoesSec #wrapper, #wrapper {
    overflow: hidden;
    position: relative;
    width: 100% !important;
  }
  
  body.cartoesSec .mainHeader {
    display: initial;
    padding: 0 60px !important;
    position: absolute;
    z-index: 997;
    width: 100% !important;
  }
  
  .cartoesSec section#carousel-banner #carousel {
    height: 0;
    padding: 0;
    width: inherit;
  }
  .cartoesSec section#carousel-banner #carousel .flex-viewport {
    z-index: 2; }
  .cartoesSec section#carousel-banner #slider .flex-viewport ul.slides li a {
    display: block;
    width: 100%;
  }  
  .cartoesSec .flex-control-nav {
    display: none; }
  
  .cartoesSec ul.navSeg {
    max-width: calc(100% - 332px);
    /* right: 50px; */
    margin-right: 0;
    /* top: 25px; */
    position: absolute;
    right: 260px;
    top: 10px;
  }
  .cartoesSec ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
  }
  .cartoesSec ul.navSeg li div.navCnt {
    border-bottom: 3px solid #e5173f;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 53px;
    right: -26px;
  }
  .cartoesSec ul.navSeg li div.navCnt ul.nav {
    padding: 0;
  }
  ul.navSeg li div.navCnt ul.nav:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-top: none;
    position: absolute;
    top: -6px;
    right: 9px;
    z-index: -1;
  }
  ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
  }
  .cartoesSec ul.navSeg li div.navCnt ul.nav > li a {
    font-size: 13px;
    padding: 10.5px 5px;
    color: #3c3c3c;
    font-family: "Bradesco", sans-serif;
    text-align: center;
    text-transform: unset;
    opacity: 1;
    letter-spacing: 1.5px;
    font-weight: normal !important;
  }
  .cartoesSec ul.navSeg li:hover > a {
    color: #fff !important;
    opacity: 1;
  }
  .cartoesSec ul.navSeg li.active > a {
    color: #fff !important;
    opacity: 1;
    line-height: 0;
    margin-top: 18px;
  }
  .busca-desk {
    top: 21px !important;
    right: 60px !important;
    z-index: 999 !important;
    opacity: 0.6;
  }
  div.busca fieldset input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #fff;
    font-style: normal;
    color: #dfe2e7;
    font-weight: bold;
    width: 140px !important;
    font-family: "Bradesco", sans-serif;
    letter-spacing: 0.8px;
    font-size: 11px;
    height: 29px;
  }
  
.cartoesSec div.breadcrumb {
  display: none; }

.cartoesSec section {
  position: relative; }
    .cartoesSec section.mainContent {
      width: calc(95% - 240px);
      margin-top: -50px;
      padding: 0px;
      left: -20px;
    }
  .cartoesSec section.redBar {
    width: 100%;
    background: #E5173F;
    padding: 23.5px 0;
    margin-top: -1px; }
    .cartoesSec section.redBar ul {
      width: 82%;
      float: right;
      margin: 0;
      padding: 0;
      background: transparent;
      margin-top: 10px; }
      .cartoesSec section.redBar ul .owl-item li {
        padding-left: 20px;
        padding-right: 20px; }
        .cartoesSec section.redBar ul .owl-item li a {
          display: block;
          text-decoration: none; }
          .cartoesSec section.redBar ul .owl-item li a .icon {
            width: 20%;
            height: 60px;
            float: left; }
            .cartoesSec section.redBar ul .owl-item li a .icon img {
              opacity: 0.7;
              max-width: 60px;
              -webkit-transition: all .2s ease;
              -moz-transition: all .2s ease;
              -ms-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
          .cartoesSec section.redBar ul .owl-item li a .desc {
            width: 80%;
            padding-left: 5%;
            box-sizing: border-box;
            float: left;
            padding-top: 10px; }
            .cartoesSec section.redBar ul .owl-item li a .desc h5 {
              font-family: "Bradesco";
              font-size: 13px;
              color: #ffffff;
              font-weight: normal;
              line-height: 18px;
              margin: 0 0 5px 0; }
            .cartoesSec section.redBar ul .owl-item li a .desc p {
              font-size: 12px;
              color: #ffffff; }
          .cartoesSec section.redBar ul .owl-item li a:hover .icon img {
            opacity: 1; }
      .cartoesSec section.redBar ul div.owl-controls {
        width: 100%; }
        .cartoesSec section.redBar ul div.owl-controls div.owl-pagination {
          width: 100%;
          position: absolute;
          bottom: 0; }
        .cartoesSec section.redBar ul div.owl-controls div.owl-buttons img {
          width: 20px; }
        .cartoesSec section.redBar ul div.owl-controls div.owl-buttons div.owl-prev, .cartoesSec section.redBar ul div.owl-controls div.owl-buttons div.owl-next {
          position: absolute;
          top: 50%;
          margin-top: -26px;
          background: none;
          opacity: 1; }
        .cartoesSec section.redBar ul div.owl-controls div.owl-buttons div.owl-prev {
          left: 10px; }
        .cartoesSec section.redBar ul div.owl-controls div.owl-buttons div.owl-next {
          right: 10px; }
  .cartoesSec section.servicos-online {
    background: #fff;
    padding: 10px 0;
    overflow: hidden; }
    .cartoesSec section.servicos-online .tt {
      background-color: #f2f2f2;
      padding: 37px 0 37px 2%;
      width: 20%;
      float: left; }
      .cartoesSec section.servicos-online .tt h2 {
        font-family: "Bradesco";
        font-size: 24px;
        color: #4f4f4f; }
        .cartoesSec section.servicos-online .tt h2 span {
          display: block; }
    .cartoesSec section.servicos-online ul {
      width: 80%;
      float: left;
      background: #e5e5e5;
      padding: 25px 0;
      text-align: center;
      margin: 0; }
      .cartoesSec section.servicos-online ul li {
        display: inline-table;
        float: left;
        width: 25%; }
        .cartoesSec section.servicos-online ul li a {
          display: block;
          text-decoration: none; }
          .cartoesSec section.servicos-online ul li a span {
            width: 100%;
            height: 55px;
            display: block;
            margin-bottom: 10px; }
          .cartoesSec section.servicos-online ul li a:hover span {
            background-position: center -55px !important; }
          .cartoesSec section.servicos-online ul li a p {
            font-size: 13px;
            font-family: "Bradesco";
            text-decoration: none;
            color: #696969;
            margin: 0; }
        .cartoesSec section.servicos-online ul li:nth-child(1) a span {
          background: url("/assets/classic/img/home/icons/125x55_icon_cursos_online.png") no-repeat top center; }
        .cartoesSec section.servicos-online ul li:nth-child(2) a span {
          background: url("/assets/classic/img/home/icons/125x55_2via_boleto_.png") no-repeat top center; }
        .cartoesSec section.servicos-online ul li:nth-child(3) a span {
          background: url("/assets/classic/img/home/icons/125x55_regularizacao_divida_.png") no-repeat top center; }
        .cartoesSec section.servicos-online ul li:nth-child(4) a span {
          background: url("/assets/classic/img/home/icons/125x55_senha_4_digitos.png") no-repeat top center; }
  .cartoesSec section.destaques {
    width: 100%;
    background: #ffffff;
    display: table;
    z-index: 2;
    padding-bottom: 8px; }
    .cartoesSec section.destaques .left, .cartoesSec section.destaques .right {
      float: left;
      width: 50%; }
    .cartoesSec section.destaques .right ul {
      margin: 0;
      padding: 0; }
      .cartoesSec section.destaques .right ul li {
        display: block; }
    .cartoesSec section.destaques .box-big {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden; }
      .cartoesSec section.destaques .box-big a {
        margin-top: -.9%; }
    .cartoesSec section.destaques .box-mini {
      width: 49%;
      height: 49%;
      float: left;
      margin-bottom: 1%;
      overflow: hidden;
      margin-left: 5px; }
    .cartoesSec section.destaques .box-big a, .cartoesSec section.destaques .box-mini a {
      display: block;
      position: relative;
      overflow: hidden; }
      .cartoesSec section.destaques .box-big a div.imagem, .cartoesSec section.destaques .box-mini a div.imagem {
        width: 100%;
        height: 100%; }
        .cartoesSec section.destaques .box-big a div.imagem img, .cartoesSec section.destaques .box-mini a div.imagem img {
          display: block;
          width: 100%;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
          transition: all 1s ease; }
      .cartoesSec section.destaques .box-big a div.title, .cartoesSec section.destaques .box-mini a div.title {
        width: 100%;
        background: url(/assets/classic/img/home/bg-opacity.png);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        box-sizing: border-box;
        padding: 10px; }
        .cartoesSec section.destaques .box-big a div.title h2, .cartoesSec section.destaques .box-mini a div.title h2 {
          color: #fff;
          font-size: 16px;
          margin-bottom: 3px;
          font-family: 'Bradesco';
          font-weight: normal; }
        .cartoesSec section.destaques .box-big a div.title p, .cartoesSec section.destaques .box-mini a div.title p {
          color: #fff;
          font-size: 14px;
          font-family: "Bradesco"; }
      .cartoesSec section.destaques .box-big a:hover div.imagem img, .cartoesSec section.destaques .box-mini a:hover div.imagem img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08); }
  .cartoesSec section .line_box {
    border-top: 1px solid #d8d8d8;
    width: calc(100% - 110px);
    margin: 0 auto; }
  .cartoesSec section#clientes {
    background: #FFF;
    padding: 0px 100px 0px 100px;
    z-index: 2; }
    .cartoesSec section#clientes h1 {
      color: #3C3C3C;
      display: block;
      text-align: center;
      font-family: "Bradesco";
      font-weight: 500;
      font-size: 22px;
      padding: 45px 0px 5px 0px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .cartoesSec section#clientes h1:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        background: #E5173F;
        margin: 0 auto;
        margin-top: 15px; }
    .cartoesSec section#clientes .slickSlider {
      margin-top: 45px;
      margin-bottom: 25px; }
      .cartoesSec section#clientes .slickSlider .slick-slide a {
        text-decoration: none; }
        .cartoesSec section#clientes .slickSlider .slick-slide a:hover .box_img .filtro {
          background-color: rgba(29, 29, 29, 0.75); }
        .cartoesSec section#clientes .slickSlider .slick-slide a:hover .box_img img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .cartoesSec section#clientes .slickSlider .slick-slide a .box_img {
          position: relative;
          max-width: 89.5%;
          margin: 0 auto;
          overflow: hidden; }
          .cartoesSec section#clientes .slickSlider .slick-slide a .box_img .filtro {
            background-color: rgba(29, 29, 29, 0.45);
            display: block;
            position: absolute;
            max-width: 100%;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .cartoesSec section#clientes .slickSlider .slick-slide a .box_img img {
            margin: 0 auto;
            max-width: 100%;
            width: 100%;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
      .cartoesSec section#clientes .slickSlider .slick-slide .box__white {
        display: block;
        height: 80px;
        background: #EBEBEB;
        position: relative;
        margin: 0 3.2%;
        top: -26px;
        z-index: -1;
        box-sizing: border-box;
        padding: 34px 15px 15px 15px;
        font-family: "Bradesco";
        font-size: 15px;
        font-weight: 500;
        color: #3C3C3C;
        text-align: center; }
        .cartoesSec section#clientes .slickSlider .slick-slide .box__white span {
          display: block;
          width: 50px;
          height: 4px;
          background: #E5173F;
          top: -8px;
          position: relative;
          text-align: center;
          margin: 0 auto; }
        .cartoesSec section#clientes .slickSlider .slick-slide .box__white p.ajust {
          line-height: 38px; }
      .cartoesSec section#clientes .slickSlider .slick-dots {
        bottom: -30px; }
        .cartoesSec section#clientes .slickSlider .slick-dots li {
          width: 10px;
          height: 10px;
          background: #d9d9d9;
          border-radius: 50%; }
          .cartoesSec section#clientes .slickSlider .slick-dots li.slick-active {
            background: #696969; }
          .cartoesSec section#clientes .slickSlider .slick-dots li button:before {
            content: ''; }
      .cartoesSec section#clientes .slickSlider .slick-prev {
        background: url(/assets/classic/svg/seta_slider_-01.svg) no-repeat;
        height: 35px;
        width: 20px;
        display: block;
        z-index: 2;
        left: -56px;
        top: 47%; }
        .cartoesSec section#clientes .slickSlider .slick-prev:before {
          content: ''; }
      .cartoesSec section#clientes .slickSlider .slick-next {
        background: url(/assets/classic/svg/seta_slider_-01.svg) no-repeat;
        height: 35px;
        width: 20px;
        display: block;
        z-index: 2;
        transform: rotate(-180deg);
        right: -56px;
        top: 47%; }
        .cartoesSec section#clientes .slickSlider .slick-next:before {
          content: ''; }
  .cartoesSec section#nossas-opcoes {
    padding: 0px 45px 35px 45px; }
    .cartoesSec section#nossas-opcoes:after {
      content: '';
      display: block;
      height: 261px;
      background: #f36279;
      background: -moz-linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
      background: -webkit-linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
      background: linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36279', endColorstr='#b41a83',GradientType=1 );
      position: absolute;
      top: calc(50% - 65px);
      left: 0px;
      width: 100%; }
    .cartoesSec section#nossas-opcoes > span {
      color: #3C3C3C;
      font-family: "Bradesco";
      font-size: 16px;
      text-align: center;
      display: block;
      margin-top: 13px; }
    .cartoesSec section#nossas-opcoes h1 {
      color: #3C3C3C;
      display: block;
      text-align: center;
      font-family: "Bradesco";
      font-weight: 500;
      font-size: 22px;
      padding: 43px 0px 5px 0px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .cartoesSec section#nossas-opcoes h1:after {
        content: '';
        display: block;
        width: 42px;
        height: 3px;
        background: #E5173F;
        margin: 0 auto;
        margin-top: 15px; }
    .cartoesSec section#nossas-opcoes .box {
      position: relative;
      z-index: 1;
      padding-top: 50px;
      display: table;
      width: calc(100% - 20px);
      margin: 0 auto; }
      .cartoesSec section#nossas-opcoes .box .box__left {
        padding: 0; }
      .cartoesSec section#nossas-opcoes .box .box__right {
        padding: 0; }
      .cartoesSec section#nossas-opcoes .box .box__left .box__content, .cartoesSec section#nossas-opcoes .box .box__right .box__content {
        overflow: hidden; }
        .cartoesSec section#nossas-opcoes .box .box__left .box__content:hover .filtro_thumbs, .cartoesSec section#nossas-opcoes .box .box__right .box__content:hover .filtro_thumbs {
          background: rgba(29, 29, 29, 0.75); }
        .cartoesSec section#nossas-opcoes .box .box__left .box__content:hover img, .cartoesSec section#nossas-opcoes .box .box__right .box__content:hover img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .cartoesSec section#nossas-opcoes .box .box__left .box__content .filtro_thumbs, .cartoesSec section#nossas-opcoes .box .box__right .box__content .filtro_thumbs {
          height: 100%;
          width: 100%;
          background: rgba(29, 29, 29, 0.45);
          position: absolute;
          transition: all ease-in 0.2s;
          z-index: 1; }
        .cartoesSec section#nossas-opcoes .box .box__left .box__content img, .cartoesSec section#nossas-opcoes .box .box__right .box__content img {
          max-width: 100%;
          width: 100%;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .cartoesSec section#nossas-opcoes .box span {
        font-family: "Bradesco";
        font-weight: bold;
        font-style: italic;
        letter-spacing: 1.20px;
        line-height: 23px; }
      .cartoesSec section#nossas-opcoes .box p {
        color: #FFF;
        font-family: "Bradesco";
        top: 40%;
        font-size: 20px;
        width: 100%;
        text-align: center;
        position: absolute;
        margin: 0 auto;
        padding: 0 70px;
        line-height: 23px;
        letter-spacing: 1.20px;
        z-index: 1;
        }
  .cartoesSec section#cartoes-bradesco {
    padding: 25px 98px 0px 98px;
    background-color: #ffffff; }
    .cartoesSec section#cartoes-bradesco h1 {
      color: #3C3C3C;
      text-align: center;
      font-family: "Bradesco";
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500; }
      .cartoesSec section#cartoes-bradesco h1:after {
        content: '';
        display: block;
        width: 42px;
        height: 3px;
        background: #E5173F;
        margin: 0 auto;
        margin-top: 20px; }
    .cartoesSec section#cartoes-bradesco .lines {
      display: flex;
      align-items: center;
      justify-content: center; }
      .cartoesSec section#cartoes-bradesco .lines .line__box {
        padding-top: 35px;
        width: 95px;
        display: block;
        margin: 0 auto;
        margin-right: 35px; }
        .cartoesSec section#cartoes-bradesco .lines .line__box a {
          text-decoration: none;
          position: relative;
          z-index: 2; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-1 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 135.7 136.3' style='enable-background:new 0 0 135.7 136.3;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FBFBFB;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:%23E5173F;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_9_' class='st0' cx='67.9' cy='68.5' r='65'/%3e%3cpath class='st1' d='M71.1,90.4c-0.5,0-1-0.4-1-1v-18c0-0.4-0.3-0.7-0.7-0.7h-4.2c-0.4,0-0.7,0.3-0.7,0.7v18c0,0.5-0.4,1-1,1H47.2 c-0.5,0-1-0.4-1-1V69.8c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v18c0,0.4,0.3,0.7,0.7,0.7h13c0.4,0,0.7-0.3,0.7-0.7v-18c0-0.5,0.4-1,1-1 h7.5c0.5,0,1,0.4,1,1v18c0,0.4,0.3,0.7,0.7,0.7h13c0.4,0,0.7-0.3,0.7-0.7v-18c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v19.6c0,0.5-0.4,1-1,1 H71.1z'/%3e%3cpath class='st1' d='M87.4,54.5c-0.5,0-1-0.4-1-1v-2.9c0-0.4-0.3-0.7-0.7-0.7h-2.9c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h4.6 c0.5,0,1,0.4,1,1v4.6C88.3,54.1,87.9,54.5,87.4,54.5z'/%3e%3cpath class='st1' d='M41,67.4c-0.3,0-0.6-0.1-0.7-0.3c-0.2-0.2-0.2-0.4-0.2-0.7s0.1-0.5,0.3-0.7l26.4-22.6c0.2-0.1,0.4-0.2,0.6-0.2 s0.5,0.1,0.6,0.2l26.3,22.6c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.2,0.7c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.6-0.2L67.9,45.6 c-0.1-0.1-0.3-0.2-0.5-0.2s-0.3,0.1-0.5,0.2L41.6,67.2C41.4,67.4,41.1,67.4,41,67.4z'/%3e%3c/svg%3e ");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-1 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Assistencia_Recidencial_1_'%3e%3ccircle id='_x2B_COM_click_9_' fill='%23E5173F' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='67.9' cy='68.5' r='65'/%3e%3cg id='Camada_41'%3e%3cpath fill='%23FFF' d='M71.1,90.4c-0.5,0-1-0.4-1-1v-18c0-0.4-0.3-0.7-0.7-0.7h-4.2c-0.4,0-0.7,0.3-0.7,0.7v18c0,0.5-0.4,1-1,1 H47.2c-0.5,0-1-0.4-1-1V69.8c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v18c0,0.4,0.3,0.7,0.7,0.7h13c0.4,0,0.7-0.3,0.7-0.7v-18 c0-0.5,0.4-1,1-1h7.5c0.5,0,1,0.4,1,1v18c0,0.4,0.3,0.7,0.7,0.7h13c0.4,0,0.7-0.3,0.7-0.7v-18c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1 v19.6c0,0.5-0.4,1-1,1H71.1z'/%3e%3cpath fill='%23FFF' d='M87.4,54.5c-0.5,0-1-0.4-1-1v-2.9c0-0.4-0.3-0.7-0.7-0.7h-2.9c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h4.6 c0.5,0,1,0.4,1,1v4.6C88.3,54.1,87.9,54.5,87.4,54.5z'/%3e%3cpath fill='%23FFF' d='M41,67.4c-0.3,0-0.6-0.1-0.7-0.3c-0.2-0.2-0.2-0.4-0.2-0.7s0.1-0.5,0.3-0.7l26.4-22.6 c0.2-0.1,0.4-0.2,0.6-0.2s0.5,0.1,0.6,0.2l26.3,22.6c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.2,0.7c-0.2,0.2-0.5,0.3-0.7,0.3 s-0.5-0.1-0.6-0.2L67.9,45.6c-0.1-0.1-0.3-0.2-0.5-0.2s-0.3,0.1-0.5,0.2L41.6,67.2C41.4,67.4,41.1,67.4,41,67.4z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-2 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Wifi'%3e%3ccircle id='_x2B_COM_click_10_' fill='%23FFF' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='67.1' cy='67' r='65'/%3e%3cg id='Camada_44'%3e%3cpath fill='%23E5173F' d='M66.3,69.4c-5.5,0-10.9,2.4-14.6,6.5c-0.5,0.5-0.4,1.4,0.1,1.8c0.2,0.2,0.6,0.3,0.9,0.3 c0.4,0,0.7-0.1,1-0.4C56.9,74,61.5,72,66.3,72c4.8,0,9.4,2.1,12.6,5.6c0.5,0.5,1.3,0.6,1.8,0.1s0.6-1.3,0.1-1.8 C77.1,71.7,71.8,69.4,66.3,69.4z'/%3e%3cpath fill='%23E5173F' d='M79.2,60.4c-4.1-1.9-8.5-2.8-13-2.8s-8.9,0.9-13,2.8c-3.9,1.8-7.4,4.3-10.3,7.6c-0.4,0.5-0.4,1.3,0.1,1.8 c0.2,0.2,0.6,0.3,0.9,0.3c0.4,0,0.7-0.1,1-0.4c5.5-6,13.3-9.5,21.4-9.5s15.9,3.5,21.4,9.5c0.5,0.5,1.3,0.6,1.8,0.1 s0.6-1.3,0.1-1.8C86.7,64.7,83.2,62.2,79.2,60.4z'/%3e%3cpath fill='%23E5173F' d='M84.6,48.7c-5.8-2.6-11.9-3.9-18.3-3.9c-6.4,0-12.5,1.3-18.3,3.9c-5.6,2.5-10.5,6.1-14.6,10.7 c-0.5,0.5-0.4,1.4,0.1,1.8c0.2,0.2,0.6,0.3,0.9,0.3c0.4,0,0.7-0.1,1-0.4c7.9-8.8,19.2-13.8,31-13.8s23.1,5,31,13.8 c0.5,0.5,1.3,0.6,1.8,0.1s0.6-1.3,0.1-1.8C95.1,54.8,90.1,51.2,84.6,48.7z'/%3e%3cpath fill='%23E5173F' d='M66.3,79.1c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6s6.6-3,6.6-6.6C72.9,82,69.9,79.1,66.3,79.1z M66.3,89.7 c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S68.5,89.7,66.3,89.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-2 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Wifi'%3e%3ccircle id='_x2B_COM_click_10_' fill='%23E5173F' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='67.1' cy='67' r='65'/%3e%3cg id='Camada_44'%3e%3cpath fill='%23FFFFFF' d='M66.3,69.4c-5.5,0-10.9,2.4-14.6,6.5c-0.5,0.5-0.4,1.4,0.1,1.8c0.2,0.2,0.6,0.3,0.9,0.3 c0.4,0,0.7-0.1,1-0.4C56.9,74,61.5,72,66.3,72c4.8,0,9.4,2.1,12.6,5.6c0.5,0.5,1.3,0.6,1.8,0.1s0.6-1.3,0.1-1.8 C77.1,71.7,71.8,69.4,66.3,69.4z'/%3e%3cpath fill='%23FFFFFF' d='M79.2,60.4c-4.1-1.9-8.5-2.8-13-2.8s-8.9,0.9-13,2.8c-3.9,1.8-7.4,4.3-10.3,7.6c-0.4,0.5-0.4,1.3,0.1,1.8 c0.2,0.2,0.6,0.3,0.9,0.3c0.4,0,0.7-0.1,1-0.4c5.5-6,13.3-9.5,21.4-9.5s15.9,3.5,21.4,9.5c0.5,0.5,1.3,0.6,1.8,0.1 s0.6-1.3,0.1-1.8C86.7,64.7,83.2,62.2,79.2,60.4z'/%3e%3cpath fill='%23FFFFFF' d='M84.6,48.7c-5.8-2.6-11.9-3.9-18.3-3.9c-6.4,0-12.5,1.3-18.3,3.9c-5.6,2.5-10.5,6.1-14.6,10.7 c-0.5,0.5-0.4,1.4,0.1,1.8c0.2,0.2,0.6,0.3,0.9,0.3c0.4,0,0.7-0.1,1-0.4c7.9-8.8,19.2-13.8,31-13.8s23.1,5,31,13.8 c0.5,0.5,1.3,0.6,1.8,0.1s0.6-1.3,0.1-1.8C95.1,54.8,90.1,51.2,84.6,48.7z'/%3e%3cpath fill='%23FFFFFF' d='M66.3,79.1c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6s6.6-3,6.6-6.6C72.9,82,69.9,79.1,66.3,79.1z M66.3,89.7 c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S68.5,89.7,66.3,89.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-3 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Sala_x5F_Vip_x5F_'%3e%3ccircle id='_x2B_COM_click_11_' display='inline' fill='%23FBFBFB' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='69.1' cy='67' r='65'/%3e%3cg id='Camada_48' display='inline'%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M43.8,63.4L50,81.8l6.2-18.5c0.3-1,0.6-1.6,0.7-2c0.2-0.4,0.4-0.7,0.8-1s0.9-0.5,1.5-0.5c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.2,0.7,0.6,1,0.9c0.2,0.4,0.3,0.8,0.3,1.2c0,0.3,0,0.6-0.1,0.9s-0.2,0.6-0.3,0.9c-0.1,0.3-0.2,0.6-0.3,0.9l-6.6,17.9 c-0.2,0.7-0.5,1.3-0.7,2c-0.2,0.6-0.5,1.2-0.8,1.6c-0.3,0.5-0.7,0.9-1.2,1.2c-0.5,0.3-1.2,0.4-1.9,0.4c-0.7,0-1.4-0.1-1.9-0.4 s-0.9-0.7-1.3-1.2c-0.3-0.5-0.6-1-0.8-1.6c-0.2-0.6-0.5-1.3-0.7-1.9l-6.5-17.8c-0.1-0.3-0.2-0.6-0.3-1c-0.1-0.3-0.2-0.6-0.3-1 S38,62.5,38,62.3c0-0.6,0.3-1.2,0.8-1.7s1.2-0.8,1.9-0.8c0.9,0,1.6,0.3,2,0.9C43,61.2,43.4,62.1,43.8,63.4z'/%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M66.3,84.7V63.1c0-1.1,0.3-2,0.8-2.5c0.5-0.6,1.2-0.8,2-0.8s1.5,0.3,2,0.8c0.5,0.6,0.8,1.4,0.8,2.5v21.6c0,1.1-0.3,2-0.8,2.5 c-0.5,0.6-1.2,0.8-2,0.8s-1.5-0.3-2-0.9C66.6,86.7,66.3,85.8,66.3,84.7z'/%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M88.7,76.9h-5.1v7.8c0,1.1-0.3,2-0.8,2.5c-0.5,0.6-1.2,0.9-2,0.9s-1.5-0.3-2-0.9S78,85.8,78,84.7V63.6c0-1.2,0.3-2.1,0.8-2.6 c0.6-0.5,1.5-0.8,2.7-0.8h7.1c2.1,0,3.7,0.2,4.9,0.5c1.1,0.3,2.1,0.8,2.9,1.6c0.8,0.7,1.4,1.6,1.9,2.7c0.4,1,0.6,2.2,0.6,3.5 c0,2.8-0.9,4.9-2.6,6.4C94.7,76.2,92.1,76.9,88.7,76.9z M87.4,64.4h-3.7v8.4h3.7c1.3,0,2.4-0.1,3.3-0.4s1.6-0.7,2-1.3 c0.5-0.6,0.7-1.4,0.7-2.5c0-1.2-0.4-2.2-1.1-3C91.5,64.8,89.9,64.4,87.4,64.4z'/%3e%3cpolygon fill='none' stroke='%23E5173F' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='55.4,43.9 56.8,48 61.1,48 57.6,50.5 58.9,54.7 55.4,52.1 51.9,54.7 53.2,50.5 49.7,48 54.1,48 '/%3e%3cpolygon fill='none' stroke='%23E5173F' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='69.1,43.9 70.5,48 74.8,48 71.3,50.5 72.6,54.7 69.1,52.1 65.6,54.7 67,50.5 63.5,48 67.8,48 '/%3e%3cpolygon fill='none' stroke='%23E5173F' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='82.9,43.9 84.2,48 88.5,48 85,50.5 86.4,54.7 82.9,52.1 79.4,54.7 80.7,50.5 77.2,48 81.5,48 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-3 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Sala_x5F_Vip_x5F_'%3e%3ccircle id='_x2B_COM_click_11_' display='inline' fill='%23E5173F' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='69.1' cy='67' r='65'/%3e%3cg id='Camada_48' display='inline'%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M43.8,63.4L50,81.8l6.2-18.5c0.3-1,0.6-1.6,0.7-2c0.2-0.4,0.4-0.7,0.8-1s0.9-0.5,1.5-0.5c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.2,0.7,0.6,1,0.9c0.2,0.4,0.3,0.8,0.3,1.2c0,0.3,0,0.6-0.1,0.9s-0.2,0.6-0.3,0.9c-0.1,0.3-0.2,0.6-0.3,0.9l-6.6,17.9 c-0.2,0.7-0.5,1.3-0.7,2c-0.2,0.6-0.5,1.2-0.8,1.6c-0.3,0.5-0.7,0.9-1.2,1.2c-0.5,0.3-1.2,0.4-1.9,0.4c-0.7,0-1.4-0.1-1.9-0.4 s-0.9-0.7-1.3-1.2c-0.3-0.5-0.6-1-0.8-1.6c-0.2-0.6-0.5-1.3-0.7-1.9l-6.5-17.8c-0.1-0.3-0.2-0.6-0.3-1c-0.1-0.3-0.2-0.6-0.3-1 S38,62.5,38,62.3c0-0.6,0.3-1.2,0.8-1.7s1.2-0.8,1.9-0.8c0.9,0,1.6,0.3,2,0.9C43,61.2,43.4,62.1,43.8,63.4z'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M66.3,84.7V63.1c0-1.1,0.3-2,0.8-2.5c0.5-0.6,1.2-0.8,2-0.8s1.5,0.3,2,0.8c0.5,0.6,0.8,1.4,0.8,2.5v21.6c0,1.1-0.3,2-0.8,2.5 c-0.5,0.6-1.2,0.8-2,0.8s-1.5-0.3-2-0.9C66.6,86.7,66.3,85.8,66.3,84.7z'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M88.7,76.9h-5.1v7.8c0,1.1-0.3,2-0.8,2.5c-0.5,0.6-1.2,0.9-2,0.9s-1.5-0.3-2-0.9S78,85.8,78,84.7V63.6c0-1.2,0.3-2.1,0.8-2.6 c0.6-0.5,1.5-0.8,2.7-0.8h7.1c2.1,0,3.7,0.2,4.9,0.5c1.1,0.3,2.1,0.8,2.9,1.6c0.8,0.7,1.4,1.6,1.9,2.7c0.4,1,0.6,2.2,0.6,3.5 c0,2.8-0.9,4.9-2.6,6.4C94.7,76.2,92.1,76.9,88.7,76.9z M87.4,64.4h-3.7v8.4h3.7c1.3,0,2.4-0.1,3.3-0.4s1.6-0.7,2-1.3 c0.5-0.6,0.7-1.4,0.7-2.5c0-1.2-0.4-2.2-1.1-3C91.5,64.8,89.9,64.4,87.4,64.4z'/%3e%3cpolygon fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='55.4,43.9 56.8,48 61.1,48 57.6,50.5 58.9,54.7 55.4,52.1 51.9,54.7 53.2,50.5 49.7,48 54.1,48 '/%3e%3cpolygon fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='69.1,43.9 70.5,48 74.8,48 71.3,50.5 72.6,54.7 69.1,52.1 65.6,54.7 67,50.5 63.5,48 67.8,48 '/%3e%3cpolygon fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='82.9,43.9 84.2,48 88.5,48 85,50.5 86.4,54.7 82.9,52.1 79.4,54.7 80.7,50.5 77.2,48 81.5,48 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-4 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Express_x5F_fun'%3e%3ccircle id='_x2B_COM_click_7_' fill='%23FFF' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='66.8' cy='67.8' r='65'/%3e%3cg id='Camada_30'%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-miterlimit='22.9256' d='M62.6,94.2H54c-6.4,0-11.7-5.3-11.7-11.7 V51.7c0-1.3,1-2.3,2.3-2.3h27.3c1.3,0,2.3,1,2.3,2.3v30.7C74.2,88.8,68.9,94.2,62.6,94.2z'/%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-miterlimit='22.9256' d='M78.6,87.1H70c-6.4,0-11.7-5.3-11.7-11.7 V44.5c0-1.3,1-2.3,2.3-2.3h27.3c1.3,0,2.3,1,2.3,2.3v30.7C90.2,81.8,84.9,87.1,78.6,87.1z'/%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-miterlimit='22.9256' d='M83.8,68.1c0,5.2-4.3,9.5-9.5,9.5l0,0 c-5.2,0-9.5-4.3-9.5-9.5'/%3e%3cpath fill='none' stroke='%23E5173F' stroke-width='2' stroke-miterlimit='22.9256' d='M48.8,84.7c0-5.2,4.3-9.5,9.5-9.5l0,0 c5.2,0,9.5,4.3,9.5,9.5'/%3e%3ccircle fill='%23E5173F' stroke='%23E5173F' stroke-miterlimit='10' cx='51.7' cy='59.6' r='2.4'/%3e%3ccircle fill='%23E5173F' stroke='%23E5173F' stroke-miterlimit='10' cx='65.9' cy='59.6' r='2.4'/%3e%3ccircle fill='%23E5173F' stroke='%23E5173F' stroke-miterlimit='10' cx='80.2' cy='58.8' r='2.4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-4 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90px' height='90px' viewBox='0 0 135.7 136.3' enable-background='new 0 0 135.7 136.3' xml:space='preserve'%3e%3cg id='_x3E_Express_x5F_fun'%3e%3ccircle id='_x2B_COM_click_7_' fill='%23E5173F' stroke='%23E5173F' stroke-width='3' stroke-miterlimit='10' cx='66.8' cy='67.8' r='65'/%3e%3cg id='Camada_30'%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-miterlimit='22.9256' d='M62.6,94.2H54c-6.4,0-11.7-5.3-11.7-11.7 V51.7c0-1.3,1-2.3,2.3-2.3h27.3c1.3,0,2.3,1,2.3,2.3v30.7C74.2,88.8,68.9,94.2,62.6,94.2z'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-miterlimit='22.9256' d='M78.6,87.1H70c-6.4,0-11.7-5.3-11.7-11.7 V44.5c0-1.3,1-2.3,2.3-2.3h27.3c1.3,0,2.3,1,2.3,2.3v30.7C90.2,81.8,84.9,87.1,78.6,87.1z'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-miterlimit='22.9256' d='M83.8,68.1c0,5.2-4.3,9.5-9.5,9.5l0,0 c-5.2,0-9.5-4.3-9.5-9.5'/%3e%3cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-miterlimit='22.9256' d='M48.8,84.7c0-5.2,4.3-9.5,9.5-9.5l0,0 c5.2,0,9.5,4.3,9.5,9.5'/%3e%3ccircle fill='%23E5173F' stroke='%23FFF' stroke-miterlimit='10' cx='51.7' cy='59.6' r='2.4'/%3e%3ccircle fill='%23E5173F' stroke='%23FFF' stroke-miterlimit='10' cx='65.9' cy='59.6' r='2.4'/%3e%3ccircle fill='%23E5173F' stroke='%23FFF' stroke-miterlimit='10' cx='80.2' cy='58.8' r='2.4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-5 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 134 134' style='enable-background:new 0 0 134 134;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FBFBFB;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;%7d .st2%7bfill:none;%7d .st3%7bfill:%23E5173F;%7d .st4%7bfont-family:'MyanmarSangamMN';%7d .st5%7bfont-size:38.09px;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_12_' class='st0' cx='67.1' cy='67' r='65'/%3e%3cpath class='st1' d='M66.7,32.5c-2.6,3.9-20.2,12-27.1,12c0,13.1,0,17.3,0,28.6c0,13.4,25.6,28.1,27.1,28.5 c1.5-0.4,27.1-16.1,27.1-27c0-11.3,0-16.9,0-30.1C86.3,44.5,69.4,36.4,66.7,32.5z'/%3e%3crect x='56.2' y='51.5' class='st2' width='43.3' height='46.7'/%3e%3ctext transform='matrix(1 0 0 1 56.1729 78.0557)' class='st3 st4 st5'%3e$%3c/text%3e%3cg id='Linhas_x5F_Guias'%3e%3c/g%3e%3c/svg%3e ");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-5 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 134 134' style='enable-background:new 0 0 134 134;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23E5173F;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;%7d .st2%7bfill:none;%7d .st3%7bfill:%23FFFFFF;%7d .st4%7bfont-family:'MyanmarSangamMN';%7d .st5%7bfont-size:38.09px;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_12_' class='st0' cx='67.1' cy='67' r='65'/%3e%3cpath class='st1' d='M66.7,32.5c-2.6,3.9-20.2,12-27.1,12c0,13.1,0,17.3,0,28.6c0,13.4,25.6,28.1,27.1,28.5 c1.5-0.4,27.1-16.1,27.1-27c0-11.3,0-16.9,0-30.1C86.3,44.5,69.4,36.4,66.7,32.5z'/%3e%3crect x='56.2' y='51.5' class='st2' width='43.3' height='46.7'/%3e%3ctext transform='matrix(1 0 0 1 56.1729 78.0557)' class='st3 st4 st5'%3e$%3c/text%3e%3cg id='Linhas_x5F_Guias'%3e%3c/g%3e%3c/svg%3e "); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-6 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 133.8 133.8' style='enable-background:new 0 0 133.8 133.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FBFBFB;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-miterlimit:22.9256;%7d .st2%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:22.9256;%7d .st3%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-linecap:round;stroke-miterlimit:22.9256;%7d .st4%7bfill:%23E5173F;%7d .st5%7bfont-family:'MyanmarSangamMN';%7d .st6%7bfont-size:18px;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_13_' class='st0' cx='66.8' cy='67' r='65'/%3e%3cpath class='st1' d='M60.6,95.4h-9.2c-3.1,0-5.6-2.4-5.6-5.3V39.8c0-2.9,2.5-5.3,5.6-5.3h22.9l16.1,15.4v40.2c0,2.9-2.5,5.3-5.6,5.3 H58.2'/%3e%3cpath class='st2' d='M75.1,34.5v11.1c0,2.3,1.9,4.2,4.2,4.2h11.1L75.1,34.5z'/%3e%3cpath class='st3' d='M61.3,79.9l-5.1-5.1c-0.8-0.8-1.3-1.9-1.3-3.1v-7.3c0-1.2,0.5-2.3,1.3-3.1l5.1-5.1c0.8-0.8,1.9-1.3,3.1-1.3h7.3 c1.2,0,2.3,0.5,3.1,1.3l5.1,5.1c0.8,0.8,1.3,1.9,1.3,3.1v7.3c0,1.2-0.5,2.3-1.3,3.1l-5.1,5.1c-0.8,0.8-1.9,1.3-3.1,1.3h-7.3 C63.3,81.2,62.2,80.8,61.3,79.9z'/%3e%3ctext transform='matrix(1 0 0 1 62.9224 74.0728)' class='st4 st5 st6'%3e$%3c/text%3e%3c/svg%3e ");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-6 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 133.8 133.8' style='enable-background:new 0 0 133.8 133.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23E5173F;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23FFF;stroke-width:2;stroke-miterlimit:22.9256;%7d .st2%7bfill:none;stroke:%23FFF;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:22.9256;%7d .st3%7bfill:none;stroke:%23FFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:22.9256;%7d .st4%7bfill:%23FFF;%7d .st5%7bfont-family:'MyanmarSangamMN';%7d .st6%7bfont-size:18px;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_13_' class='st0' cx='66.8' cy='67' r='65'/%3e%3cpath class='st1' d='M60.6,95.4h-9.2c-3.1,0-5.6-2.4-5.6-5.3V39.8c0-2.9,2.5-5.3,5.6-5.3h22.9l16.1,15.4v40.2c0,2.9-2.5,5.3-5.6,5.3 H58.2'/%3e%3cpath class='st2' d='M75.1,34.5v11.1c0,2.3,1.9,4.2,4.2,4.2h11.1L75.1,34.5z'/%3e%3cpath class='st3' d='M61.3,79.9l-5.1-5.1c-0.8-0.8-1.3-1.9-1.3-3.1v-7.3c0-1.2,0.5-2.3,1.3-3.1l5.1-5.1c0.8-0.8,1.9-1.3,3.1-1.3h7.3 c1.2,0,2.3,0.5,3.1,1.3l5.1,5.1c0.8,0.8,1.3,1.9,1.3,3.1v7.3c0,1.2-0.5,2.3-1.3,3.1l-5.1,5.1c-0.8,0.8-1.9,1.3-3.1,1.3h-7.3 C63.3,81.2,62.2,80.8,61.3,79.9z'/%3e%3ctext transform='matrix(1 0 0 1 62.9224 74.0728)' class='st4 st5 st6'%3e$%3c/text%3e%3c/svg%3e "); }
          .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten-7 {
            width: 90px;
            height: 90px;
            display: block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 134 133.6' style='enable-background:new 0 0 134 133.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FBFBFB;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-miterlimit:22.9256;%7d .st2%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:22.9256;%7d .st3%7bfill:none;stroke:%23E5173F;stroke-width:2;stroke-linecap:round;stroke-miterlimit:22.9256;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_2_' class='st0' cx='67.1' cy='66.8' r='65'/%3e%3cpath class='st1' d='M60.8,95.2h-9.2c-3.1,0-5.6-2.4-5.6-5.3V39.5c0-2.9,2.5-5.3,5.6-5.3h22.9l16.1,15.4v40.2c0,2.9-2.5,5.3-5.6,5.3 h-9.2'/%3e%3cpath class='st2' d='M75.3,34.2v11.1c0,2.3,1.9,4.2,4.2,4.2h11.1L75.3,34.2z'/%3e%3cpolygon class='st3' points='68.4,95.8 75.4,100.2 75.4,80.9 61.4,80.9 61.4,100.2 '/%3e%3ccircle class='st3' cx='68.4' cy='67.8' r='7.5'/%3e%3cpath class='st3' d='M61.6,79.7l-5.1-5.1c-0.8-0.8-1.3-1.9-1.3-3.1v-7.3c0-1.2,0.5-2.3,1.3-3.1l5.1-5.1c0.8-0.8,1.9-1.3,3.1-1.3H72 c1.2,0,2.3,0.5,3.1,1.3l5.1,5.1c0.8,0.8,1.3,1.9,1.3,3.1v7.3c0,1.2-0.5,2.3-1.3,3.1l-5.1,5.1C74.3,80.5,73.2,81,72,81h-7.3 C63.6,80.9,62.4,80.6,61.6,79.7z'/%3e%3cg id='Linhas_x5F_Guias'%3e%3c/g%3e%3c/svg%3e ");
            background-position: center;
            transition: all linear 0.1s; }
          .cartoesSec section#cartoes-bradesco .lines .line__box a:hover .icon-iten-7 {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 134 133.6' style='enable-background:new 0 0 134 133.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23E5173F;stroke:%23E5173F;stroke-width:3;stroke-miterlimit:10;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:22.9256;%7d .st2%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:22.9256;%7d .st3%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:22.9256;%7d %3c/style%3e%3ccircle id='_x2B_COM_click_2_' class='st0' cx='67.1' cy='66.8' r='65'/%3e%3cpath class='st1' d='M60.8,95.2h-9.2c-3.1,0-5.6-2.4-5.6-5.3V39.5c0-2.9,2.5-5.3,5.6-5.3h22.9l16.1,15.4v40.2c0,2.9-2.5,5.3-5.6,5.3 h-9.2'/%3e%3cpath class='st2' d='M75.3,34.2v11.1c0,2.3,1.9,4.2,4.2,4.2h11.1L75.3,34.2z'/%3e%3cpolygon class='st3' points='68.4,95.8 75.4,100.2 75.4,80.9 61.4,80.9 61.4,100.2 '/%3e%3ccircle class='st3' cx='68.4' cy='67.8' r='7.5'/%3e%3cpath class='st3' d='M61.6,79.7l-5.1-5.1c-0.8-0.8-1.3-1.9-1.3-3.1v-7.3c0-1.2,0.5-2.3,1.3-3.1l5.1-5.1c0.8-0.8,1.9-1.3,3.1-1.3H72 c1.2,0,2.3,0.5,3.1,1.3l5.1,5.1c0.8,0.8,1.3,1.9,1.3,3.1v7.3c0,1.2-0.5,2.3-1.3,3.1l-5.1,5.1C74.3,80.5,73.2,81,72,81h-7.3 C63.6,80.9,62.4,80.6,61.6,79.7z'/%3e%3cg id='Linhas_x5F_Guias'%3e%3c/g%3e%3c/svg%3e "); }
        .cartoesSec section#cartoes-bradesco .lines .line__box img {
          width: 90px; }
        .cartoesSec section#cartoes-bradesco .lines .line__box:last-child:after {
          display: none; }
        .cartoesSec section#cartoes-bradesco .lines .line__box:after {
          display: block;
          content: '';
          width: 35px;
          height: 2px;
          background: #cdcdcd;
          position: relative;
          left: 90px;
          top: -125px; }
        .cartoesSec section#cartoes-bradesco .lines .line__box:last-child {
          margin-right: 0; }
        .cartoesSec section#cartoes-bradesco .lines .line__box p {
          font-family: "Bradesco";
          font-weight: bold;
          color: #3C3C3C;
          font-size: 12px;
          text-align: center;
          margin-top: 10px;
          margin-bottom: 20px;
          height: 49px;
          text-transform: uppercase;
          display: block;
          letter-spacing: 0.45px; }
    .cartoesSec section#cartoes-bradesco .app-bradesco {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 20px 0px;
      background-color: #ffffff; }
      .cartoesSec section#cartoes-bradesco .app-bradesco span {
        display: inline-block;
        padding-left: 20px;
        color: #3C3C3C;
        margin-top: 10px;
        font-family: "Bradesco";
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold; }
      .cartoesSec section#cartoes-bradesco .app-bradesco .btn {
        display: inline-block;
        background: url(/assets/classic/img/cartoes/btn_app_bradesco.png) -21px center no-repeat;
        border-radius: 0px;
        color: #FFF;
        font-family: "Bradesco";
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 23px 15px 30px !important;
        position: relative;
        left: 16em; }
  .cartoesSec section#vantagens {
    padding-bottom: 40px;
    margin-bottom: 59px;
    position: relative;
    background-color: #ffffff; }
    .cartoesSec section#vantagens > span {
      color: #3C3C3C;
      font-family: "Bradesco";
      font-size: 16px;
      text-align: center;
      display: block;
      padding-top: 13px;
      position: relative; }
    .cartoesSec section#vantagens h1 {
      color: #3C3C3C;
      display: block;
      text-align: center;
      font-family: "Bradesco";
      font-weight: 500;
      font-size: 22px;
      padding: 50px 0px 5px 0px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .cartoesSec section#vantagens h1:after {
        content: '';
        display: block;
        width: 42px;
        height: 3px;
        background: #E5173F;
        margin: 0 auto;
        margin-top: 15px; }
    .cartoesSec section#vantagens .all_box-cap {
      max-width: 1920px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      margin: 0 auto;
      padding-top: 35px; }
      .cartoesSec section#vantagens .all_box-cap .sub_box {
        width: 260px;
        margin: 10px;
        position: relative; }
        .cartoesSec section#vantagens .all_box-cap .sub_box:hover .filtro_thumbs {
          background: rgba(29, 29, 29, 0.75); }
        .cartoesSec section#vantagens .all_box-cap .sub_box:hover .box_cap img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .cartoesSec section#vantagens .all_box-cap .sub_box:hover .box_cap .box_text {
          opacity: 1; }
        .cartoesSec section#vantagens .all_box-cap .sub_box:hover .box_cap .box_text-hover {
          opacity: 0;
          transform: translateY(0); }
          .cartoesSec section#vantagens .all_box-cap .sub_box:hover .box_cap .box_text-hover:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 0;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid white;
            left: 80px;
            position: absolute;
            top: 4px; }
          .cartoesSec section#vantagens .all_box-cap .sub_box:hover .box_cap .box_text-hover:before {
            content: '';
            width: 34px;
            height: 2px;
            background: #FFF;
            position: absolute;
            top: 8px;
            left: 40px; }
        .cartoesSec section#vantagens .all_box-cap .sub_box .filtro_thumbs {
          height: 100%;
          width: 100%;
          background: rgba(29, 29, 29, 0.45);
          position: absolute;
          transition: all ease-in 0.2s;
          z-index: 2; }
        .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap {
          overflow: hidden; }
          .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap img {
            display: block;
            margin: 0 auto;
            width: 100%;
            max-width: 100%;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text {
            position: absolute;
            text-align: center;
            display: block;
            margin: 0 auto;
            width: 100%;
            top: 42%;
            z-index: 3; }
            .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text p {
              text-transform: uppercase;
              color: #FFF;
              font-family: "Bradesco";
              font-size: 21px;
              letter-spacing: 1.8px;
              padding-bottom: 10px;
              font-weight: 500; }
            .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text span {
              color: #FFF;
              font-size: 12px;
              font-family: "Bradesco";
              font-weight: 400; }
              .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text span:after {
                content: '';
                display: block;
                height: 4px;
                width: 50px;
                position: relative;
                margin: 0 auto;
                background: #E5173F;
                margin-top: 15px; }
          .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text-hover {
            opacity: 0;
            display: block;
            position: absolute;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            top: 50%;
            transform: translateY(-116px);
            transition: all ease-in 0.1s; }
            .cartoesSec section#vantagens .all_box-cap .sub_box .box_cap .box_text-hover span {
              text-transform: uppercase;
              color: #FFF;
              font-family: 'Bradesco';
              font-size: 12px;
              font-weight: 700;
              letter-spacing: 1.5px;
              border: 2px solid #FFF;
              padding: 10px 10px 10px 36px; }
.cartoesSec ::-webkit-input-placeholder {
  color: white; }
.cartoesSec :-moz-placeholder {
  /* Firefox 18- */
  color: white; }
.cartoesSec ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }
.cartoesSec :-ms-input-placeholder {
  color: white; }

/********************** CLasses da Cartões Classic- Fim  **********************/







/********************** Footer- Fim  ********************************************/
@media only screen and (min-width: 769px) {
  .slick_item {
    display: none !important; }

  .control_iten {
    display: none; } }
@media only screen and (min-width: 1990px) {
  .home #box__destaques .box__destaques-bg .container {
    width: 1315px !important; } }
@media only screen and (min-width: 1025px) {
  #carousel-banner div ol.flex-control-nav {
    display: none; }

  .home .sliderExclusive {
    display: none; }

  .desktop_hidden {
    display: none; } }
@media only screen and (min-width: 1440px) {
  section.carousel-home {
    margin-bottom: 50px; }

  .home #banner__middle .sliderMiddle .slick-list .slick-slide.banner_img_backgroud_01, .home #banner__middle .sliderMiddle .slick-list .slick-slide.banner_img_backgroud_02 {
    height: 358px;
    background-size: cover;
    padding: 5vw 0 0 46vw; }
  .home #banner__middle .sliderMiddle .slick-list .slick-slide a {
    text-decoration: none;
    max-width: 660px; }
    .home #banner__middle .sliderMiddle .slick-list .slick-slide a .text_right {
      position: relative !important;
      right: 0;
      top: 0;
      width: 100%; }
  .home #banner__middle .sliderMiddle .slick-list .slick-slide img {
    height: 477px; }

  .capitalizacao section.mainContent {
    width: calc(100% - 240px) !important;
    margin-top: 0em;
    margin-left: 16em; }

  .cartoesSec section.mainContent {
    width: calc(100% - 420px) !important;
    margin-left: 250px !important;
    margin-right: 60px;
  }
  .cartoesSec section#cartoes-bradesco .lines .line__box > img {
    position: relative;
    z-index: 2; }
  .cartoesSec section#cartoes-bradesco .lines .line__box:after {
    width: 100px; }

  .consorciosSec section.mainContent {
    width: calc(100% - 240px) !important;
    margin-top: 4em;
    margin-left: 16em; }

  footer .box__red .logo__footer {
    padding-top: 0; } }
@media only screen and (min-width: 1500px) {
  .home .grey__bar .grey__bar-box {
    width: 85%; }
  .home #box_app .container {
    width: calc(100% - 250px); }
  .home #box_app .img__app {
    max-width: unset; }
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 240px); } }
@media only screen and (min-width: 1600px) {
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 270px); } }
@media only screen and (min-width: 1700px) {
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 370px); }
   }
@media only screen and (min-width: 1800px) {
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 470px); } }
@media only screen and (min-width: 1880px) {
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 550px); }

  .capitalizacao section.mainContent {
    width: calc(100% - 240px) !important;
    margin-left: 250px !important;
    margin-top: 10em !important; }

  .consorciosSec section.mainContent {
    width: calc(100% - 240px) !important;
    margin-left: 250px !important;
    margin-top: 14em !important; }

  .cartoesSec section.mainContent {
    width: calc(100% - 420px) !important;
    margin-left: 250px !important;
    margin-right: 60px;
  } 
}
@media only screen and (min-width: 1920px) {
  .home #box_app .container {
    width: calc(100% - 450px); }
  .home #box__destaques .box__destaques-bg .container {
    width: calc(100% - 590px); } }
@media only screen and (max-width: 1440px) {
  .consorciosSec section .slickSlider .slick-slide .box__white::after {
    left: 36%; } }
@media only screen and (max-width: 1300px) {
  .home section.carousel-home {
    height: auto; }
  .home .grey__bar {
    margin-bottom: 60px; }
    .home .grey__bar .grey__bar-box {
      top: -45px; }

  #banner__middle .sliderMiddle {
    height: auto !important;
    padding-bottom: 15px; } }
@media only screen and (max-width: 1199px) {
  .home ul.navSeg {
    right: 20%; }
    .home ul.navSeg li {
      margin-right: 25px; }

  .capitalizacao ul.navSeg {
    right: 20%; }
    .capitalizacao ul.navSeg li {
      margin-right: 25px; }

  footer .list__links {
    margin: 20px 15px; }
  footer .list__fones {
    margin: 20px 15px; }
  footer .box__red {
    padding: 20px 15px; }
  footer .box__blue {
    padding: 20px 15px; } }
@media only screen and (min-width: 1024px) and (max-width: 1246px) {
  .cartoesSec ul.navSeg {
    top: 0;
  }
  div.busca {
    margin-top: 9px;
  }
  .menu__lateral {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .menu__lateral .logo {
    bottom: 28px;
    left: 20px;
  }
  .cartoesSec section.mainContent {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 1024px) {
  #carousel-banner {
    margin-top: 40px !important; }
    #carousel-banner #slider .flex-viewport ul.slides li .text__banner {
      top: 100px; }
    #carousel-banner #slider .flex-viewport ul.slides li .mobile_banner {
      display: block;
      max-height: 960px;
      height: 569px; }
    #carousel-banner div#carousel {
      display: none; }
    #carousel-banner div ol.flex-control-nav {
      z-index: 9;
      bottom: 40px;
      display: block; }
    #carousel-banner div ol.flex-control-paging li {
      margin: 0 15px; }
      #carousel-banner div ol.flex-control-paging li a {
        width: 15px;
        height: 15px;
        box-shadow: none;
        background: #878787; }
        #carousel-banner div ol.flex-control-paging li a.flex-active {
          background: #FFF; }

  div.comboSegmentos {
    top: -71vh;
    position: absolute;
    display: none;
    z-index: 361;
    width: -webkit-fill-available;
	}

  #wrapper {
    width: 100% !important;
    padding: 0 !important; }

  a.control_status {
    display: block;
    height: 60px;
    width: 60px;
    right: 9px;
    position: absolute;
    top: 6px; }

  .control {
    height: 60px;
    width: 60px;
    position: fixed;
    top: 14px;
    right: 25px;
    transition: all .5s ease-in; }

  .control__nav {
    position: absolute;
    left: 7px;
    top: 36px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer; }

  .control__nav span {
    width: 2em;
    top: 0px;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: -13px;
    height: 3px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }

  .control__nav span:nth-child(1) {
    top: 1.3em; }

  .control__nav span:nth-child(2) {
    top: 2em;
    opacity: 1; }

  .control__nav span:nth-child(3) {
    top: 2.6em; }

  input#control__nav {
    display: block; }

  input#control__nav:checked ~ .control span {
    background-color: #fff; }

  input#control__nav:checked ~ .control span:nth-child(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 2em; }

  input#control__nav:checked ~ .control span:nth-child(2) {
    opacity: 0; }

  input#control__nav:checked ~ .control span:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 2em; }

  input#control__nav {
    visibility: hidden;
    position: absolute;
    right: -9999px;
    opacity: 0; }

  nav#mainMenu {
    display: none; }

  header.mainHeader {
    display: none; }

  div.busca {
    display: none; }

  .home .grey__bar {
    margin-bottom: -57px; }
    .home .grey__bar .grey__bar-box {
      background-color: #FFF;
      top: 0px;
      width: 100%;
      padding: 55px 0px;
      text-align: center;
      height: auto; }
      .home .grey__bar .grey__bar-box:after {
        width: 4px;
        height: 50px;
        bottom: 190px; }
      .home .grey__bar .grey__bar-box span {
        margin-top: 0 !important; }
      .home .grey__bar .grey__bar-box p {
        padding-top: 0px; }
  .home #box__home .slick-dots {
    display: none !important; }
  .home #banner__middle .sliderMiddle .slick-dots {
    height: 0px;
    bottom: -35px; }
    .home #banner__middle .sliderMiddle .slick-dots li {
      margin: 0 7.5px; }
      .home #banner__middle .sliderMiddle .slick-dots li button {
        height: 15px !important;
        width: 15px !important;
        background: #d9d9d9;
        border-radius: 50%; }
        .home #banner__middle .sliderMiddle .slick-dots li button:before {
          opacity: 0; }
      .home #banner__middle .sliderMiddle .slick-dots li.slick-active button {
        background: #696969; }
        .home #banner__middle .sliderMiddle .slick-dots li.slick-active button:before {
          opacity: 0; }
  .home #box__home-products .__slick-position {
    position: relative; }
  .home #box__home-products .slick_mobile .slick-slide {
    padding-top: 60px;
    opacity: 0;
    transition: all ease 0.5s; }
    .home #box__home-products .slick_mobile .slick-slide .item {
      text-align: center; }
      .home #box__home-products .slick_mobile .slick-slide .item img {
        margin: 0 auto;
        transform: scale(0.7);
        transition: all ease 0.5s; }
      .home #box__home-products .slick_mobile .slick-slide .item span.title {
        opacity: 0;
        transition: all ease 0.5s;
        color: #E5173F;
        display: block;
        font-family: 'Bradesco';
        font-size: 16px;
        font-weight: 600;
        padding-top: 24px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 20px; }
      .home #box__home-products .slick_mobile .slick-slide .item p {
        opacity: 0;
        transition: all ease 0.5s;
        color: #3C3C3C;
        font-family: 'Bradesco';
        font-size: 16px;
        padding-top: 16px;
        line-height: 23px;
        letter-spacing: 0.5px; }
    .home #box__home-products .slick_mobile .slick-slide.slick-active {
      opacity: 1;
      transition: all ease 0.5s; }
      .home #box__home-products .slick_mobile .slick-slide.slick-active .item span.title {
        opacity: 0;
        transition: all ease 0.5s; }
      .home #box__home-products .slick_mobile .slick-slide.slick-active .item p {
        opacity: 0;
        transition: all ease 0.5s; }
    .home #box__home-products .slick_mobile .slick-slide.slick-current.slick-active.slick-center {
      position: relative;
      z-index: 2;
      transform: translateX(0); }
      .home #box__home-products .slick_mobile .slick-slide.slick-current.slick-active.slick-center .item img {
        margin: 0 auto;
        transform: scale(1);
        transition: all ease 0.5s; }
      .home #box__home-products .slick_mobile .slick-slide.slick-current.slick-active.slick-center .item span.title {
        opacity: 1;
        transition: all ease 0.5s; }
      .home #box__home-products .slick_mobile .slick-slide.slick-current.slick-active.slick-center .item p {
        opacity: 1;
        transition: all ease 0.5s; }
  .home #box__home-products ol.control_mobile_iten > .prev {
    width: 35%;
    position: absolute;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0; }
  .home #box__home-products ol.control_mobile_iten > .next {
    width: 35%;
    position: absolute;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    opacity: 0; }
  .home #box__home-products .slick-dots {
    height: 0px;
    bottom: 0px; }
    .home #box__home-products .slick-dots li {
      margin: 0 7.5px; }
      .home #box__home-products .slick-dots li button {
        height: 15px !important;
        width: 15px !important;
        background: #d9d9d9;
        border-radius: 50%; }
        .home #box__home-products .slick-dots li button:before {
          opacity: 0; }
      .home #box__home-products .slick-dots li.slick-active button {
        background: #696969; }
        .home #box__home-products .slick-dots li.slick-active button:before {
          opacity: 0; }
  .home #box__destaques {
    display: block;
    margin-top: 85px;
    margin-bottom: 297px; }
    .home #box__destaques .box__destaques-bg {
      margin-top: 125px;
      height: auto;
      background: transparent; }
      .home #box__destaques .box__destaques-bg .space_mobile_footer {
        margin-bottom: 0; }
      .home #box__destaques .box__destaques-bg > div {
        padding: 0; }
      .home #box__destaques .box__destaques-bg .box__hover {
        margin: 0; }
        .home #box__destaques .box__destaques-bg .box__hover .box__hover-text {
          padding-left: 35px; }
          .home #box__destaques .box__destaques-bg .box__hover .box__hover-text ~ img {
            width: 100%; }
        .home #box__destaques .box__destaques-bg .box__hover .tag_top span {
          left: 30px; }
    .home #box__destaques .box__home-title:after {
      margin-top: 15px; }
    .home #box__destaques .box__home-descricao {
      padding-top: 15px;
      padding-bottom: 24px; }
  .home .box__filter {
    width: 402px;
    height: 225px; }
  .home .mobile_hidden {
    display: none; }

  footer .hidden__br {
    display: none; }
  footer .list__fones .col-lg-2.left-border:after {
    display: none; }
  footer .box__red {
    max-height: none; }
  footer .box__blue {
    max-height: none; }
  footer .list__links {
    margin: 0 auto; }
    footer .list__links .list__links__unit, footer .list__links .col-lg-3, footer .list__links .col-sm-3, footer .list__links .col-xs-12 {
      max-height: 39px; }
      footer .list__links .list__links__unit a span, footer .list__links .col-lg-3 a span, footer .list__links .col-sm-3 a span, footer .list__links .col-xs-12 a span {
        width: 225px;
        color: #3c3c3c;
        display: inline-block;        
        font-size: 12px;
        padding-top: 10px;
        text-transform: uppercase;
        background: url(/assets/classic/svg/footer/seta_-01.svg) left 5px no-repeat;
        padding-left: 35px;
        padding-bottom: 10px;
        margin-bottom: 5px; }

  .capitalizacao header.mainHeader, .cartoesSec header.mainHeader, .consorciosSec header.mainHeader {
    display: none; }
  .capitalizacao nav#mainMenu, .cartoesSec nav#mainMenu, .consorciosSec nav#mainMenu {
    display: none; }
  .capitalizacao section#carousel-banner, .cartoesSec section#carousel-banner, .consorciosSec section#carousel-banner {
    min-height: initial;
    position: initial; }
  .capitalizacao section.mainContent, .cartoesSec section.mainContent, .consorciosSec section.mainContent {
    width: 100% !important;
    left: inherit;
    margin-left: 0px;
    margin-top: 0; }
  .capitalizacao section.carousel-home, .cartoesSec section.carousel-home, .consorciosSec section.carousel-home {
    position: relative;
    margin-top: 0;
    min-height: auto;
    top: 0; }
  .capitalizacao section #box__slick, .cartoesSec section #box__slick, .consorciosSec section #box__slick {
    margin: 65px 0px;
    padding-bottom: 52px; }
    .capitalizacao section #box__slick .title, .cartoesSec section #box__slick .title, .consorciosSec section #box__slick .title {
      padding: 10px 0; }
    .capitalizacao section #box__slick .sub_tile_two, .cartoesSec section #box__slick .sub_tile_two, .consorciosSec section #box__slick .sub_tile_two {
      padding-top: 27px; }
    .capitalizacao section #box__slick .slick-dots, .cartoesSec section #box__slick .slick-dots, .consorciosSec section #box__slick .slick-dots {
      bottom: -71px; }

  .carousel_home {
    margin-bottom: 0px; }

  .cartoesSec section#clientes h1 {
    padding: 50px 0px 5px 0px;
    font-size: 20px; }
  .cartoesSec section#nossas-opcoes h1 {
    padding: 15px 0px 5px 0px;
    font-size: 20px; }
  .cartoesSec section#cartoes-bradesco h1 {
    font-size: 20px; }
  .cartoesSec section#vantagens {
    padding: 35px 0px 5px 0px; }
    .cartoesSec section#vantagens h1 {
      font-size: 20px;
      padding: 35px 0px 5px 0px; }

  .consorciosSec section #box__opcoes .all_box-cap {
    width: calc(100% - 204px); } }
@media only screen and (max-width: 1023px) {
  .filtro_topo {
    display: none;
  }
  div.holderFixed {
    display: block;
    min-height: auto;
  }
  header.headerMobile {
    width: 100% !important;
    margin: 0 auto;
    border: none;
  }
  header.headerMobile a.lg-bra {
    margin-top: -5px;
  }
  body.cartoesSec .mainHeader,
  body.cartoesSec nav.navSegMobile {
    display: none;
  }
  body.mobile #wrapper {
    padding: 0 !important; }

  .home div#topBar div.holder form fieldset legend {
    width: 190px; }
    .home div#topBar div.holder form fieldset legend:after {
      display: none; }
  .home #box__home {
    padding-top: 50px; }
  .home .box__filter {
    width: 348px;
    height: 195px; }
  .home #box__home-products .container {
    padding-bottom: 60px; }
    .home #box__home-products .container .icons__home-products {
      padding-bottom: 30px; }
      .home #box__home-products .container .icons__home-products p {
        height: auto !important; }
      .home #box__home-products .container .icons__home-products:nth-child(2n):after {
        content: '';
        background: transparent; }
  .home div.busca fieldset input[type='text'] {
    border-bottom: none; }
  .home .grey__bar .grey__bar-box {
    top: 0px;
    width: 100%;
    background: transparent; }
  .home header.mainHeader {
    display: none; }
  .home footer .list__links a span {
    width: 210px;
    color: #3c3c3c;
    display: inline-block;
    font-family: 'GilroyBold';
    font-size: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    background: url(/assets/classic/svg/footer/seta_-01.svg) left center no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-bottom: 5px; }
  .home footer .list__fones .list__fones-title-sobre {
    margin-left: 28%; }
  .home footer .list__fones .list__fones-title {
    margin-left: 28%; }
  .home footer .list__fones .list__fones-descricao {
    margin-left: 28%; }
  .home nav.navSegMobile {
    background: #CECECE url(/assets/classic/img/bg-classic.jpg) repeat-x; }
  .home .mobile nav.navSegMobile {
    display: none !important; }
  .home .mobile div#topBar div.holderMobile {
    display: none !important; }
  .home nav.navSegMobile {
    display: none; }

  .capitalizacao div#topBar div.holder form fieldset legend {
    width: 20px; }
    .capitalizacao div#topBar div.holder form fieldset legend:after {
      display: none; }
  .capitalizacao .busca-desk {
    display: none; }
  .capitalizacao header.mainHeader {
    display: none; }
  .capitalizacao footer .hidden__br {
    display: none; }
  .capitalizacao footer .list__fones .col-lg-2.left-border:after {
    display: none; }
  .capitalizacao footer .list__links a span {
    height: 40px; }
  .capitalizacao footer .box__red .logo__footer {
    margin-top: -30px; }
  .capitalizacao nav.navSegMobile {
    background: #CECECE url(/assets/classic/img/bg-classic.jpg) repeat-x; }
  .capitalizacao .mobile nav.navSegMobile {
    display: none !important; }
  .capitalizacao .mobile div#topBar div.holderMobile {
    display: none !important; }
  .capitalizacao nav.navSegMobile {
    display: none; }

  .cartoesSec footer .hidden__br {
    display: none; }
  .cartoesSec footer .list__fones .col-lg-2.left-border:after {
    display: none; } }
@media only screen and (max-width: 979px) {


  #wrapper {
    padding-top: 80px; }

  div#topBar div.holder form fieldset legend {
    width: 0 !important;
    padding: 0px 15px !important;
    text-indent: -999px !important; }
  div#topBar div.holder form fieldset > ul {
    left: 60px !important; }
  .home #box__destaques .box__destaques-bg .box__hover .box__hover-text p {
    font-size: 20px; }

  .capitalizacao footer .box__red .list__icones ul li {
    padding-right: 4px; }
  .capitalizacao footer .list__links a span {
    height: 45px; }

  .consorciosSec section #box__opcoes .all_box-cap {
    width: calc(100% - 158px); } }
@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important; }
  div#topBar div.holder form fieldset legend {
    width: 0 !important;
    padding: 0px 15px !important;
    text-indent: -999px !important; }
  div#topBar div.holder form fieldset > ul {
    left: 60px !important; }

  #carousel-banner {
    margin-top: 40px !important; }
    #carousel-banner #slider .flex-viewport ul.slides li .text__banner {
      top: 45vw !important; }

  .home .filtro_topo {
    margin-top: 0px; } 
  .home #wrapper {
    width: 100% !important;
    padding: 0 !important; }
  .home a.control_status {
    display: block;
    height: 60px;
    width: 60px;
    right: 9px;
    position: absolute;
    top: 6px; }
  .home .control {
    height: 60px;
    width: 60px;
    position: fixed;
    top: 40px;
    right: 25px;
    transition: all .5s ease-in; }
  .home .control__nav {
    position: absolute;
    left: -13px;
    top: 0px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer; }
  .home .control__nav span {
    width: 2em;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 1em;
    height: 3px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .home .control__nav span:nth-child(1) {
    top: 1.3em; }
  .home .control__nav span:nth-child(2) {
    top: 2em;
    opacity: 1; }
  .home .control__nav span:nth-child(3) {
    top: 2.6em; }
  .home input#control__nav {
    display: block; }
  .home input#control__nav:checked ~ .control span {
    background-color: #fff; }
  .home input#control__nav:checked ~ .control span:nth-child(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 2em; }
  .home input#control__nav:checked ~ .control span:nth-child(2) {
    opacity: 0; }
  .home input#control__nav:checked ~ .control span:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 2em; }
  .home input#control__nav {
    visibility: hidden;
    position: absolute;
    right: -9999px;
    opacity: 0; }
  .home .mobile_banner {
    display: none; }
  .home nav#mainMenu {
    display: none; }
  .home header.mainHeader {
    display: none; }
  .home .box__filter {
    width: 343px;
    height: 193px; }
  .home #banner__middle .sliderMiddle .slick-list .slick-slide .filtro {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    right: 0; }
  .home #banner__middle .sliderMiddle .slick-list .slick-slide .text_right {
    width: 100%;
    right: 0;
    padding: 0 7vw; }
  .home #box__home {
    padding: 0px 50px 0px 16px; }
    .home #box__home .slick-slider {
      margin-top: 30px; }
      .home #box__home .slick-slider .slick-list {
        overflow: initial; }

  .capitalizacao section #box__capitalizacao {
    padding-top: 10px; }
    .capitalizacao section #box__capitalizacao h1 {
      font-size: 20px; }
    .capitalizacao section #box__capitalizacao .background__grey {
      height: 630px; }
    .capitalizacao section #box__capitalizacao .nav-dropdown > ul {
      display: table;
      text-align: center;
      margin: 0 auto; }
      .capitalizacao section #box__capitalizacao .nav-dropdown > ul > li {
        margin-bottom: 20px; }
        .capitalizacao section #box__capitalizacao .nav-dropdown > ul > li:nth-child(-n+3) {
          border-right: 1px solid #CECECE; }
        .capitalizacao section #box__capitalizacao .nav-dropdown > ul > li.drop-mobile {
          height: auto;
          border: 0;
          top: -20px; }
          .capitalizacao section #box__capitalizacao .nav-dropdown > ul > li.drop-mobile ul.nav-dropdown-sub {
            position: relative; }
  .capitalizacao section #box__slick .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7.5px; }
  .capitalizacao div#topBar div.holder form fieldset legend {
    width: 180px; }

  #box__home-products .icons__home-products a.icons__link:before {
    left: 35% !important; }

  .cartoesSec section#clientes {
    padding: 0px 50px 0px 50px; }
    .cartoesSec section#clientes .slickSlider .slick-list {
      overflow: visible; }
    .cartoesSec section#clientes .slickSlider .slick-dots li {
      width: 15px;
      height: 15px;
      margin: 0 7.5px; }
  .cartoesSec section#nossas-opcoes {
    padding: 0; }
    .cartoesSec section#nossas-opcoes h1 {
      padding: 60px 0px 5px 0px; }
      .cartoesSec section#nossas-opcoes h1:after {
        margin-top: 10px; }
    .cartoesSec section#nossas-opcoes .box {
      width: 100%;
      padding-top: 35px; }
      .cartoesSec section#nossas-opcoes .box .box__left {
        width: 100%; }
      .cartoesSec section#nossas-opcoes .box .box__right {
        width: 100%; }
  .cartoesSec section#cartoes-bradesco {
    padding: 35px 0 0 0; }
    .cartoesSec section#cartoes-bradesco h1 {
      padding: 0 0px 5px 0px; }
      .cartoesSec section#cartoes-bradesco h1:after {
        margin-top: 15px; }
    .cartoesSec section#cartoes-bradesco .lines .line__box {
      margin-right: 0; }
      .cartoesSec section#cartoes-bradesco .lines .line__box.slick-slide.slick-active a .icon-iten {
        opacity: 1; }
      .cartoesSec section#cartoes-bradesco .lines .line__box.slick-slide.slick-current.slick-active.slick-center {
        position: relative;
        z-index: 2;
        transform: translateX(0); }
        .cartoesSec section#cartoes-bradesco .lines .line__box.slick-slide.slick-current.slick-active.slick-center .icon-iten {
          transform: scale(1.5);
          transition: all ease 0.5s; }
        .cartoesSec section#cartoes-bradesco .lines .line__box.slick-slide.slick-current.slick-active.slick-center p {
          opacity: 1;
          margin-top: 45px; }
      .cartoesSec section#cartoes-bradesco .lines .line__box:after {
        display: none; }
      .cartoesSec section#cartoes-bradesco .lines .line__box a .icon-iten {
        margin: 0 auto;
        opacity: 0;
        transition: all ease 0.5s; }
      .cartoesSec section#cartoes-bradesco .lines .line__box a p {
        opacity: 0; }
    .cartoesSec section#cartoes-bradesco .slick-dots {
      bottom: -25px; }
      .cartoesSec section#cartoes-bradesco .slick-dots li {
        width: 15px;
        height: 15px;
        background: #d9d9d9;
        margin: 0 7.5px;
        border-radius: 50%; }
        .cartoesSec section#cartoes-bradesco .slick-dots li.slick-active {
          background: #696969; }
        .cartoesSec section#cartoes-bradesco .slick-dots li button:before {
          content: ''; }
    .cartoesSec section#cartoes-bradesco ol.control_iten > .prev {
      width: 35%;
      position: absolute;
      height: 50%;
      background-color: #000;
      top: 120px;
      left: 0;
      opacity: 0; }
    .cartoesSec section#cartoes-bradesco ol.control_iten > .next {
      width: 35%;
      position: absolute;
      height: 50%;
      background-color: #000;
      top: 120px;
      right: 0;
      opacity: 0; }

  .consorciosSec section #box__opcoes .all_box-cap {
    margin: 0 auto;
    padding: 0px 35px 0px 35px; }

  footer .item__info-uteis,
  footer .item__fones,
  footer .item__bia {
    display: block; }
  footer .line_mobile_footer {
    height: 1px;
    display: none;
    background: #EBEBEB;
    width: 100%;
    padding-top: 10px; }
    footer .line_mobile_footer span {
      height: 1px;
      display: none;
      background: #AFAFAF;
      width: calc(100% - 100px);
      margin: 0 auto; }
  footer .footer_grey {
    padding: 35px 50px; }
  footer .list__links a span {
    font-size: 12px; }
  footer .item__info-uteis {
    border-top: none; }
  footer .list__links, footer .list__fones, footer .list__bia {
    display: none;
    border: none;
    margin: 0 auto;
    width: 100%;
    top: 25px;
    position: relative; }
    footer .list__links .col-xs-12, footer .list__fones .col-xs-12, footer .list__bia .col-xs-12 {
      width: 33%;
      padding: 0; }
      footer .list__links .col-xs-12:last-child, footer .list__fones .col-xs-12:last-child, footer .list__bia .col-xs-12:last-child {
        padding-bottom: 25px; }
      footer .list__links .col-xs-12 .list__fones-title-sobre, footer .list__fones .col-xs-12 .list__fones-title-sobre, footer .list__bia .col-xs-12 .list__fones-title-sobre {
        margin-left: 0; }
      footer .list__links .col-xs-12 .list__fones-title, footer .list__fones .col-xs-12 .list__fones-title, footer .list__bia .col-xs-12 .list__fones-title {
        margin-left: 0; }
      footer .list__links .col-xs-12 .list__fones-descricao, footer .list__fones .col-xs-12 .list__fones-descricao, footer .list__bia .col-xs-12 .list__fones-descricao {
        margin-left: 0; }
  footer .overflow__x {
    overflow-x: auto;
    height: auto; }
  footer .box__red {
    text-align: center;
    margin: 0 auto; }
    footer .box__red .text__title {
      margin: 0 7%; }
    footer .box__red .list__icones {
      display: block;
      width: 500px;
      margin-left: 0px; }
      footer .box__red .list__icones ul {
        text-align: center; }
        footer .box__red .list__icones ul li {
          padding-right: 15px; }
  footer .end__text {
    color: #3C3C3C;
    display: block !important;
    font-size: 14px;
    text-align: center; }
  footer .logo__footer {
    text-align: center; }
    footer .logo__footer img {
      width: 234px;
      height: 62px;
      display: block !important;
      margin: 0 auto; }

  .filtro_topo {
    position: fixed; }

  .consorciosSec section #box__clientes h1, .consorciosSec section #box__opcoes h1, .consorciosSec section #box__consorcio h1 {
    font-size: 20px; }
  .consorciosSec section .slickSlider {
    margin-top: 30px !important;
    margin-bottom: 60px !important; }
    .consorciosSec section .slickSlider .slick-list {
      overflow: visible; }
    .consorciosSec section .slickSlider .slick-dots {
      bottom: -25px; }
      .consorciosSec section .slickSlider .slick-dots li {
        width: 15px;
        height: 15px;
        background: #d9d9d9;
        margin: 0 7.5px; }
        .consorciosSec section .slickSlider .slick-dots li.slick-active {
          background: #696969; }
  .consorciosSec section #box__clientes {
    padding: 15px 50px 30px 50px; } }
@media only screen and (max-width: 640px) {
  .home div#topBar div.holder form fieldset legend {
    width: 33px; }
  .home #box__home {
    padding: 0px 50px 0px 50px; }
    .home #box__home .col-xs-12 {
      padding-left: 10px !important;
      padding-right: 10px !important; }
  .home #banner__middle {
    margin: 25px 0px 59px 0px; }
  .home .grey__bar .grey__bar-box span {
    font-size: 18px; }
  .home .grey__bar .grey__bar-box p {
    font-size: 14px; }
  .home #box__home-products .slick-dots {
    bottom: 0px; }

  .consorciosSec section #box__opcoes .all_box-cap {
    justify-content: center; } }
@media only screen and (max-width: 425px) {
  div#topBar div.holder {
    width: 100% !important; }
    div#topBar div.holder form {
      left: 10px;
      position: relative; }
      div#topBar div.holder form fieldset .ico-cadeado {
        margin-left: 25px; }
      div#topBar div.holder form fieldset > ul {
        left: 80px !important; }

  .control {
    right: 0px !important; }

  .home .box__filter {
    width: 386px;
    height: 216px; }
  .home #box__home-products .slick_mobile .slick-slide .item {
    position: relative;
    min-height: 250px; }
    .home #box__home-products .slick_mobile .slick-slide .item span.title {
      position: absolute;
      width: 250px;
      left: -70px; }
    .home #box__home-products .slick_mobile .slick-slide .item p {
      position: absolute;
      margin-top: 49px;
      width: 250px;
      left: -70px; }
  .home #box__home-products .slick_mobile .slick-slide.slick-current.slick-active.slick-center .item {
    position: relative; }

  footer .footer_grey {
    padding: 0; }
  footer .line_mobile_footer span {
    width: calc(100% - 50px); }
  footer .list__links, footer .list__fones, footer .list__bia {
    width: calc(100% - 50px); }
    footer .list__links .col-xs-12, footer .list__fones .col-xs-12, footer .list__bia .col-xs-12 {
      width: 100%; }
      footer .list__links .col-xs-12 a span, footer .list__fones .col-xs-12 a span, footer .list__bia .col-xs-12 a span {
        width: auto; }
  footer .list__bia {
    border: none; }
    footer .list__bia .list__bia_img_xs {
      width: 25%; }
    footer .list__bia .list__bia_xs {
      width: 75%; }
  footer .item__info-uteis, footer .item__fones, footer .item__bia {
    margin: 20px 20px; }
  footer .end__text {
    font-size: 12px;
    padding: 10px 20px 20px 20px; }
  footer .box__red .overflow__x {
    display: block;
    overflow: hidden; }
  footer .box__red .list__icones {
    width: 410px; }

    .cartoesSec section.mainContent {
        left: 0px;
    }
        .capitalizacao h1 {
    padding: 10px 25px !important; }
  .capitalizacao section #box__slick .sub_title_one {
    padding: 0px 50px; }
  .capitalizacao section #banner__midle {
    height: 100%; }
    .capitalizacao section #banner__midle .banner__text span {
      font-size: 20px;
      text-transform: uppercase;
      padding: 30px 0px 20px 0px; }
    .capitalizacao section #banner__midle .banner__text p {
      font-size: 16px; }
    .capitalizacao section #banner__midle .banner__text > a {
      margin-bottom: 35px; }
  .capitalizacao section #box__capitalizacao .background__grey {
    height: 653px; }
  .capitalizacao section #box__capitalizacao .nav-dropdown {
    padding-bottom: 5px; }
    .capitalizacao section #box__capitalizacao .nav-dropdown > ul > li {
      margin-bottom: 20px; }

  .consorciosSec section #box__clientes h1, .consorciosSec section #box__opcoes h1, .consorciosSec section #box__consorcio h1 {
    padding: 35px 25px 5px 25px; }
  .consorciosSec section #box__opcoes p {
    margin: 0 25px;
    font-size: 14px; } }
@media only screen and (max-width: 375px) {
  div#topBar div.holderMobile p {
    padding: 8px 20px;
    font-size: 11px; }
  div#topBar div.holder {
    width: 100% !important; }
    div#topBar div.holder form fieldset .ico-cadeado {
      display: none !important; }
    div#topBar div.holder form fieldset legend {
      display: none !important; }
    div#topBar div.holder form fieldset > ul {
      right: 0;
      left: 25px !important; }

  .home #box__home a p:after {
    bottom: 0px; }
  .home #box__home .slick-dots {
    bottom: -80px; }
  .home div#topBar div.holder form fieldset legend {
    display: none; }
  .home .box__filter {
    width: 337px;
    height: 188px; }
  .home #box__home-products .slick_mobile .slick-slide .item span.title {
    left: -80px; }
  .home #box__home-products .slick_mobile .slick-slide .item p {
    left: -80px; } }
@media only screen and (max-width: 320px) {
  div#topBar div.holder form fieldset > ul {
    left: 0px !important; }

  .home #box__home-products .slick_mobile .slick-slide .item {
    margin-left: -10px; }
    .home #box__home-products .slick_mobile .slick-slide .item span.title {
      left: -80px; }
    .home #box__home-products .slick_mobile .slick-slide .item p {
      left: -80px; } }
/**********************  IE9            **********************/
html.ie9 div#topBar div.holder div.nao-correntista form > ul {
  margin-left: 240px !important; }

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  ::-webkit-input-placeholder {
    color: white; }

  :-moz-placeholder {
    /* Firefox 18- */
    color: white; }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }

  :-ms-input-placeholder {
    color: white; } }

#nikkei.home .mainHeader ul.navSeg {
  margin-top: 60px!important;
}