
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    cursor: default;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
   padding:9px;
}

.c-grid {
    width: 410px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #D5DDEE;
    border-radius: 20px;
    overflow: hidden;
}
.c-day {
    width: 14.28%;
    height: 13%;
    float: left;
        font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;;
}
.data_in_head:after {
    content: " ";
    display: block;
    clear: both;
}
.data_in_head {
    padding: 26px 21px 20px;
}

.data_in_body {
    padding: 0 21px 83px;
}
.data_in_body:after {
    content: " ";
    display: block;
    clear: both;
}
.c-day-previous-month {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #7893AE;
    background: none;
	 width: 14.28%;
    height: 13%;
    float: left;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: gray;
	display:none;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;  float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #7893AE;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #D8EAF1;
}

.c-event {
    background: none;
    position: relative;
}
.c-event:before{content:" ";}
.c-event span {
    width: 26px;
    height: 26px;
    content: " ";
    display: block;
    position: absolute;
    background: #648CFF;
    left: 50%;
    line-height: 26px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -13px;
    color: #fff;
}
.c-event-title.c-pad-top {
    display: none;
}
.c-grid .c-event-over span{
	background: #FFFFFF;
	border: 2px solid #648CFF;
	box-sizing: border-box; font-weight: 600;
font-size: 14px;
line-height: 21px;
text-align: center;
text-transform: uppercase;

color: #648CFF;
}
.c-event-grid {
    width: 850px;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    color: white;
    background: #648CFF;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: rgb(135, 155, 188);
    color: white;
}

.c-event-body {
    height: 100%;
    overflow: auto;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {

}

.c-event-item {
	display:none;
}
.c-event-item.c-event-over {
    display: block;
}


.c-event-over > .description {
    font-weight: normal;
}
.c-event-item > .title {
    display: none;
}
/* .c-event-list .news_line:last-child {
    border-bottom: none;
} */
.c-event-list .news_line_date {
    /* width: 207px; */
    width: 100%;
    padding-right: 30px;
    min-width: unset;
    max-width: 207px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}
.c-event-list .news_line_data {
    width: 409px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.c-event-list .line_man_prof {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #7893AE;
    margin-top: 7px;
}
/* .c-event-list .news_line:hover * {
    color: #fff;
} */
.data_in_body {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .c-event-item .description_quatro {
      max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-event-item .description_quatro {
      width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  /* .news_line {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #name-events {
    order: 3;
    width: 100%;
    margin-top: 20px;
  } */
  .c-event-list .news_line_man {
      padding-right: 10px;
  }
  .c-event-list .news_line_date {
    max-width: 150px;
    padding-right: 15px;
  }
  .c-event-list .news_line_data {
    padding-right: 15px;
  }
}
