#background-home {
  background: #fff
}

#box-bg {
  background-image: url(../img/beneficios-ofertas/forma-bg.webp);
  background-size: cover;
  padding-bottom: 50px
}

.box-bg {
  position: relative;
  bottom: 37px;
  z-index: 3;
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 51px
}

.box-bg h3 {
  color: #fff;
  text-align: start;
  font-size: 1.375rem;
  font-weight: 600
}

.cards-category-container-mobile {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px
}

.card-category p {
  margin-bottom: unset
}

.card-category {
  width: 255px;
  height: 90px;
  background: #fff;
  color: dimgray;
  box-shadow: 0 2px 16px #00000029;
  border-radius: 16px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.card-category.active {
  background: #fff0 linear-gradient(180deg, #cc092f 0%, #cc092f 24%, #ac0c25 78%, #a10d22 93%, #9d0d21 100%) 0% 0% no-repeat padding-box;
  color: #fff
}

.card-category.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
}

.flags-container {
  position: relative;
  bottom: 37px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  color: #2b516a;
  padding-bottom: 80px
}

.flags-container h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 3rem 0
}

.flags-choose {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62.7%;
  gap: 25px;
  background: #f0f1f5;
  border-radius: 16px;
  padding: 18px 0
}

.flag-rectangle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px #00000029
}

.flag-rectangle #elo path {
  fill: #cdcdcd
}

.flag-rectangle #alelo text {
  fill: #cdcdcd
}

.select-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/beneficios-ofertas/selecione-o-cartao-background.webp);
  background-size: cover;
  height: 650px;
  position: relative;
  top: -63px;
  padding-top: 60px;
  color: #fff
}

form {
  width: 90%
}

.text-container {
  font-size: .875rem
}

.text-container h3 {
  font-size: 1.375rem;
  font-weight: 700
}

.material_block {
  max-width: 325px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / .4);
  margin: 10% auto
}

.material_input {
  position: relative;
  margin-bottom: 16px;
  margin-top: 2px
}

.card-category img {
  width: 32px;
  height: 32px
}

.menu {
  list-style-type: none
}

#input-filter {
  font-size: 18px;
  padding: 10px 10px 0 21px;
  margin-top: 13px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background-color: #fff0;
  color: #fff
}

#input-filter:focus {
  outline: none
}

#mla {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 49px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all
}

#input-filter:focus~#mla, #input-filter:valid~#mla {
  font-size: .6rem;
  top: 30px
}

.bar {
  position: relative;
  display: block;
  width: 315px
}

.bar:before, .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #3f51b5;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all
}

.bar:before {
  left: 50%
}

.bar:after {
  right: 50%
}

#input-filter:focus~.bar:before, #input-filter:focus~.bar:after {
  width: 50%
}

.highlight {
  position: absolute;
  height: 60%;
  width: 325px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5
}

#input-filter:focus~.highlight {
  -webkit-animation: inputlighter 0.3s ease;
  -moz-animation: inputlighter 0.3s ease;
  animation: inputlighter 0.3s ease
}

@-webkit-keyframes inputlighter {
  from {
    background: #3f51b5
  }

  to {
    width: 0;
    background: #fff0
  }
}

@-moz-keyframes inputlighter {
  from {
    background: #3f51b5
  }

  to {
    width: 0;
    background: #fff0
  }
}

@keyframes inputlighter {
  from {
    background: #3f51b5
  }

  to {
    width: 0;
    background: #fff0
  }
}

.search-icon {
  width: 20px;
  position: relative;
  bottom: -48px;
  left: -2px
}

.left-arrow {
  transform: rotateY(180deg)
}

.swiper-wrapper {
  width: 80vw
}

.card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 80vw;
  height: 0;
  border-radius: 16px;
  margin: 58px 0 20px 0;
  transition: all 0.6s
}

.swiper-slide img {
  position: relative;
  z-index: 100
}

.text-card-carrousel h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: Bradesco
}

