.card{
	border-radius: 3px;
}
.card-img, .card-img-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.operacion{
	float: right;
	position: relative;
	/*margin-top: -42px;*/
	background-color: #2699dc;
	color: #fff;
    margin-right: -16px;

    margin-top: -6px;
    width: 100%;
}
.operacion a{
	display: inline-block;
    line-height: 30px;
    text-align: center;
    background-color: #2699dc;
    transition: .3s;
    outline: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color:#fff;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);*/
    font-size: 14px;
}
.operacion a:hover{
	transform: scale(1.1);
	color:#fff;
}
.btn{
    border-radius: 3px;
}
.form-control{
    border-radius: 3px;
}
.bsnav{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(199,193,199,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(199,193,199,0.38);
box-shadow: 0px 4px 5px 0px rgba(199,193,199,0.38);
}

.row_striped:nth-child(odd) { 
  background-color: #fff; 
}

.row_striped:nth-child(even) { 
  background-color: #f7f7f7; 
}
.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;

}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px;
}
.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px;
}
.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: .8rem;
    line-height: 100%;
    padding: .375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}

/* HTML: <div class="ribbon">Your text content</div> */
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon2 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.ribbon2 {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  bottom: 20px;
  right: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #2699dc;
  border-top: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(var(--r) 100%,100% 100%,100% var(--f),calc(100% - var(--f)) 0,
      calc(100% - var(--f)) var(--f),var(--r) var(--f),
      0 calc(50% + var(--f)/2));
}