.card-with-image-and-topics-shared {
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 15px;
  width: 100%;
}

.card-with-image-and-topics-shared:first-child {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .card-with-image-and-topics-shared {
    margin-right: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .card-with-image-and-topics-shared {
    margin-left: 30px;
  }
}

.card-with-image-and-topics-shared .container_card-with-img-topics {
  background: #FFFFFF;
  border: 1px solid #EFE9E5;
  box-shadow: 0 1px 2px 0 rgba(91, 81, 73, 0.2);
  border-radius: 8px;
  border-left: 5px solid transparent;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics {
    display: flex;
    align-items: flex-end;
    width: 150px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics {
    width: 160px;
  }
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic img {
  display: table;
  margin: auto;
  max-width: 87px;
  margin-top: 16px;
}

@media only screen and (min-width: 576px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic img {
    max-width: 100%;
    max-height: 145px;
  }
}

@media only screen and (min-width: 768px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic img {
    max-height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .title_card-with-img-topics {
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  font-size: 18px;
  color: #231D19;
  text-align: left;
  line-height: 27px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics {
  margin-bottom: 8px;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li p {
  font-family: "ItauDisplay-Regular", "Myriad Pro", Arial;
  color: #231D19;
  text-align: left;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li i {
  margin-right: 8px;
}

[data-segment='varejo'] .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li i:before, [data-segment='varejo-2.0'] .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li i:before {
  color: #EC7000;
}

[data-segment='empresas'] .card-with-image-and-topics-shared .container_card-with-img-topics .img-text-topic .box-topics li i:before {
  color: #003767;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics {
  border: 1px solid #EC7000;
  background-color: #EC7000;
  border-radius: 4px;
  width: 126px;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics {
    width: 110px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics {
    width: 98px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics {
    width: 126px;
  }
}

.card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics a {
  text-decoration: none;
}

.card-with-image-and-topics-shared .container_card-with-img-topics .btn_card-with-image-and-topics span {
  width: 100%;
  height: 100%;
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 26px;
}
