.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem;
     box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    border-radius: 10px;
}

.card-img-actions {
    position: relative
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center
}

.card-img {
    width: 150px;
    height: 120px;
}

.card-img-empresa {
    width: 120px;
    height: 70px;
}


.card-img-noticia {
    width: 120px;
    height: 70px;
}

.bg-light{
  height: 140px;
}


.star {
    color: red
}

.bg-cart {
    background-color: #b92b27;
    color: #fff
}

.bg-cart:hover {
    color: #fff
}

.bg-buy {
    background-color: green;
    color: #fff;
    padding-right: 29px
}

.bg-buy:hover {
    color: #fff
}



    main {
  padding: 1rem;
}

[role="tablist"] {
  background: #fff;
  padding: 0;
  margin: 0;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px
          width: 100%;
    top: 0px;
    z-index: 8;
    background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
    margin: 0px 0px 50px;
    padding: 0px;
}

[role="presentation"] {
  display: block;
}

[role="presentation"][data-tab-active] {
  background: #fff;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
}

[role="tab"] {
/*   border: 3px solid transparent; */
  color: #000;
  display: block;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    display: flex;
    align-self: center;
    transition: transform 0.25s ease-in-out 0s;
    list-style: none;
    margin: 0px;
    font: 20px;
}

[role="tab"]:focus {
    outline: 0;

 
}

[role="tabpanel"] {
  background: #fff;
  padding: 1rem;
  font-size: 22px;
}

[role="tabpanel"] h2 {
  margin-top: 0;
}

[role="tabpanel"][aria-hidden="true"] {
  display: none;
}

[role="tabpanel"]:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px #036800;
}

@media screen and (min-width: 800px) {
  [role="presentation"] {
    display: inline-block;
  }

  [role="presentation"][data-tab-active] [role="tab"]:after {
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
   
  }
}


@media only screen and (max-width: 568px) {
  
          #logoli{
          top: 13px;position: relative;left: 0px; border: 0.3px solid;
        }
        .movilli{
              border: 0.3px solid;
        }


        .card{
          width: 310px;
          margin-left: 5%;
        }

}

@media only screen and (min-width: 600px) {
  
  #logoli{
  top: 13px;position: relative;left: -80px;   
}




.labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}
.labels > div {
  width: 150px;
  position: absolute;
}
.labels > div.label-new {
  left: -40px;
  top: 20px;
  transform: rotate(-45deg);
}
.labels > div.label-sale {
  right: -40px;
  top: 20px;
  transform: rotate(45deg);
}


}