.div_x {
    position: absolute;  
    top: 3px;
    left: 3px; 
}
.btn_wsp {
 width: 30px;
 height: 30px;
 
 background-color: transparent;
 color: #64d42f;;
 border-radius: 5px; 
}
.popular-badge span {
    background-color: #ff0000;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.09);
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    line-height: 2.5;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 60px;
}
.cvuelto {
    display: block;
    width: 100%;
    padding: 10px 10px;
    background-color: antiquewhite
   }
   
.contenido {
    display: block;
    position: relative;
    width: calc(90%);
    height: auto;
    margin: 10px auto;
    padding: 30px 10px 10px;
    background: #ccc;
   }
   
.contenido input {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 0;
    padding: 10px 10px;
    font-size: 18px;
   }
   
.contenido label {
    display: block;
    position: absolute;
    width: auto;
    top: 10px;
    left: 50px;
    padding: 5px 5px;
    border-radius: 20px;
    background-color: rgba(255,0,0, .3)
   }
