#background-home {
  background: #fff;
}

#wrapper{
  width: 100% !important;
}
.home #lightT{
  top: 0px;
}

.card-name {
  text-align: center;
}

#box-bg {
 background: transparent linear-gradient(337deg, #CC092F 0%, #CC092F 40%, #333B8F 90%, #333B8F 100%) 0% 0% no-repeat padding-box;;
  background-size: cover;
  padding-bottom: 90px;
}
.containerLoading p{
  color: #fff;
}

.box-bg {
  position: relative;
  bottom: -10px;
  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;
}
@media only screen and (max-width: 1366px) and (min-width: 700px) {
  .breadcrumb{
    top: 18% !important;
  }
}

.home #background-home #lightT .img-logo{
  margin-top: 40px;
}

.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: #797979;
  box-shadow: 0px 2px 16px #00000029;
  border-radius: 16px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.img-util{
  display: none;
}
.mySwiper-banner{
  height: auto;
}

.card-category.active {
  background: transparent
    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%);
}
.footer-bndes{
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


/* Container 2 */

.flags-container {
  position: relative;
  z-index: 3;
  margin-top: -10px ;
  bottom: 37px;
  height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px ;
  background: #F0F1F5 0% 0% no-repeat padding-box;
  color: #E1173F;
  padding-bottom: 80px;
}

.flags-container h3 {
 font: normal normal bold 24px/30px Bradesco ;
 margin-right: 60px;
  margin: 3rem 1rem 1rem 1rem;
}

.flags-choose {
  margin-top: 5rem;
  margin-left: 15rem;
  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: 0px 2px 16px #00000029;
}

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

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

/* Container 3 */

.select-card-container {
  display: flex;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px ;
  z-index: 3;
  margin-top: -40px;
  flex-direction: column;
  align-items: center;
  background: transparent linear-gradient(327deg, #CC092F 0%, #CC092F 40%, #333B8F 90%, #333B8F 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 680px;
  position: relative;
  top: -63px;
  padding-top: 60px;
  color: #fff;
}

form {
  width: 90%;
}

.text-container {
  font-size: 0.875rem;
}

.text-container h3 {
  font: normal normal bold 28px/34px Bradesco;
}
.text-container p{
  font: normal normal 600 18px/24px Bradesco;
}

#mobile-section {
  margin-top: unset;
}


.material_block {
  max-width: 325px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 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 0px 21px;
  margin-top: 13px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

#input-filter:focus {
  outline: none;
}

#mla {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  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:focus ~ #mla,
input:valid ~ #mla {
  font-size: 0.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:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

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

input: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: transparent;
  }
}

@-moz-keyframes inputlighter {
  from {
    background: #3f51b5;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputlighter {
  from {
    background: #3f51b5;
  }
  to {
    width: 0;
    background: transparent;
  }
}

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

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

.swiper-wrapper {
  width: 80vw;
}

.breadcrumbNew {
  top: 160px;
}

.card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 80vw;
  height: 0;
  border-radius: 16px;
  margin: 100px 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: 10;
}

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

.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;
  width: 40%;
}

.swiper-slide picture {
  margin-bottom: 15px;
}



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


.card-animation-limitator {
  height: 300px;
  position: relative;
  top: -225px;
  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: rgba(255, 255, 255, 0.25);
}

.arrows-mobile {
  display: flex;
  gap: 15px;
}
#icon-download{
  filter: invert(14%) sepia(100%) saturate(7466%) hue-rotate(5deg) brightness(106%) contrast(114%);;
  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: rgba(255, 255, 255, 0.25);
}

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

.select-menu .fas{
  border-color: rgba(255, 255, 255, 0);
  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: rgba(0, 0, 0, 0);
  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;
}

.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: 0px;
}

.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;
  right: -18rem;
  margin-bottom: 10px;
}


.mobile-section {
  background: #fff;
}




/* container 4 */

.benefits-container {
  display: flex;
  
  z-index: 3;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px ;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  top: -152px;
  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;
}

@media only screen and (max-width: 1100px) {
  .cards-category-container-mobile{
    margin-left: 220px;
    max-width:700px !important
  }

  .title-container{
    left: 5rem !important;
  }
}

.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;
}
@media only screen and (min-width: 800px ){
  .select-bar {
 
    position: relative;
    top: 10px;
  }
  
}

.benefits-session {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  min-height: 400px;
  width: 100%;
}

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

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

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

.annuity-container .text-annuity-container > p {
  font-size: 0.6875rem;
  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 a {
  color: #3b69ff;
  font-size: 0.685rem;
  margin-left: 10px;
}

.download-session p {
  color: #000;
}

#icon-download {
  margin-bottom: 0!important;
}

