/*Liston promociones*/
@import url(https://fonts.googleapis.com/css?family=Lato:700);
.box {
 position: relative;
 box-shadow: 1px 2px 10px 3px rgb(176 176 176 / 65%);
 transition:.3s linear;
}

.box:hover {
 box-shadow: 1px 2px 5px 3px rgb(103 103 103);
}



.bundle_title {
    font-size: 18px;
    font-weight: bold;
    background: red;
    padding: 5px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
}
/* common */
.ribbonPromociones {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.ribbonPromociones::before{
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width:50%;
  border: 5px solid #840909e6;
}
.ribbonPromociones::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbonPromociones span {
   position: absolute;
    display: block;
    width: 50px;
    border-radius: 50%;
    padding: 18px 0;
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 33%);
    background: #ED193A;
}

/* top left*/
.ribbonPromociones-top-left {
  top: -10px;
  left: -10px;
}
.ribbonPromociones-top-left::before,
.ribbonPromociones-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbonPromociones-top-left::before {
  top: 0;
  right: 0;
}
.ribbonPromociones-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbonPromociones-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbonPromociones-top-right {
  top: -10px;
  right: -10px;
}
.ribbonPromociones-top-right::before,
.ribbonPromociones-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbonPromociones-top-right::before {
  top: 0;
  left: 0;
}
.ribbonPromociones-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbonPromociones-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbonPromociones-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbonPromociones-bottom-left::before,
.ribbonPromociones-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbonPromociones-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbonPromociones-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbonPromociones-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbonPromociones-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbonPromociones-bottom-right::before,
.ribbonPromociones-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbonPromociones-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbonPromociones-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbonPromociones-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.ribbonOutlet{
  color: #fff;
  margin: 0px;
  position: absolute;
  text-transform: uppercase;
  background:  #a6a6a6;
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: 0px 1px 3px rgba(0,0,0,.2);
  padding: 10px 15px;
  clear: both;
  z-index:99;
  top:100px;
  left:0px;
}
 
div.left_ribbonOutlet{
  color: #000;
  margin-left: -10px;
  float: left;
}
 
div.left_ribbonOutlet p{
  margin: -7px 0px;
  color:white;
}
 
div.left_ribbonOutlet::before{
  display: block;
  width: 10px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  left: -1px;
  content: "";
  border-bottom: 10px solid transparent;
  border-right: 10px solid    #666666;
}
 
div.left_ribbonOutlet::after{
  display: none;
  width: 6px;
  height: 44px;
  position: absolute;
  bottom: 3px;
  right: -1px;
  content: "";
  border: 1px solid rgba(0,0,0,.3);
  transform: skew(0deg,45deg);
  -ms-transform: skew(0deg,45deg); /* IE 9 */
  -webkit-transform: skew(0deg,45deg); /* Safari and Chrome */
  -o-transform: skew(0deg,45deg); /* Opera */
  -moz-transform: skew(0deg,45deg); /* Firefox */
  background: rgb(0, 80, 116);
}
