.component-tabs-mobile-section {
  width: 100%;
  height: 818px;
  padding: 30px;
  padding-top: 160px;
  display: none;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(5, 71, 145, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.component-tabs-mobile-section-signature {
  width: 100%;
  height: 818px;
  padding: 30px;
  padding-top: 160px;
  display: none;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, #E2656100 0%, #E26561 10%, #CC092F 100%);

}

.component-tabs-mobile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.component-tabs-mobile-header-image {
  margin-bottom: 34px;
}

.component-tabs-mobile-body {
  width: 100vw;
}

.component-tabs-mobile-body-carousel {
  width: 100%;
}

.component-tabs-mobile-body-carousel-item {
  width: 80vw;
  min-width: 270px;
  height: 388px;
  padding: 15px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
}

.component-tabs-mobile-body-carousel-item:first-child {
  margin-left: 40px;
}

.component-tabs-mobile-body-carousel-item-header-texts {
  width: 80%;
  display: flex;
  justify-content: center;
}

.component-tabs-mobile-body-carousel-item-header {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 15px;
  justify-content: space-between;
  border-bottom: 2px solid #E3E3E3;
  height: 60px;
  align-items: center;
}

.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image {
  width: 100%;
  height: auto;
}

.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image.disney-plus {
  width: 100px;
}

.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image.airplane {
  width: 30px;
}
.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image.logo-bradesco {
  width: 40px;
}
.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image.mickey-head {
  width: 40px;
}

.component-tabs-mobile-body-carousel-item .component-tabs-mobile-body-carousel-item-header .component-tabs-mobile-body-carousel-item-header-image.logo-visa {
  width: 70px;
}

.component-tabs-mobile-body-carousel-item-header-title {
  width: 180px;
  color: #2B2B2B;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.component-tabs-mobile-body-carousel-item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 24px;
}

.component-tabs-mobile-body-carousel-item-body.visa {
  gap: 0;
}

.component-tabs-mobile-body-carousel-item-body a {
  text-decoration: underline;
  color: #074FD6;
}

.component-tabs-mobile-body-carousel-item-body b {
  font-weight: 600;
}

.component-tabs-mobile-body-carousel-item-body ul {
  list-style-type: disc;
  padding: 0 15px 0 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.component-tabs-mobile-body-carousel-item-body .component-tabs-mobile-body-carousel-item-body-list-visa {
  padding: 0 0 0 20px;
}

.owl-dots {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid white !important;
  border-radius: 100%;
  cursor: pointer !important;
}

.owl-dot.active {
  background-color: white !important;
}

@media (max-width: 768px) {
  .component-tabs-mobile-section {
    display: flex;
  }
  .component-tabs-mobile-section-signature {
    display: flex;
    background: linear-gradient(180deg, #E26561 0%, #E26561 10%, #CC092F 100%);
  }
  .owl-nav span{
    display: none ;
  }
  .component-tabs-section {
    display: none;
  }

  .component-tabs-mobile-body-carousel-item {
    height: 465px;
  }
}

.owl-stage {
  padding-left: 0px !important;
}