.container-arrows-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -250px;
  z-index: 100
}

.vertical-img {
  margin-top: unset
}

.control-arrow-position {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute
}

.swiper-pagination-select-cards-mobile {
  width: 66% !important;
  height: 2px !important;
  left: 12px !important;
  top: 15px;
  position: relative
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.swiper-slide a {
  width: 100%
}

.swiper-slide h3 {
  font-size: 1rem;
  position: relative;
  z-index: 100;
  text-align: center;
  width: 53%;
  padding-top: 10px
}

.swiper-slide.clicked .card-image, .swiper-slide.clicked .text-card-carrousel {
  height: 158px
}

.card-animation-limitator {
  height: 300px;
  position: relative;
  top: -194px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px
}

.swiper-slide.clicked h3 {
  color: #000
}

.swiper-pagination-progressbar-fill {
  background: #fff !important
}

.swiper-pagination-progressbar {
  background: rgb(255 255 255 / .25)
}

.arrows-mobile {
  display: flex;
  gap: 15px
}

#icon-download {
  width: 40px !important;
  height: 40px
}

.text-card-carrousel {
  padding: 20px 26px;
  text-align: center;
  position: relative;
  bottom: -15px
}

.text-card-carrousel h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: Bradesco
}

.container-arrows-mobile {
  display: flex;
  width: 85%;
  justify-content: space-between;
  align-items: center
}

.swiper-pagination-select-cards-mobile {
  width: 66% !important;
  height: 2px !important;
  left: 12px !important;
  top: 15px;
  position: relative
}

.swiper-pagination-progressbar-fill {
  background: #fff !important
}

.swiper-pagination-progressbar {
  background: rgb(255 255 255 / .25)
}

.select-menu {
  margin-left: 20px;
  width: 185px;
  cursor: pointer;
  position: relative
}

.select-menu .fas {
  border-color: #fff0;
  border-style: dashed dashed solid;
  border-width: 0 10px 10px;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1
}

.select-menu .fas::after {
  content: "";
  border-color: #fff0;
  border-bottom-color: grey;
  transform: rotate(180deg);
  border-style: dashed dashed solid;
  border-width: 0 10px 10px;
  height: 0;
  left: 8rem;
  position: absolute;
  top: 1px;
  width: 0;
  z-index: 1
}

.banner-img-mobile {
  display: none
}

.select {
  border-bottom: 1px solid gray;
  padding: 10px;
  color: grey;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.options-list {
  position: absolute;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 0 20px;
  max-height: 180px;
  overflow-y: auto;
  transition: .05s linear .002s;
  height: 0
}

.options-list-categoria {
  position: absolute;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 0 20px;
  max-height: 180px;
  overflow-y: auto;
  transition: .05s linear .002s;
  height: 0
}

.option {
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  transition: .3s ease-in-out
}

.select-menu .option:hover, .select-menu .option.selected {
  font-weight: 900
}

.option:hover .barHover, .option.selected .barHover {
  width: 5px;
  height: 22px;
  background-color: red;
  position: absolute;
  left: 0
}

.options-list::-webkit-scrollbar, .options-list-categoria::-webkit-scrollbar {
  width: 10px;
  background-color: #eee
}

.options-list::-webkit-scrollbar-thumb, .options-list-categoria::-webkit-scrollbar-thumb {
  background-color: #bfbfbf
}

.options-list.active, .options-list-categoria.active {
  height: 180px;
  z-index: 99
}

.arrows-mobile {
  display: flex;
  gap: 15px
}

.containerFiltro {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 10px
}

.benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  border-radius: 32px 32px 0 0;
  position: relative;
  background: #fff;
  padding: 40px 0;
  overflow: hidden
}

.menu {
  padding: unset;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 86%;
  height: 50px;
  position: relative;
  z-index: 3
}

.menu li {
  width: 25%;
  font-size: 12px;
  text-align: center
}

