#header-banner .reward-mobility-ban-logo img {
  width: 100%;
}

.reward-mobility-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reward-mobility-header .reward-mobility-logo {
  margin-bottom: 24px;
}

.reward-mobility-header .menu-menu-premio-mobilidade-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.reward-mobility-header .menu-menu-premio-mobilidade-container .menu {
  list-style: none;
  display: flex;
  margin: 0px !important;
}

.reward-mobility-header
  .menu-menu-premio-mobilidade-container
  .menu
  .menu-item {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Readex Pro;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 24px;
  position: relative;
}

.reward-mobility-header
  .menu-menu-premio-mobilidade-container
  .menu
  .menu-item
  a {
  color: #404044 !important;
  margin: 0;
}

.reward-mobility-header
  .menu-menu-premio-mobilidade-container
  .menu
  .menu-item:nth-child(2)::before,
.reward-mobility-header
  .menu-menu-premio-mobilidade-container
  .menu
  .menu-item:last-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 35%;
  bottom: 0;
  width: 1px;
  height: 15px;
  background-color: #000;
}

.reward-mobility-header
  .menu-menu-premio-mobilidade-container
  .menu
  .menu-item:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 100%;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 60%;
  background-color: #2575e8;
}

.menu-menu-premio-mobilidade ul li:first-child{
    color: #777;
}

.better-brands-area {
  display: flex;
  flex-direction: column;
}
.better-brands-area .better-brands-title {
  color: var(--Preto-ttulo, #404044);
  font-family: Readex Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 18px;
}
.better-brands-area .better-brands-card {
  display: flex;
  gap: 20px;
  min-height: 350px;
}
.better-brands-area .better-brands-card .card-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  width: 285px;
  max-width: 285px;
  height: 330px;
  max-height: 330px;
}
.better-brands-area .better-brands-card .card-component .card-header {
  width: 100%;
  height: 75%;
}
.better-brands-area .better-brands-card .card-component .card-content {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404044;
  text-align: center;
  font-family: Readex Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}



/* MENU BOTTOM  */
.reward-mobility-menu-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  margin: 39px 0 49px 0;
  /*! justify-content: center; */
}
.reward-mobility-menu-bottom ul {
  margin: 0;
  padding: 0 120px;
  /*! width: 100%; */
  display: flex !important;
  justify-content: start;
  align-items: center;
  list-style: none;
  text-align: unset;
  position: relative;
  gap: 25px;
}

.reward-mobility-menu-bottom li {
  width: 220px;
  height: 198px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.header-menu-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  
}

.reward-mobility-menu-bottom li:hover {
background: #009FE1;
  color: #FFF;
  
}

.reward-mobility-menu-bottom li:hover .header-menu-content span {
  color: #FFF;
  
}

/* CARD COMPONENT */
.better-brands-area {
  display: flex;
  flex-direction: column;
}
.better-brands-area .better-brands-title {
  color: var(--Preto-ttulo, #404044);
  font-family: Readex Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 18px;
}
.better-brands-area .better-brands-card {
  display: flex;
  gap: 20px;
  min-height: 350px;
}
.better-brands-area .better-brands-card .card-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  width: 369px;
  max-width: 415px;
  height: 428px;
  max-height: 434px;
}
.better-brands-area .better-brands-card .card-component .card-header {
  width: 100%;
  height: 60%;
}
.better-brands-area .better-brands-card .card-component .card-content {
  /*! width: 100%; */
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404044;
  text-align: center;
  font-family: Readex Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD COMPONENT */
.description {
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}

.premium-card-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  width: 369px;
  max-width: 415px;
  height: 428px;
  max-height: 434px;
}

.premium-card-header {
  width: 100%;
  height: 60%;
}

.premium-card-content {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404044;
  text-align: center;
  font-family: Readex Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! margin-top: 20px; */
  height: 100%;
}

