/*Cartelera Eventos*/
div.product-item{
    display: flex;
    margin: auto;
    font-family:'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #031B2A;
    line-height: 1.5rem;
    box-shadow: 1px 1px 8px 1px #8c8c8c;
    margin: 0 2vw;
}

div.product-item-text {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div[class^='date-box-']{
    position: relative;
    height: 100%;
    padding: 20px;
}
div.date-box-red{
    background-color: #E81010;
}

div.date-box-green{
    background-color: #5CB45F;
}

div.date-box-blue{
    background-color: #23A2DC;
}

div.date-box-grey{
    background-color: grey;
}

.date-day {
    width: 2.3rem;
    height: 2.1rem;
    font-size: 2rem;
    font-weight: 700;
    color:white;
    text-align:center;
    border-bottom: 0.04rem solid white;
}

.date-month{
    width: 2.3rem;
    height: 0.625rem;
    padding-bottom: 0.125rem;
    padding-top: 0.08rem;
    font-weight:500;
    font-size: 1.2rem;
    color: white;
    text-align:center;
    line-height: 100%;
}

.date-year{
  margin-left: 9rem;
  margin-top: -2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-weight: 700;
}

.filters-window{
    width: 100vw;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e1dbdb;
    top: 50vh;
    left: 0;
    box-shadow: 1px 1px 20px 1px #8c8c8c;
    border-radius: 15px 15px 0 0;
    padding: 1vh 5vw;
    z-index: 9;
    background-color: white;
}

.filter-option{
    flex: 1;
    margin: 1vh;
    padding: 1vh;
    border: none;
}

.filter-option.selected{
    background-color: #00A3E6;
    color: white;
    border-radius: 6px;
}

.filter-buttons-group{
    display: flex;
}

.close-filters{
    display: flex;
    justify-content: end;
    font-weight: bold;
}

.divider{
    border-top: 1.5px solid black;
    margin: 1vh;
}

.bold-divider{
    border-top: 2px solid black;
    margin: 1vh;
}
