.container-eventos{
  background:#F0F0F0; 
  padding-bottom:40px;
  margin-bottom: 40px;
  border-bottom: 4px solid #25AAE1;
}



.banner-eventos {
    margin-top: 100px !important;
    background-image: url('../img/header-eventos.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #F0F0F0 !important;
    min-height: 250px;
    padding-bottom: 50px;
}

.banner-eventos h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 90px;
  margin-bottom: 30px;
}

.box-texto-evemtos {
    width: 825px;
    min-height: 160px;
    background-color: #fff;
    margin: 0 auto;
    font-size: 21px;
    line-height: 22px;
    padding: 20px;
    padding-top: 50px;
}


.eventos-lista{
  text-align: center;  
  margin-top: 4rem;
}


.event-none{
  font-size: 1.55rem;
  line-height: 2rem;
}


.headMonthText {
  color:#1D3E74;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Baloo 2", Sans-serif;
  font-weight: 800 !important;
}
.headMonth {
  font-family: "Baloo 2", Sans-serif;
}

.headDay{
  font-family: "Baloo 2", Sans-serif;
  font-size: 3.75rem;
  background: #26A9E0;
  color: #FFF;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 1.75rem 0;
}






.event-card {
  width: 100%;
  margin-top: 1rem;
  border-bottom: solid 1px #999;
  padding: .5rem 0;
}
.event-image {
  background-color: #D9D7D5;
  padding: 0;
  min-height: 6rem;
}
.event-image img {
  width: 100%;
}

.event-text{
  padding-left: 1.55rem;
  text-align: left;

}

.event-text span{
  display: block;
  color:  #26A9E0;
  font-size: 1.5rem;
  font-family: "Baloo 2", Sans-serif;
}
.event-text strong{
  display: block;
  line-height: 2rem;
  font-size: 1.75rem;
  font-family: "Baloo 2", Sans-serif;
  color:#1D3E74;
}







/*  Calendar wrapper */
.calendar-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}


.calendar-container:after {
  clear: both; }

.calendar {
  width: 100%;
  padding: 0; }

/* Calendar Header */
.year-header {
  text-align: center;
  position: relative;
}

.year-header span {
  color:#1D3E74;
  text-transform: uppercase;
  font-size: 2.75rem;
  font-family: "Baloo 2", Sans-serif;
  font-weight: 800 !important;
}



.left-button, .right-button {
  cursor: pointer;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 20px;
  opacity: .5;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.left-button:hover, .right-button:hover {
  opacity: 1;
}







.left-button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2326A9E0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  left: 0; }

.right-button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2326A9E0' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  right: 0;
  }

/* Buttons */
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: #000;
  border: none;
  background: #26A9E0; 
  
}
  .button.button-white {
    background: #fff;
    color: #000; }
  .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }





/* Days/months tables */
.days-table, .dates-table, .months-table {
  border-collapse: separate;
  text-align: center; 
  width: 100%;
}

.day {
  background-color: #1D3E74;
  border: solid 2px #FFF;
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 1rem 0.55rem;
  text-transform: uppercase;
  color: #FFF; 
  width: 14.285%;
}

/*  Dates table */
.table-date {
  background: #FFF;
  padding: 1rem 0 .75rem;
  border: solid 2px #F1EBE2;
  width: 14.285%;  
  text-align: left;
  vertical-align: top;
  min-height: 6rem;
  padding: .75rem 1.55rem 3.55rem;
  font-size: 1.25rem;
  font-weight: bold;  
  cursor: default;
  color: #2b2b2b;  
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative; 
}

.table-date.nil {
  background-color: #D9D7D5;
  color: #FFF;
}

@media (max-width: 768px) {
  .calendar{

  }

  .days-table {
    display: none;
  }
  .table-date {
    font-size: .75rem;
    min-height: 3rem;
    padding: .75rem .75rem 3.55rem;
  }
}

.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; 
}


.active-month {
  font-weight: 700;
  color: #000; }

.month:hover {
  color: #26A9E0; }



.table-date:not(.nil):hover {
  border-color: #26A9E0; }

.event-date {
  border-color: #26A9E0;
  background: #26A9E0;
  color: #fff; }
  .event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #1D3E74; }

.active-date {
  background: #1D3E74 !important;
  color: #fff; }
  
.event-date.active-date {
  background: #26A9E0; }


