#calendario-section {
  text-align: center;
  margin: 0 0 20px;
}
#boxCalendario p:first-child {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#dtHoje {
  font-weight: 700;
  text-decoration: underline;
}
#dtCalendarioPeriodo {
  padding: 5px;
  font-weight: 300;
  padding-left: 10px;
  letter-spacing: 0.03em;
  margin-top: 5px;
  width: 100%;
  color: #440b5d;
  background: #fff;
  border: 1px solid #febd0e;
  text-align: center;
  border-radius: 25px;
}
.ui-datepicker-trigger {
  position: absolute;
  margin-top: 14px;
  left: 30%;
}
#boxCalendario .lblcalendariogm {
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 5px;
  background-color: #febd0e;
  color: #fff !important;
  margin: 10px 0 -10px;
}
.tblGmClnd {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border-collapse: separate;
  border: 1px solid #febd0e;
}
.tblGmClnd td {
  text-align: left;
  padding: 10px 0 10px 19px;
  color: #440b5d;
  font-size: 1em;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #febd0e;
}
.tblGmClnd td:last-child {
  text-align: right;
  padding-right: 19px;
  padding-left: 0;
  font-size: 1.14em;
}
#calendario-section .ui-widget-header,
body .ui-widget-header {
  background: #440b5d !important;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "Comfortaa", cursive;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.ui-datepicker th,
.ui-datepicker td {
  font-family: "Comfortaa", cursive;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0px !important;
  background: transparent !important;
  text-align: center !important;
  font-family: "Comfortaa", cursive;
}
.body .ui-state-active,
body .ui-widget-content .ui-state-active {
  background-color: #febd0e !important;
  color: #fff !important;
  border: 1px solid #440b5d !important;
}
.ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: #febd0e !important;
  color: #fff !important;
  border: 1px solid #440b5d !important;
}
.about-us .right-side1 h3,
.about-us .right-side3 h3 {
  font-size: 20px !important;
}
@media only screen and (max-width: 962px) {
  #dtCalendarioPeriodo {
    padding-right: 20px;
  }
  .ui-datepicker-trigger {
    left: 26%;
  }
  .table .inner {
    font-size: initial;
  }
  .about-us .right-side1 {
    height: auto;
    padding: 30px 30px 0;
  }
}