.collapsed {
  -webkit-line-clamp: 4; /* nÃºmero de linhas que vocÃª quer exibir */
}

.card-img-top {
  width: 100%;
  height: 60%;
  object-fit: cover;
  /* max-height: 347px; */
}

.header-menu-title {
  margin-bottom: 8px;
  color: #404044;
  text-align: center;
  font-family: Readex Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.header-menu-subtitle {
  color: #777;
  text-align: center;
  font-family: Readex Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.card.text-center {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  max-height: 473px;
  height: 100%;
  max-width: 354px;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.readMore {
  color: #777;
  text-align: center;
  font-family: Readex Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

#arrowIcon {
  width: 24px;
}

.better-brands-premium {
  margin-bottom: 4rem;
}
#conteudo-premium {
  margin-top: 49px;
  padding: 0 120px;
  height: 100%;
}

.head {
  padding-left: 0 !important;
  margin-bottom: 2rem;
}

.line {
  width: 100%;
  height: 2px;
  background: #dcdcdc;
  margin-top: 6rem;
}

.result{
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 40px;
  padding: 0 120px;
}

.title-result{

  color: var(--Preto-ttulo, #404044);
font-family: Readex Pro;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 78.125% */
}

@media screen and (max-width: 768px) {
  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item {
    padding: 16px 12px;
  }

  .reward-mobility-menu-bottom ul,
  #conteudo-premium, .result {
    padding: 0 38px;
  }
}

@media screen and (max-width: 414px) {
  .reward-mobility-header .menu-menu-premio-mobilidade-container {
    margin-bottom: 24px;
  }

  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu {
    margin: 0px !important;
    padding: 0px !important;
    flex-wrap: wrap;
  }

  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item {
    width: 100%;
    justify-content: center;
  }

  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item:nth-child(2)::before,
  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #000;
  }

  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 75%;
    top: 28%;
    bottom: 0;
    right: 0;
    height: 24px;
    width: 2px;
    background-color: #2575e8;
  }
}

.rotate {
  transform: rotate(180deg);
}

.expanded {
    max-height: inherit !important;
}

.header-menu-content svg g path {
  fill: #009FE1;
}

.header-menu-content svg path {
  fill: #009FE1
}

.header-menu-content:hover svg g path, .header-menu-content:hover svg  path {
  fill: #fff;
}

.active-header {
    background-color: #009FE1;
}
.active-header .header-menu-content  span{
    color: #fff;
}
.active-header .header-menu-content  svg g path{
  fill: #fff !important;
}

.active-header .header-menu-content  svg path{
  fill: #fff !important;
}
body{
    overflow-x: hidden;
}




/* METODOLOGIA */

.vote_destaque {
  display: flex;
  justify-content: start;
  align-items: center;
}
.vote_title {
  width: 26%;
  text-align: start;
  margin-right: 6px;
}
.vote_itens {
  display: flex;
  align-items: center;
  width: 74%;
}
.vote_itens ul  {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.vote_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}


.vote_title_item {
  color: #404040;
  text-align: center;
  font-family: Readex Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}