.active-flag {
  background: transparent linear-gradient(121deg, #CC092F 0%, #CC092F 40%, #333B8F 90%, #333B8F 100%) 0% 0% no-repeat padding-box;
}

.inverted-alelo {
  filter: invert(0.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: -25px;
  width: 100%;
  left: 0;
  z-index: auto;
  overflow: hidden;
}

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

#wrapper {
  padding: 0 !important;
}

.option {
  font-weight: 600;
}

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

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

.benefit-rectangle {
  position: relative;
  width: 45%;
  min-height: 280px;
}

.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: 17px !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;
}
@media only screen and (max-width: 900px) {
  .overlay {
    z-index: 4 !important;
  }
  .menuMobileSol.active{
    width: 100%;
    position: relative;
    padding: 0 24px;
    margin-top: 25px;

  }
  .menuMobileSol .headerMobileUpgrade {
    align-items: center;
    height: 116px;
    display: flex;
    justify-content: space-between;
  }
  .title-container img, .number3{
    display: none;
  }
  .cards-category-container-mobile{
    margin-left: 0px !important;
  }
  .flags-choose{
    left: -5rem  !important;
    position: relative;

  }
  .mySwiper-select-cards-mobile{
    width: 90% !important;
    margin-left: 2rem !important;
  }
  .input-title-container{
    margin-left: unset !important;

  }
  .select-card-container .text-container{
    padding-left: 2rem !important;
  }
}

@media only screen and (max-width: 380px){
  .select{
    margin-right: 60px;
  }
  .select-menu .fas::after{
    left: 15rem !important;
  }
  .options-list, .options-list-categoria{
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  
  .home #background-home,
  .net__empresa #background-home,
  .credito #background-home {
    min-height: auto;
    height: unset;
  }

  .home #background-home .swiper-pagination{
    left: 7rem ;
  }

  .material_input{
    margin-left: 2rem !important;
  }

  .title-container img{
    display: none;
  }
  .mySwiper-select-cards-mobile{
    height: 450px;
    width: unset !important;
    margin-left: unset !important;
  }
  .input-title-container{
    margin-left: 20px;
  }

  .select-card-container .number3{
    display: none;
  }
  .container-arrows-mobile{
    top: -130px;
  }
  .container-arrows-mobile.cardActive{
 
    top: -80px;
  }
  .container-arrows-mobile.cardActive.mobileCLick{
 
    top: -120px;
  }
  
  

  .benefits-container.mobileClick{
    margin-top: 80px;
  }

  .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;
  }

  .flags-choose{
    margin-left: unset !important;
    margin-top: unset !important;
  }
  .flags-container{
    margin-top: -30px;
    height: auto;
    padding: unset;
    
  }
  .text-container{
    display: flex;
    flex-direction: column-reverse;
    padding-left: unset !important;
  }

  .text-container p{
    margin-top: 20px;
  }
  .text-container .choosed-flag{
    text-decoration: underline;
  }
  .select-card-container{
    top: unset;
  }
  .cards-category-container-mobile{
    max-width: unset;
    margin-left: unset !important;
  }

  .mySwiper-banner{
    margin-top: -35px;
  }
  .containerFiltro{
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
    height: unset;
    right: unset;
  }
  .select-menu{
   width: 340px;
  }
  .select-menu .fas::after{
    left: 18rem;
  }
}
.bndes {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: transparent linear-gradient(90deg, #CC092F 0%, #CC092F 40%, #333B8F 90%, #333B8F 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;
}
.bndes:hover{
  cursor: pointer;
  text-decoration: none;
  color: #F0F1F5;
}
@media  (max-width: 1340px) {
  .cards-category-container-mobile{
    flex-wrap: wrap !important;
    max-width: 700px !important;
    margin-left: 80px;
  }
  .flags-choose{
    max-width: 35rem !important;
     flex-wrap: wrap;
     margin-left: 10rem !important;
     margin-top: 5.5rem ;
  }
}

@media  (min-width: 1366px) {
  .cards-category-container-mobile{
    margin-left: 20rem;
  }
  .flags-choose{
    max-width: 60rem;
    width: 55% !important;
    margin-left: 20rem;
  }
  .text-container{
    padding-left: 15rem;
 
  }
  .mySwiper-select-cards-mobile{
    width: 65% !important;
    margin-left: 30rem  !important;
  }
}

@media (min-width: 1920px) {
  .flags-container{
    height: 500px;
  }
  .benefits-container{
    margin-top: -60px;
  }
  .select-card-container .number3{
    margin-left: 8% !important;
  }
  .flags-container .title-container{
    margin-top: 70px;
  }
  .flags-choose{
    margin-top: 12rem !important;
  }
  .select-card-container{
    margin-top: unset;
  }
  .flags-container h3{
    margin: 3rem 1rem 1rem 8rem;
  }
  .box-bg .title-container h3{
    margin-left: 8rem;
  }
}

@media(min-width: 800px){
  .mySwiper-banner{
    height: auto;
  }
  .img-util{
    display: block;
  }
  .banner-img-mobile{
    display: none;
  }
}


@media (min-width: 480px) {
  #box-bg {
    background-image: url("../img/beneficios-ofertas/step1-bg.webp");
    min-height: 449px;
    bottom: 0px;
  }

  #box-bg.active{
    bottom: 21px;
  }

  #mobile-section {
    margin-top: -50px;
  }
 

  .cards-category-container-mobile {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 825px;
    padding-top: 80px;
  }

  .title-container {
    z-index: -1;
    position: absolute;
    display: flex;
    left: 10rem;
    width: 825px;
  }


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

  .flags-choose {
    margin-top: 8rem;
    flex-direction: row;
    padding: 53px 92px;
    max-width: 62.5rem;
  }
  .flags-container .title-container img{
    margin-top: 3rem;
  }

  .flags-container{
    background-image: url("../img/beneficios-ofertas/step2-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .select-card-container {
    padding-top: unset;
    flex-direction: row;
    height: 500px;
    background-image: url("../img/beneficios-ofertas/step1-bg.webp")
  }

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

  .input-title-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
  }
  .select-card-container .number3{
    position: absolute;
    margin-left: 10%;
  }

  .text-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36rem;
    gap: 8px;
  }

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

  .material_input {
    width: 40%;
  }

  .swiper-slide {
    width: 33%;
    margin-top: 100px;
  }

  .choosed-flag {
    text-decoration: underline;
  }

  .card-img:not(.clicked)  img{
    transition: 0.2s ease-in-out;
    top: 0px;
  }
  .card-name{
    transition: 0.2s ease-in-out;
    top: 0px;
  }
  .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;
  }
  .container-arrows-mobile {
    width: 21%;
    margin-top: 120px;
  }

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

  @media only screen and (max-width: 1366px) and (max-height: 780px){
    .mySwiper-select-cards-mobile {
      width: 65% !important;
      margin-left: 27rem !important;
    }
    .sizeImg{
      width: 232px;
    }
    .card-animation-limitator{
      width: 258px;
      margin-left: 0px;
    }
    .card-image{
      width: 20vw;
    }
    .benefits-container{
      top: -212px;
    }
    .text-container{
      padding-left: 28rem;
    }
    .container-arrows-mobile{
      margin-top: 130px;
      left: 160px;
    }
    .swiper-pagination-select-cards-mobile{
      margin-right: 40px !important;
    }
  }

  .mySwiper-select-cards-mobile {
    width: 60%;
    height: 79%;
    margin-left: 30rem;
    margin-top: -1.2rem;
    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%;
    padding: 0 100px 0 0;
  }

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

  .download-and-cardimg-container img {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .benefits-session {
    width: 1194px;
  }

  .active-benefits {
    color: #cc092f;
  }

  .card-category:hover {
    background: transparent
      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;
  }

  

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


html.accessib-contraste-pa #box-bg,
html.accessib-contraste-pb #box-bg {
  background: #000;
}