.select-bar {
  height: 4px;
  background-color: #e1173f;
  border-radius: 16px 16px 0 0;
  margin-top: 4px
}

.benefits-session {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%
}

.annuity-container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
  width: 76%
}

.annuity-container div>h3 {
  font-size: 22px;
  font-weight: 600
}

.annuity-container div>h4 {
  font-size: .875rem;
  text-align: unset;
  text-transform: unset;
  padding-top: 0;
  font-weight: 0
}

.annuity-container .text-annuity-container>p {
  font-size: 14px;
  line-height: 18px
}

.annuity-container>strong {
  font-weight: 600
}

.last-minimun-age {
  line-height: 20px
}

.download-session {
  flex-direction: column;
  gap: 20px;
  display: flex;
  width: 100%;
  border: none;
  border-radius: 16px;
  min-height: 50px;
  padding: 20px
}

.download-session button,
.download-session a {
  cursor: pointer;
  text-align: start;
  background: none;
  border: none;
  color: #3b69ff;
  font-size: .685rem;
  margin-left: 10px
}

.download-session p {
  color: #000
}

.active-flag {
  background: #fff0 linear-gradient(90deg, #002a3b 0%, #325872 100%) 0% 0% no-repeat padding-box
}

.inverted-alelo {
  filter: invert(.5)
}

.unactivated-flag {
  display: none
}

#flag-container {
  overflow-y: scroll;
  scroll-behavior: smooth
}

.home #background-home {
  background-size: cover;
  position: relative;
  z-index: -1;
  top: 0;
  width: 100%;
  left: 0;
  z-index: auto;
  overflow: hidden
}

#background-home img {
  padding-top: 40px
}

#wrapper {
  padding: 0 !important
}

.option {
  font-weight: 600
}

.swiper-button-disabled {
  filter: opacity(.5)
}

.benefits-card-text-container {
  position: absolute;
  bottom: 0;
  margin: 10px
}

.benefit-rectangle {
  position: relative
}

.benefits-card-text-container {
  position: absolute;
  bottom: 0;
  margin: 10px
}

.benefits-card-text-container h2 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px
}

.benefits-card-text-container h3 {
  font-size: .875rem;
  color: #fff
}

.bold-title {
  font-size: 18px !important;
  font-weight: 600
}

.benefit-rectangle-error {
  padding-top: 150px;
  display: flex;
  width: 80%;
  height: 100px;
  margin: 0 auto;
  align-items: center;
  justify-content: center
}

.benefits-card-text-container-error {
  font-size: 1.375rem;
  color: #cb1515;
  text-align: center;
  margin-bottom: 10px;
  font-family: Bradesco
}

.flags-container .flags-choose .flag-rectangle img {
  filter: grayscale(1);
  transition: all .3s ease-out
}

.flags-container .flags-choose .flag-rectangle:not(.active-flag) img:hover {
  filter: grayscale(0)
}

.flags-container .flags-choose .flag-rectangle.active-flag img {
  display: none
}

.flags-container .flags-choose .flag-rectangle.active-flag picture img {
  display: block
}

a.hovered-text {
  color: #fff;
  text-decoration: none
}

.benefit-rectangles {
  padding: 0
}

.benefit-box {
  background-size: cover;
  background-repeat: no-repeat;
  height: 235px;
  color: #fff;
  margin: 5px !important;
  width: calc(100% - 10px)
}

.bg-benefit {
  background-color: rgb(0 0 0 / .4);
  height: 235px;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding: 10px 20px
}

.bg-benefit h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px
}

.benefit-box:hover .bg-benefit {
  align-items: center;
  width: 100%;
  background: #333a8f;
  background: linear-gradient(90deg, rgb(0 42 59 / .9) 0%, rgb(50 88 114 / .6) 100%);
  justify-content: center;
  text-align: center
}

.hovered-text {
  display: none
}

.benefit-box:hover p {
  display: none
}