.vote_titulo_button {
  display: flex;
  width: 183px;
  height: 53px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Readex Pro;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  background: var(--2-f-80-ed, #2F80ED);
  border: none;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
  .vote_title_item {
    font-size: 14px;
  }

  .vote_destaque{
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .vote_title{
    width: 100%;
    margin-right: 0;
  }
  .vote_itens ul{
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  .vote_item{
    flex-direction: row;
  }

  button.accordion-button{
  font-size: 15px;
  }
}

/* COLAPSE */
.accordion-button:not(.collapsed):focus {
   --#{$prefix}
   accordion-active-color: none;
   --#{$prefix}
   accordion-active-bg: none;
   --#{$prefix}
   accordion-border-color: none;
   --#{$prefix}
   accordion-border-width: none;
.accordion-button: not(.collapsed):
   focus {
   --#{$prefix}
   accordion-active-color: none;
   --#{$prefix}
   accordion-active-bg: none;
   --#{$prefix}
   accordion-border-color: none;
   --#{$prefix}
   accordion-border-width: none;
};
   padding-left: 48px;
}

h2.accordion-header {
    height: 52px;
}


button.accordion-button {
    color: #404044;
    font-family: Readex Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

button.accordion-button.collapsed {
    padding-left: 48px;
}

.accordion-body {
  display: flex;
  gap: 32px;
}

.text-card-accordion h5 {
  max-width: 793px;
  color: #404040;
font-family: Readex Pro;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
}

.accordion-button:not(.collapsed){
  box-shadow:none !important;
  color: black !important;
  background-color: transparent !important;
  
}

img.image-card-accordion {
  width: 256px;
  /*! object-fit: contain; */
  
  max-height: 197px;
}

.accordion-body {
  /*! max-height: 256px; */
  margin-bottom: 11px;
  border-bottom: 0.2px solid #bcbcbc42;
  padding: 1rem;
}

div#accordionCards {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
  .reward-mobility-menu-bottom li{
    width: auto;
    height: auto;
  }
  .header-menu-content{
    padding: 8px;
  }
  .header-menu-content svg{
    width: 49px;
    height: 45px;
  }
  .header-menu-title{
    font-size: 12px;
  
  }
  .button.accordion-button{
    font-size: 16px;
  }
  .accordion-body{
    max-height: none !important;
    flex-direction: column;
    align-items: center;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .reward-mobility-menu-bottom li{
    width: auto;
    height: 158px;
  }
  .header-menu-content{
    padding: 8px;
    gap: 8px;
  }
  .header-menu-title{
    font-size: 16px;
  
  }

}

.reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item a {
  text-wrap: nowrap;
  text-decoration: none;
}

.reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item:first-child a {
  color: #777777 !important;
}

/* Small devices (mobile, 480px and less) */
@media only screen and (max-width: 480px) {
  .reward-mobility-header .menu-menu-premio-mobilidade-container {
    border-top: 1px solid #777777;
  }

  /* MENU TOP */
  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item:nth-child(2)::before,
  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item:last-child::before {
    content: '' !important;
    left: 0 !important;
    top: 26% !important;
    height: 22px !important;
    width: 1px !important;
    background: #777777 !important;
  }

  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item {
    width: auto;
    height: 49px;
  }

  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item:hover {
    background: #2575E8;
  }

  .reward-mobility-header .menu-menu-premio-mobilidade-container .menu .menu-item:hover a {
    color: #FFF !important;
  }

  /* MENU BOTTOM */
  .reward-mobility-menu-bottom .owl-carousel .owl-stage {
    justify-content: start !important;
  }

  .reward-mobility-menu-bottom .owl-carousel .owl-item {
    width: 102px !important;
    height: 96px !important;
  }
  
  .reward-mobility-menu-bottom .owl-carousel li {
    width: 100%;
    height: 100%;
  }

  .reward-mobility-menu-bottom .owl-carousel li .header-menu-content {
    gap: 4px;
  }

  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item:nth-child(2)::before,
  .reward-mobility-header
    .menu-menu-premio-mobilidade-container
    .menu
    .menu-item:last-child:before {
    height: 0px;
  }

  .reward-mobility-header 
  .menu-menu-premio-mobilidade-container 
  .menu .menu-item:nth-child(2)::after, 
  .reward-mobility-header .menu-menu-premio-mobilidade-container 
  .menu .menu-item:last-child::after{
    height: 0px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1248px) { 
  .reward-mobility-menu-bottom .owl-carousel .owl-item {
    width: 220px !important;
    height: 148px !important;
  }
  
  .reward-mobility-menu-bottom .owl-carousel li {
    width: 100%;
    height: 100%;
  }
}

.accordion-item{
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  background: #ececec61 !important;
}