html.accessib-contraste-pa .card-category,
html.accessib-contraste-pb .card-category {
  background: #000;
  border: 1px solid;
}

html.accessib-contraste-pa .card-category.active,
html.accessib-contraste-pb .card-category.active {
  border-width: 3px;
}

html.accessib-contraste-pa #flags-container,
html.accessib-contraste-pb #flags-container {
  background: #000;
}

html.accessib-contraste-pa .flags-choose,
html.accessib-contraste-pb .flags-choose {
  background: #000;
}

html.accessib-contraste-pa .footer-bndes .bndes,
html.accessib-contraste-pb .footer-bndes .bndes {
  background: #000;
  border-top: 1px solid;
}

html.accessib-contraste-pa .flag-rectangle,
html.accessib-contraste-pb .flag-rectangle {
  background: #000;
  border: 1px solid;
}
html.accessib-contraste-pa .flag-rectangle.active-flag,
html.accessib-contraste-pb .flag-rectangle.active-flag {
  border-width: 3px;
}

html.accessib-contraste-pa .select-card-container,
html.accessib-contraste-pb .select-card-container {
  background: #000;
}

html.accessib-contraste-pa .card-image,
html.accessib-contraste-pb .card-image {
  background: #000;
}

html.accessib-contraste-pa .clicked .card-image,
html.accessib-contraste-pb .clicked .card-image {
  border: 1px solid;
}

html.accessib-contraste-pa .benefits-container,
html.accessib-contraste-pb .benefits-container {
  background: #000;
}

html.accessib-contraste-pa .select-bar {
  background: #FF0;
  height: 6px;
}

html.accessib-contraste-pb .select-bar {
  background: #FFF;
  height: 6px;
}

html.accessib-contraste-pa .options-list,
html.accessib-contraste-pb .options-list {
  background: #000;
  border: 1px solid;
}

html.accessib-contraste-pa .options-list-categoria,
html.accessib-contraste-pb .options-list-categoria {
  background: #000;
  border: 1px solid;
}

html.accessib-contraste-pa .select-menu .fas,
html.accessib-contraste-pb .select-menu .fas {
  border-color: transparent !important;
}


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, 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: rgb(51,58,143);
  background: linear-gradient(264deg, rgba(51,58,143,0.8) 0%, rgba(203,8,47,0.8) 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: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  display: none;
}

.banner-swiper-container a {
  cursor: unset;
}

.home .buttonTab1 {
  padding: 15px 30px;
  margin: 30px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

#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: 50px;
}

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

@media only screen and (max-width: 520px) {
  #card-container>div>div.swiper.mySwiper-select-cards-mobile.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 570px;
  }

  #benefits-container {
    top: -95px;
  }
}