.border {
    border-radius: 4px;
  }
  
  .container-search {
    max-width: 1075px;
    width: 100%;
    margin-bottom: 16px;
    float: right;
    background: #fff;
  }
  .container-search .buttons {
    display: flex;
    padding: 0 23px 28px 23px;
  }
  .container-search .buttons button {
    border: 1px solid #3b69ff;
    display: flex;
    border-radius: 100px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #3b69fa;
    margin: 0 24px 16px 24px;
  }
  .container-search .buttons button.no-mg {
    margin: 0 24px 0px 24px;
  }
  .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/classic/icon-check.png") no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .theme-classic .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/classic/icon-check.png") no-repeat;
  }
  .theme-exclusive .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-check.png") no-repeat;
  }
  .theme-prime .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/prime/icon-check.png") no-repeat;
  }
  .theme-pessoajuridica .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/pessoajuridica/icon-check.png") no-repeat;
  }
  .theme-corporate .container-search .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/corporate/icon-check.png") no-repeat;
  }
  .nomg {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  .no-pd {
    padding-bottom: 0px !important;
  }
  .border-r {
    border-radius: 0 0 4px 4px;
  }
  .text-gray {
    max-width: 1075px;
    width: 100%;
    float: right;
    background: #f0f1f5;
    padding: 37px 24px;
  }
  .container-clone {
    width: 1075px;
    float: right;
    display: flex;
    flex-wrap: wrap;
  }
  
  .container-clone button.btn-active {
    border: 1px solid #3b69ff;
    border-radius: 100px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #3b69fa !important;
    margin: 0 8px 16px 0;
  }
  .container-clone button {
    display: flex;
    align-items: center;
  }
  .theme-classic .container-clone i.icon-check {
    background: url("/assets/common/resultado-busca/img/classic/icon-check.png") no-repeat;
  }
  .theme-exclusive .container-clone i.icon-check {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-check.png") no-repeat;
  }
  .theme-prime .container-clone i.icon-check {
    background: url("/assets/common/resultado-busca/img/prime/icon-check.png") no-repeat;
  }
  .theme-pessoajuridica .container-clone i.icon-check {
    background: url("/assets/common/resultado-busca/img/pessoajuridica/icon-check.png") no-repeat;
  }
  .theme-corporate .container-clone i.icon-check {
    background: url("/assets/common/resultado-busca/img/prime/icon-check.png") no-repeat;
  }
  .container-clone i.icon-check {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .goback {
    width: 1075px;
    float: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
    padding-right: 20px;
  }
  .goback img {
    margin-right: 14px;
  }
  .text-gray p {
    font-size: 22px;
    font-weight: 600;
    color: #47484c;
  
    margin-bottom: 10px;
  }
  .text-gray p b {
    font-size: 22px;
    font-weight: 600;
    color: #47484c;
    margin-bottom: 10px;
  }
  .text-gray span {
    font-size: 14px;
    font-weight: 500;
    color: #47484c;
    display: block;
  }
  .container-search2 {
    max-width: 1075px;
    width: 100%;
    margin-bottom: 206px;
    float: right;
    background: #f0f1f5;
    padding: 37px 24px;
    display: flex;
    border-radius: 0 0 4px 4px;
  }
  .container-search a.link {
    margin-left: 32px;
    display: inline-block;
    text-decoration: none;
    color: #3b69ff;
    font-size: 14px;
    font-weight: 600;
    width: 70px;
  }
  .container-search2 p {
    font-size: 22px;
    font-weight: 600;
    color: #47484c;
    margin-bottom: 10px;
  }
  .container-search2 p b {
    font-size: 22px;
    font-weight: 600;
    color: #47484c;
    margin-bottom: 10px;
  }
  .container-search2 span {
    font-size: 13px;
    font-weight: 500;
    color: #6d6e71;
    display: block;
    margin-bottom: 8px;
    line-height: 18px;
  }
  .container-search2 img {
    margin-right: 30px;
    height: 115px;
  }
  
  .container-search .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 26px 37px 26px;
  }
  .theme-classic .container-search .search input {
    background-image: url("/assets/common/resultado-busca/img/classic/icon-search.png");
  }
  .theme-exclusive .container-search .search input {
    background-image: url("/assets/common/resultado-busca/img/exclusive/icon-search.png");
  }
  .theme-prime .container-search .search input {
    background-image: url("/assets/common/resultado-busca/img/prime/icon-search.png");
  }
  .theme-pessoajuridica .container-search .search input {
    background-image: url("/assets/common/resultado-busca/img/pessoa.theme-pessoajuridica/icon-search.png");
  }
  .theme-corporate .container-search .search input {
    background-image: url("/assets/common/resultado-busca/img/corporate/icon-search.png");
  }
  .container-search .search input {
    max-width: 800px;
    width: 100%;
    border: 0;
    margin-top: 28px;
    border-bottom: 1px solid #e4e5e9;
    padding: 0 0 8px 28px;
    background-repeat: no-repeat;
    background-position: 0% 25%;
  }
  .container-search .search button {
    width: 164px;
    border: 0;
    background: #e1173f;
    height: 47px;
    border-radius: 28px;
    color: #fff;
    font-weight: bold;
  }
  
  .container-search .container-filter {
    background-color: #f0f1f5;
    padding: 16px 24px;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
  }
  .container-search .container-filter p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 8px;
  }
  .container-page {
    padding: 20px 8px;
  }
  
  .container-page h1 {
    font-size: 22px;
    font-weight: 600;
    color: #47484c;
    margin-bottom: 8px;
  }
  .container-page p.sub {
    font-size: 14px;
    font-weight: 500;
    color: #6d6e71;
  }
  .container-page .linha {
    height: 1px;
    width: 100%;
    background: #f0f1f5;
    margin: 18px 0;
  }
  .container-page .container-order {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .container-page .right {
    justify-content: flex-end;
  }
  .container-page .container-order p {
    color: #6d6e71;
    font-size: 14px;
    font-weight: 500;
    margin: 0 18px 0 0;
  }
  .container-page .container-order div span.active {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .container-page .container-order div {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0;
    cursor: pointer;
  }
  .container-page .container-order div span {
    color: #47484c;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 16px 0 0;
  }
  .container-page .container-columns {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    margin-top: 28px;
  }
  
  .container-page .container-columns .box-text a.ver-mais {
    display: block;
    text-decoration: none;
    color: #3b69ff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .container-page .container-columns .box-text .box {
    padding: 24px 28px;
  
    border-radius: 4px;
    margin-bottom: 18px;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .container-page .container-columns .box-text .height {
    margin-bottom: 1200px;
  }
  .container-page .container-columns .box-text .box2 {
    width: auto !important;
  }
  
  .container-page .container-columns .box-text .box h2 {
    color: #6d6e71;
    font-size: 20px;
    font-weight: 600;
  }
  .container-page .container-columns .box-text .box h2 span {
    color: #6d6e71;
    font-size: 20px;
    font-weight: 600;
  }
  .container-page .container-columns .box-text .box p {
    color: #3b69ff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
  }
  .container-page .container-columns .box-text .box .linha {
    height: 1px;
    width: 100%;
    background: #f0f1f5;
    margin: 18px 0;
  }
  .container-page .container-columns .box-text .box span {
    color: #47484c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .container-page .container-columns .box-img {
    border-left: 1px solid #f2f2f2;
    margin-left: 26px;
    padding-left: 26px;
    height: 1345px;
    width: 400px;
  }
  .container-page .container-columns .box-img p {
    color: #47484c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .container-page .container-columns .box-img img {
    margin-bottom: 18px;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    max-width: 290px;
    width: 100%;
  }
  .container-buttons {
    background: #f0f1f5;
    padding: 24px;
  }
  .container-buttons .hide {
    display: none;
  }
  .container-buttons .cont-tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
  }
  .container-buttons .cont-tit p {
    font-size: 14px;
    font-weight: 600;
    color: #47484c;
    margin-right: 8px;
  }
  .container-buttons .buttons {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .container-buttons .buttons button {
    display: flex;
    align-items: center;
    border: 1px solid #3b69ff;
    border-radius: 100px;
    background: transparent;
    padding: 16px;
    color: #3b69ff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 8px 16px 0;
  }
  .theme-classic .container-buttons .buttons button i.icon-more {
    background: url("/assets/common/resultado-busca/img/classic/icon-more2.png") no-repeat;
  }
  .theme-exclusive .container-buttons .buttons button i.icon-more {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-more2.png") no-repeat;
  }
  .theme-prime .container-buttons .buttons button i.icon-more {
    background: url("/assets/common/resultado-busca/img/prime/icon-more2.png") no-repeat;
  }
  .theme-pessoajuridica .container-buttons .buttons button i.icon-more {
    background: url("/assets/common/resultado-busca/img/pessoa.theme-pessoajuridica/icon-more2.png") no-repeat;
  }
  .theme-prime .container-buttons .buttons button i.icon-more {
    background: url("/assets/common/resultado-busca/img/prime/icon-more2.png") no-repeat;
  }
  .container-buttons .buttons button i.icon-more {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .theme-classic .container-buttons .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/classic/icon-check.png") no-repeat;
  }
  .theme-exclusive .container-buttons .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-check.png") no-repeat;
  }
  .theme-prime .container-buttons .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/prime/icon-check.png") no-repeat;
  }
  .theme-pessoajuridica .container-buttons .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/pessoa.theme-pessoajuridica/icon-check.png") no-repeat;
  }
  .theme-corporate .container-buttons .buttons button i.icon-check {
    background: url("/assets/common/resultado-busca/img/co.theme-corporate/icon-check.png") no-repeat;
  }
  .container-buttons .buttons button i.icon-check {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .container-buttons .buttons button.btn-active {
    border: 1px solid #3b69ff;
    border-radius: 100px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #3b69fa;
    margin: 0 8px 16px 0;
  }
  .container-buttons .buttons button img {
    margin: 0 8px 0 0;
  }
  .bg-md {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
  }
  .modal-filtro {
    width: 923px;
    margin: 216px auto 0 auto;
    background: #fff;
    position: fixed;
    border-radius: 4px;
    padding: 28px 24px;
    left: 0;
    right: 0;
  }
  
  .modal-filtro .md-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .modal-filtro .md-header img {
    cursor: pointer;
  }
  .modal-filtro .md-header p.tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .modal-filtro .container-chebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .modal-filtro .container-check p {
    font-size: 14px;
    font-weight: 400;
    color: #47484c;
  }
  .modal-filtro .container-chebox p.active {
    color: #000;
    font-weight: 500;
  }
  .modal-filtro .line {
    height: 1px;
    background: #ededed;
    margin-top: 20px;
  }
  
  .modal-filtro .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 24px 0 7px 0;
  }
  .modal-filtro .buttons .btn-1 {
    border-radius: 24px;
    border: 0;
    background: #e1173f;
    width: 192px;
    color: #fff;
    font-weight: 600;
    height: 48px;
  }
  .modal-filtro .buttons .btn-2 {
    border-radius: 24px;
    border: 0;
    background: #fff;
    font-weight: 600;
    color: #3b69ff;
    height: 48px;
    margin-left: 30px;
  }
  
  .container-chebox .container-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .container-chebox .container-check p {
    margin-left: 8px;
  }
  .container-chebox .checkbox {
    height: 16px;
  }
  
  .container-chebox .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
  }
  /* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .container-chebox .checkbox input[type="checkbox"] {
      margin-top: -8px;
    }
  } */
  @supports (-ms-ime-align: auto) {
    .container-chebox .checkbox input[type="checkbox"] {
      margin-top: -8px;
    }
  }
  .container-chebox .checkbox label {
    margin: 0;
  }
  .theme-classic .container-chebox .checkbox input[type="checkbox"] + label {
    background: url("/assets/common/resultado-busca/img/classic/icon-check-1.png") no-repeat;
  }
  .theme-exclusive .container-chebox .checkbox input[type="checkbox"] + label {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-check-1.png") no-repeat;
  }
  .theme-prime .container-chebox .checkbox input[type="checkbox"] + label {
    background: url("/assets/common/resultado-busca/img/prime/icon-check-1.png") no-repeat;
  }
  .theme-pessoajuridica .container-chebox .checkbox input[type="checkbox"] + label {
    background: url("/assets/common/resultado-busca/img/pessoajuridica/icon-check-1.png") no-repeat;
  }
  .theme-corporate .container-chebox .checkbox input[type="checkbox"] + label {
    background: url("/assets/common/resultado-busca/img/corporate/icon-check-1.png") no-repeat;
  }
  .container-chebox .checkbox input[type="checkbox"] + label {
    display: inline-block;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    outline: none;
    border: 0;
    background-size: 100%;
  }
  .theme-classic .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background: url("/assets/common/resultado-busca/img/classic/icon-check-2.png") no-repeat;
  }
  .theme-exclusive .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background: url("/assets/common/resultado-busca/img/exclusive/icon-check-2.png") no-repeat;
  }
  .theme-prime .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background: url("/assets/common/resultado-busca/img/prime/icon-check-2.png") no-repeat;
  }
  .theme-pessoajuridica .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background: url("/assets/common/resultado-busca/img/pessoajuridica/icon-check-2.png") no-repeat;
  }
  .theme-corporate .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background: url("/assets/common/resultado-busca/img/corporate/icon-check-2.png") no-repeat;
  }
  .container-chebox .checkbox input[type="checkbox"]:checked + label {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    outline: none;
    border: 0;
    background-size: 100%;
  }
  .container-chebox .checkbox span {
    font-size: 14px;
    font-weight: 600;
    color: #3b69ff;
    position: relative;
  }
  
  @media only screen and (max-width: 1279px) {
    section.mainContent {
      max-width: 1075px;
      width: 100%;
    }
  }
  @media (max-width: 1024px) {
    .container-search,
    .text-gray {
      float: unset;
    }
  }
  @media (max-width: 414px) {
    .container-search .search {
      flex-wrap: wrap;
    }
    .container-search .search input {
      margin-bottom: 8px;
    }
  }
  ul.list {
    list-style-type: disc;
    color: #6d6e71;
    padding: 0 17px;
  }
  ul.list li {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  /* mobile */
  @media (min-width: 721px) {
    .container-search-mob,
    .container-page .container-columns .box-text .box a,
    .tabs-mob,
    .section-slider-search,
    .header-filter-mob,
    .img-loader {
      display: none !important;
    }
  }
  
  .container-search-mob {
    background: #fff;
    padding: 24px;
  }
  .container-search-mob h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 16px;
  }
  
  .container-search-mob h1.page2 {
    margin-bottom: 0px;
  }
  .container-search-mob .container-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-search-mob .container-filter .filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-search-mob .container-filter p {
    color: #47484c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .container-search-mob .container-filter .filter p {
    color: #3b69ff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
  }
  .tabs-mob {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #e4e5e9;
    border-bottom: 1px solid #e4e5e9;
    background: #fff;
  }
  .tabs-mob .tabindex {
    padding: 16px 20px;
    width: 100%;
  }
  .tabs-mob p {
    color: #47484c;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .tabs-mob .active p {
    color: #e1173f;
    font-weight: 600;
  }
  .theme-classic .tabs-mob .active {
    background: url("/assets/common/resultado-busca/img/classic/border-active.png") no-repeat bottom;
  }
  .theme-exclusive .tabs-mob .active {
    background: url("/assets/common/resultado-busca/img/exclusive/border-active.png") no-repeat bottom;
  }
  .theme-prime .tabs-mob .active {
    background: url("/assets/common/resultado-busca/img/prime/border-active.png") no-repeat bottom;
  }
  .theme-pessoajuridica .tabs-mob .active {
    background: url("/assets/common/resultado-busca/img/pessoajuridica/border-active.png") no-repeat bottom;
  }
  .theme-corporate .tabs-mob .active {
    background: url("/assets/common/resultado-busca/img/corporate/border-active.png") no-repeat bottom;
  }
  .tabs-mob .active {
    background-size: 100%;
  }
  @media (max-width: 720px) {
    .container-search .container-filter,
    .container-search .search,
    .goback,
    .container-page .container-columns .box-text a.ver-mais,
    .hide-line-mob,
    .container-buttons .cont-tit {
      display: none;
    }
    .container-search .header-filter-mob {
      padding: 24px 24px 0 24px;
    }
    .container-search .header-filter-mob h2 {
      color: #000;
      font-size: 22px;
      font-weight: bold;
      line-height: 27px;
      margin: 16px 0 24px 0;
    }
    .container-search .header-filter-mob p {
      color: #47484c;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
    }
    .container-search {
      border-radius: 0;
    }
    .container-buttons .buttons button {
      margin: 0 24px 16px 24px;
    }
    .container-buttons .buttons button.btn-active {
      margin: 0 24px 16px 24px;
    }
    .container-search .buttons {
      display: unset;
    }
    .container-search .container-buttons.hide {
      display: unset !important;
    }
    .container-search .container-buttons {
      background: unset;
    }
    .container-search .container-buttons .buttons {
      flex-direction: column;
      padding: 0 24px;
    }
    section.mainContent {
      padding: 36px 24px;
      border-radius: 0;
      margin-bottom: 0;
    }
    .container-search .container-buttons .container-btns {
      padding: 0 24px;
      display: flex;
      flex-direction: column;
    }
    .container-search .container-buttons .container-btns button.btn-1 {
      height: 48px;
      width: 100%;
      padding: 16px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      border-radius: 24px;
      font-size: 14px;
      color: #fff;
      line-height: 17;
      font-weight: 700;
      cursor: pointer;
      background: #e1173f;
      transition: all 0.15s ease-in-out;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: transparent;
    }
    .container-search .container-buttons .container-btns button.btn-2 {
      height: 48px;
      width: 100%;
      padding: 16px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      border-radius: 24px;
      font-size: 14px;
      color: #3b69ff;
      line-height: 17;
      font-weight: 700;
      cursor: pointer;
      background: transparent;
      transition: all 0.15s ease-in-out;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: transparent;
    }
    .mob-hide {
      display: none;
    }
    .row .container-page .container-order,
    .row .container-page h1,
    .row .container-page p.sub {
      display: none;
    }
    .container-page .container-columns {
      margin: 0;
    }
    .row {
      width: auto !important;
    }
    .row .container-page {
      padding: 0;
    }
    .container-page .container-columns .box-text .box {
      padding: 16px 0;
      margin-bottom: 24px;
    }
    .container-page .container-columns .box-text .box h2 {
      color: #a7a8ac;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      padding: 0 16px;
    }
    .container-page .container-columns .box-text .box span:nth-child(4) {
      padding: 0 16px;
      display: block;
      line-height: 20px;
    }
    .container-page .container-columns .box-text .box a {
      color: #3b69ff;
      font-size: 14px;
      font-weight: 600;
      padding: 0 16px;
      text-decoration: none;
      margin-top: 16px;
      display: block;
    }
    .container-page .container-columns .box-text .box h2 span {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      display: block;
      margin-top: 4px;
    }
    .container-page .container-columns .box-text .box h2 span.hide-pipe,
    .container-page .container-columns .box-text .box p {
      display: none;
    }
    .img-loader {
      display: block;
      margin: 32px auto 40px auto;
  
      animation: rotation 3s infinite linear;
    }
  
    @keyframes rotation {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(359deg);
      }
    }
  
    div.comboSegmentos {
      border-bottom: none;
      background: #fff;
      padding: 16px 24px;
    }
    div.comboSegmentos h2 {
      font-size: 16px;
      font-weight: 600;
    }
    body.mobile #wrapper {
      padding-top: 80px;
    }
    header.headerMobile a.buscaMobile {
      top: 32px;
    }
  
    /* page2 */
    .container-search2 {
      margin-bottom: 0px;
    }
    .container-search2 img.hide-img-mobe {
      display: none;
    }
  
    .container-search2 p {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      color: #000;
      margin-bottom: 24px;
    }
    .container-search2 p b {
      font-size: 20px;
      color: #000;
    }
    .container-search2 span {
      margin-bottom: 16px;
    }
    .section-slider-search {
      background: #f0f1f5;
      padding: 40px 24px;
    }
    .section-slider-search h2 {
      color: #47484c;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .para-voce {
      display: flex;
    }
  
    .section-slider-search .para-voce .item-container,
    .modal-busca .modal-content .interesse .item-container {
      display: inline-flex;
      width: 1600px;
      height: 180px;
      align-items: flex-end;
    }
    .section-slider-search .para-voce .item,
    .modal-busca .modal-content .interesse .item {
      height: 176px;
      width: 290px;
      margin-right: 16px;
      border-radius: 5px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  
      display: flex;
      align-items: flex-end;
  
      user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
  
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      background-size: cover;
    }
    .section-slider-search .para-voce,
    .modal-busca .modal-content .interesse {
      overflow: hidden;
      overflow-x: auto;
  
      /* Escondendo scrollbar em outros navegadores*/
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }
    .section-slider-search .para-voce::-webkit-scrollbar,
    .modal-busca .modal-content .interesse::-webkit-scrollbar {
      /* Escondendo scrollbar no chrome*/
      display: none;
    }
    .theme-classic .section-slider-search .para-voce .item.cartoes {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/cartoes-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/cartoes-bg.jpg");
      text-decoration: none;
    }
  
    .theme-classic .section-slider-search .para-voce .item.financiamento {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/financiamento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/financiamento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-classic .section-slider-search .para-voce .item.investimento {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/investimento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/investimento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-classic .section-slider-search .para-voce .item.consorcio {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/consorcio-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/consorcio-bg.jpg");
      text-decoration: none;
    }
  
    .theme-classic .section-slider-search .para-voce .item.seguro {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/seguro-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-bg.jpg");
      text-decoration: none;
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.cartoes {
      background-image: url("/assets/common/resultado-busca/exclusive/para-voce/cartoes-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/exclusive/para-voce/cartoes-bg.jpg");
      text-decoration: none;
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.financiamento {
      background-image: url("/assets/common/resultado-busca/exclusive/para-voce/financiamento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/exclusive/para-voce/financiamento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.investimento {
      background-image: url("/assets/common/resultado-busca/exclusive/para-voce/investimento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/exclusive/para-voce/investimento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.consorcio {
      background-image: url("/assets/common/resultado-busca/exclusive/para-voce/consorcio-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/exclusive/para-voce/consorcio-bg.jpg");
      text-decoration: none;
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.seguro {
      background-image: url("/assets/common/resultado-busca/exclusive/para-voce/seguro-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/exclusive/para-voce/seguro-bg.jpg");
      text-decoration: none;
    }
  
    .theme-prime .section-slider-search .para-voce .item.cartoes {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/cartoes-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/cartoes-bg.jpg");
      text-decoration: none;
    }
  
    .theme-prime .section-slider-search .para-voce .item.financiamento {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/financiamento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/financiamento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-prime .section-slider-search .para-voce .item.investimento {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/investimento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/investimento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-prime .section-slider-search .para-voce .item.consorcio {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/consorcio-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/consorcio-bg.jpg");
      text-decoration: none;
    }
  
    .theme-prime .section-slider-search .para-voce .item.seguro {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/seguro-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-bg.jpg");
      text-decoration: none;
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.cartoes {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/cartoes-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/cartoes-bg.jpg");
      text-decoration: none;
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.financiamento {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/financiamento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/financiamento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.investimento {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/investimento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/investimento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.consorcio {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/consorcio-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/consorcio-bg.jpg");
      text-decoration: none;
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.seguro {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-bg.jpg");
      text-decoration: none;
    }
  
    .theme-corporate .section-slider-search .para-voce .item.cartoes {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/cartoes-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/cartoes-bg.jpg");
      text-decoration: none;
    }
  
    .theme-corporate .section-slider-search .para-voce .item.financiamento {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/financiamento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/financiamento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-corporate .section-slider-search .para-voce .item.investimento {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/investimento-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/investimento-bg.jpg");
      text-decoration: none;
    }
  
    .theme-corporate .section-slider-search .para-voce .item.consorcio {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/consorcio-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/consorcio-bg.jpg");
      text-decoration: none;
    }
  
    .theme-corporate .section-slider-search .para-voce .item.seguro {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-bg.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-bg.jpg");
      text-decoration: none;
    }
  
    .section-slider-search .para-voce .item:hover,
    .section-slider-search .interesse .item:hover {
      transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
    }
  
    .theme-classic .section-slider-search .para-voce .item.cartoes:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/cartoes-bg.jpg");
    }
  
    .theme-classic .section-slider-search .para-voce .item.financiamento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/financiamento-bg.jpg");
    }
  
    .theme-classic .section-slider-search .para-voce .item.investimento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/investimento-bg.jpg");
    }
  
    .theme-classic .section-slider-search .para-voce .item.consorcio:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/consorcio-bg.jpg");
    }
  
    .theme-classic .section-slider-search .para-voce .item.seguro:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-bg.jpg");
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.cartoes:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/cartoes-bg.jpg");
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.financiamento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/financiamento-bg.jpg");
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.investimento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/investimento-bg.jpg");
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.consorcio:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/consorcio-bg.jpg");
    }
  
    .theme-exclusive .section-slider-search .para-voce .item.seguro:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-bg.jpg");
    }
  
    .theme-prime .section-slider-search .para-voce .item.cartoes:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/cartoes-bg.jpg");
    }
  
    .theme-prime .section-slider-search .para-voce .item.financiamento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/financiamento-bg.jpg");
    }
  
    .theme-prime .section-slider-search .para-voce .item.investimento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/investimento-bg.jpg");
    }
  
    .theme-prime .section-slider-search .para-voce .item.consorcio:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/consorcio-bg.jpg");
    }
  
    .theme-prime .section-slider-search .para-voce .item.seguro:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-bg.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.cartoes:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/cartoes-bg.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.financiamento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/financiamento-bg.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.investimento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/investimento-bg.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.consorcio:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/consorcio-bg.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .para-voce .item.seguro:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-bg.jpg");
    }
  
    .theme-corporate .section-slider-search .para-voce .item.cartoes:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/cartoes-bg.jpg");
    }
  
    .theme-corporate .section-slider-search .para-voce .item.financiamento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/financiamento-bg.jpg");
    }
  
    .theme-corporate .section-slider-search .para-voce .item.investimento:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/investimento-bg.jpg");
    }
  
    .theme-corporate .section-slider-search .para-voce .item.consorcio:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/consorcio-bg.jpg");
    }
  
    .theme-corporate .section-slider-search .para-voce .item.seguro:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-bg.jpg");
    }
  
    .section-slider-search .para-voce .item p,
    .section-slider-search .interesse .item p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      color: #ffffff;
      padding: 16px;
    }
  
    /* Interesses */
    .theme-classic .section-slider-search .interesse .item.aproximacao {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/aproximacao-celular.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.superprotegido {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.ofertas {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/melhores-ofertas.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.moeda {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/moeda-autoatendimento.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.premiavel {
      background-image: url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel-2.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.aproximacao:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.superprotegido:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.ofertas:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.moeda:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-classic .section-slider-search .interesse .item.premiavel:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/classic/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.aproximacao {
      background-image: url("/assets/common/resultado-busca/img/exclusive/para-voce/aproximacao-celular.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.superprotegido {
      background-image: url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.ofertas {
      background-image: url("/assets/common/resultado-busca/img/exclusive/para-voce/melhores-ofertas.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.moeda {
      background-image: url("/assets/common/resultado-busca/img/exclusive/para-voce/moeda-autoatendimento.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.premiavel {
      background-image: url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel-2.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.aproximacao:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.superprotegido:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.ofertas:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.moeda:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-exclusive .section-slider-search .interesse .item.premiavel:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/exclusive/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.aproximacao {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/aproximacao-celular.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.superprotegido {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.ofertas {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/melhores-ofertas.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.moeda {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/moeda-autoatendimento.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.premiavel {
      background-image: url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel-2.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.aproximacao:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.superprotegido:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.ofertas:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.moeda:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-prime .section-slider-search .interesse .item.premiavel:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/prime/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.aproximacao {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/aproximacao-celular.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.superprotegido {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.ofertas {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/melhores-ofertas.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.moeda {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/moeda-autoatendimento.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.premiavel {
      background-image: url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel-2.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.aproximacao:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.superprotegido:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.ofertas:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.moeda:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-pessoajuridica .section-slider-search .interesse .item.premiavel:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/pessoajuridica/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.aproximacao {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/aproximacao-celular.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.superprotegido {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.ofertas {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/melhores-ofertas.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.moeda {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/moeda-autoatendimento.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.premiavel {
      background-image: url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel-2.jpg");
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.37) 0%,
          rgba(224, 23, 64, 0.37) 25%,
          rgba(221, 24, 71, 0.37) 35%,
          rgba(216, 25, 81, 0.37) 45%,
          rgba(210, 26, 92, 0.37) 60%,
          rgba(202, 27, 103, 0.37) 70%,
          rgba(194, 28, 114, 0.37) 75%,
          rgba(184, 29, 124, 0.37) 80%,
          rgba(174, 30, 134, 0.37) 85%,
          rgba(164, 31, 143, 0.37) 88%,
          rgba(154, 32, 150, 0.37) 90%,
          rgba(145, 33, 156, 0.37) 96%,
          rgba(138, 33, 161, 0.37) 97%,
          rgba(133, 34, 164, 0.37) 98%,
          rgba(131, 34, 165, 0.37) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel-2.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.aproximacao:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/aproximacao-celular.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.superprotegido:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.ofertas:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/melhores-ofertas.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.moeda:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/moeda-autoatendimento.jpg");
    }
  
    .theme-corporate .section-slider-search .interesse .item.premiavel:hover {
      background: linear-gradient(
          120deg,
          rgba(225, 23, 63, 0.6) 0%,
          rgba(224, 23, 64, 0.6) 25%,
          rgba(221, 24, 71, 0.6) 35%,
          rgba(216, 25, 81, 0.6) 45%,
          rgba(210, 26, 92, 0.6) 60%,
          rgba(202, 27, 103, 0.6) 70%,
          rgba(194, 28, 114, 0.6) 75%,
          rgba(184, 29, 124, 0.6) 80%,
          rgba(174, 30, 134, 0.6) 85%,
          rgba(164, 31, 143, 0.6) 88%,
          rgba(154, 32, 150, 0.6) 90%,
          rgba(145, 33, 156, 0.6) 96%,
          rgba(138, 33, 161, 0.6) 97%,
          rgba(133, 34, 164, 0.6) 98%,
          rgba(131, 34, 165, 0.6) 100%
        ),
        url("/assets/common/resultado-busca/img/corporate/para-voce/seguro-premiavel-2.jpg");
    }
  }

#show-mob3 > div.row > div > div > div.box-img.mob-hide > a:nth-child(2) {
  text-decoration: none;
}
#show-mob3 > div.row > div > div > div.box-img.mob-hide > a:nth-child(2) > span {
  position: absolute;
  margin-top: -65px;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#show-mob3 > div.row > div > div > div.box-img.mob-hide > a:nth-child(2) > img {
  border-radius: 5px;
}
div.tablinks-pj.active {
  width: 48%;
}