.benefit-box:hover .hovered-text {
  display: block
}

.benefit-box a {
  background: #fff0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  display: none
}

@media only screen and (max-width:1650px) {
  .home #background-home .swiper-pagination {
    bottom: -10px !important
  }
}

@media only screen and (max-width:1366px) and (min-width:700px) {
  #wrapper {
    width: 100%
  }

  .breadcrumbNew {
    top: 20%
  }

  .title-container {
    margin-top: 40px
  }
}

@media only screen and (min-width:1200px) {
  .containerFiltro {
    right: -18rem
  }
}

@media only screen and (max-width:1023px) {
  .mySwiper-banner {
    margin-top: -45px !important
  }
}

@media only screen and (max-width:900px) {
  .banner-img-mobile {
    display: block
  }

  .img-util {
    display: none
  }
}

@media only screen and (min-width:800px) {
  .select-bar {
    position: relative;
    top: 10px
  }
}

@media (max-width:500px) {
  .mySwiper-select-cards-mobile {
    margin-top: 20px
  }

  .mySwiper-select-cards-mobile .swiper-wrapper {
    padding-top: 25px
  }

  .banner-swiper-container {
    margin-top: 0px !important;
  }
}

@media (min-width:480px) {
  #box-bg {
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-image: url(../img/beneficios-ofertas/bg-web.webp);
    min-height: 449px;
    bottom: 71px
  }

  .cards-category-container-mobile {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 825px
  }

  .title-container {
    margin-top: 20px;
    width: 825px
  }

  #background-home {
    min-height: 0 !important
  }

  #background-home img {
    padding-top: 0 !important
  }

  .flags-choose {
    flex-direction: row;
    padding: 53px 92px;
    max-width: 62.5rem
  }

  .select-card-container {
    background-image: url(../img/beneficios-ofertas/cartao-bg.svg)
  }

  .input-title-container {
    display: flex;
    width: 100%;
    justify-content: space-between
  }

  .text-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 150px;
    gap: 8px
  }

  .card-animation-limitator {
    width: 288px
  }

  .material_input {
    width: 40%
  }

  .swiper-wrapper {
    width: 74vw;
    min-height: 352px;
    display: flex
  }

  .swiper-slide {
    width: 33%
  }

  .choosed-flag {
    text-decoration: underline
  }

  .containerHover.active {
    z-index: 999;
    position: absolute;
    width: 66%;
    top: 10px;
    height: 36%
  }

  .card-img:not(.clicked) img {
    transition: 0.2s ease-in-out;
    top: 0
  }

  .card-name {
    transition: 0.2s ease-in-out;
    top: 0
  }

  .card-img:not(.clicked) img.imgHover .card-name {
    transition-timing-function: ease-in;
    top: -15px
  }

  .card-img:not(.clicked) img.imgHover {
    transition-timing-function: ease-in;
    top: -15px
  }

  .card-img:not(.clicked) img:hover .card-name {
    display: block !important
  }

  .vertical-img {
    top: -10px
  }

  .control-arrow-position {
    justify-content: flex-end;
    width: 82vw;
    height: auto
  }

  .container-arrows-mobile {
    width: 21%;
    margin-top: 140px
  }

  .swiper-pagination-select-cards-mobile {
    width: 60% !important
  }

  .mySwiper-select-cards-mobile {
    display: flex
  }

  .menu {
    width: 69%;
    border-bottom: 2px solid #e3e3e3;
    color: #47484c
  }

  .menu li {
    font-size: 1rem;
    font-weight: 400
  }

  .menu li, .benefit-rectangle {
    cursor: pointer
  }

  .benefits-session {
    width: 1194px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .annuity-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 50px
  }

  .text-annuity-container {
    width: 76%
  }

  .download-and-cardimg-container {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .download-and-cardimg-container img {
    width: 100%
  }

  .benefits-session {
    width: 90%;
    max-width: 1194px
  }

  .active-benefits {
    color: #cc092f
  }

  .card-category:hover {
    background: #fff0 linear-gradient(180deg, #cc092f 0%, #cc092f 24%, #ac0c25 78%, #a10d22 93%, #9d0d21 100%) 0% 0% no-repeat padding-box;
    color: #fff
  }

  .card-category:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
  }

  .card-category, .flag-rectangle, .card-img {
    cursor: pointer
  }

  .benefits-card-text-container .hovered-text {
    display: none;
    opacity: 0;
    position: relative;
    top: 10px
  }

  .benefit-rectangle:hover .hovered-text {
    display: block;
    margin-top: 20px;
    opacity: 1;
    top: 0
  }

  .benefit-rectangle {
    position: relative
  }

  .benefits-card-text-container h2 {
    font-size: 1.375rem;
    color: #fff;
    margin-bottom: 10px
  }

  .benefits-card-text-container h3 {
    font-size: 1rem;
    color: #fff
  }

  .bndes {
    width: 100%;
    background: #fff0 linear-gradient(270deg, #002a34 0%, #335973 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    border: none;
    font-size: 1.125rem;
    font-family: Bradesco
  }

  .swiper-pagination-select-cards-mobile {
    margin-right: 20px
  }
}

