@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

.hidden {
    display:none !important;
}
body {
    background-color: #dadde6;
    font-family: arial
}

.container-480{
    margin:0 auto;
    padding:5px;
    width: 400px;
}

h1 {
    text-transform: uppercase;
    font-weight: 900;
    border-left: 10px solid #67bebd;
    padding-left: 10px;
    position: fixed;
    top: 0;
    background: #dadde6;
    z-index: 2;
    width:100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.container-480 header {
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 10;
}

.row {
    overflow: hidden;
    margin-left:0;
    margin-right:0;
    padding-left: 0;
}

.card {
    padding: 0;
}

.card {
    display: table-row;
    background-color: #fff;
    color: #989898;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    min-height: 110px;
}

.card+.card {
    margin-left: 2%
}

.date {
    display: table-cell;
    width: 140px;
    position: relative;
    text-align: center;
    border-right: 2px dashed #dadde6
}

.date:before,
.date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #DADDE6;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    border-radius: 50%
}

.date:after {
    top: auto;
    bottom: -15px
}

.date time {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.date time span {
    display: block
}

.date time span:first-child {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 50px;
}

.date time span:last-child {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px;
    font-size:20px;
}

.card-cont {
    display: table-cell;
    width: 340px;
    position:relative;
    font-size: 85%;
    padding: 20px 10px 10px 20px;
}

.card-cont h3 {
    color: #3C3C3C;
    font-size: 130%;
    width: 185px;
}

.card-cont>div {
    display: table-row
}

.card-cont .event-date i,
.card-cont .event-info i {
    padding: 5% 5% 0 0
}

.card.card-open .event-info {
    display:block;
}

.card-cont .event-date time span {
    display: block
}



/**
.card-cont a {
    display: block;
    text-decoration: none;
    background-color: #D8DDE0;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 10px;
    width: 80px;
}

.card-cont a {
    background-color: #F8504C
}
**/
/*
@media screen and (max-width: 860px) {
    .card {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }
    .card+.card {
        margin-left: 0
    }
    .card-cont .even-date,
    .card-cont .even-info {
        font-size: 75%
    }
}
*/
#evento-nuevo-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index:6;
}

#eventos-wrapper {
    margin-top:95px;
}

.cell-btn {
    display:block;
}
#filtro-wrapper{
    position:absolute;
    z-index: 6;
    top:20px;
    right:20px;
}
#filtro-wrapper label{
    display:block;
}
#mes-select-wrapper{
   float:right;
}
.product{
    text-align: right;
    position: absolute;
    top: 10px;
    right: 5px;  
    padding-bottom:10px;
}
.product button{
    width:100%;
    background-color: #67bebd;
    color:#fff;
}
.img-product-wrapper {
  
}
.img-product-wrapper img{
    width:80px;
}
.card .event-info {
    margin-top: 20px;
    display: block;
    text-transform:none;
}
#tipo-select{
  position: absolute;
  right: 0;
  z-index: 0;
  padding: 6px 19px;
}
.more-link {
    text-transform:lowercase;
    font-weight: bold;
}