@media (max-width:480px) {
  .box-bg {
    bottom: unset;
    margin-top: -40px;
  }

  #background-home img {
    padding-top: 85px
  }

  .mySwiper-banner {
    margin-top: 25px !important
  }

  .home #background-home {
    min-height: auto;
    height: unset
  }

  .home #background-home .swiper-pagination {
    bottom: 15px !important;
    margin-left: 30%
  }

  .home #background-home .swiper-pagination-bullet {
    width: 28px
  }

  .container-arrows-mobile.cardActive.mobileCLick {
    top: -120px
  }

  .benefits-container {
    margin-top: 0
  }

  .benefits-container.mobileClick {
    margin-top: 50px
  }

  .card-animation-limitator.mobileClick {
    top: -140px
  }

  .card-name.mobileClick {
    top: 65px
  }

  .vertical-img.mobileClick {
    top: 60px
  }

  .imgClickedVertical {
    width: 150px;
    margin: 10px 25%
  }

  .container-arrows-mobile.mobileClick {
    top: -80px
  }
}

@media only screen and (max-width:425px) {
  .containerFiltro {
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
    height: unset;
    right: unset
  }

  .select-menu {
    width: 340px
  }

  .select-menu .fas::after {
    left: 18rem
  }
}

@media only screen and (max-width:420px) {
  .container-arrows-mobile {
    top: -200px !important
  }

  .container-arrows-mobile.cardActive {
    top: -160px !important
  }
}

.float-abra-conta-link {
  display: block;
  flex-direction: row;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: #cc092f;
  color: #fff;
  z-index: 10;
  font-weight: 700;
  letter-spacing: .6px;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  gap: 8px;
  transition: all 1s linear;
}

.float-abra-conta-link.active {
  display: flex;
}

.float-abra-conta-link-icon {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: solid 2px rgb(256, 256, 256, 0.5);
  padding: 10px;
  background: url("../images/seta-link.svg") center center no-repeat;
}

#d937f5ba-78ef-4a2d-8142-e83a28138363>picture>img[alt="Cartão Bradesco Alelo Pod"] {
  transform: rotate(90deg);
}

#benefits-container>div.benefits-session>div>div.download-and-cardimg-container>picture>img[alt="Cartão Bradesco Alelo Pod"] {
  transform: rotate(90deg);
  margin-top: 80px;
}

#d937f5ba-78ef-4a2d-8142-e83a28138363>h3 {
  padding-top: 45px;
}

.select-card-container .swiper .swiper-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 520px) {
  #d937f5ba-78ef-4a2d-8142-e83a28138363>picture>img {
    margin-top: 0px;
  }

  .container-arrows-mobile {
    top: -155px;
  }
}