@charset "UTF-8";
body {
  font-size: 14px;
}

.grid-stack > .grid-stack-item {
  padding: 15px;
}

.card-header {
  cursor: move;
}

#header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.06) -16px 16px 16px -16px, rgba(0, 0, 0, 0.06) 16px 16px 16px -16px;
  background-color: white;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.css-dzr60r {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-19c5sp7 {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  background-color: #fff;
  cursor: pointer;
  min-width: 380px;
}

.css-1l9tlg3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.css-1i5jf9v {
  width: 100%;
  padding: 24px 20px 6px;
  margin-left: 10px;
  box-sizing: border-box;
  font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #3c3c3c;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
  border: none;
  border-radius: 0;
  padding: 0;
}

.card {
  border-radius: 4px;
  border: 1px solid whitesmoke;
  transition: all 300ms ease-in-out 0s;
}
.card:hover {
  border-color: #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.035) 0px 0px 4px;
}

.bg-body-tertiary {
  background-color: #fff !important;
}

nav {
  padding-top: 0 !important;
  margin-top: 10px;
}
nav .container-fluid {
  padding-left: 0;
}
nav .nav-item {
  font-weight: bold;
  font-style: italic;
}
nav .nav-link {
  position: relative;
  padding-left: 15px !important;
  padding-right: 25px !important;
}
nav .nav-link:first-child {
  padding-left: 0 !important;
}
nav .nav-link:hover {
  background: center right/cover no-repeat url(../stroke-small.svg);
  color: #fff !important;
}
nav .nav-link:hover::before {
  content: "";
  background: center left/cover no-repeat url(../stroke-small.svg);
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 100%;
}
nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

@media (max-width: 767px) {
  .css-dzr60r {
    width: 100%;
    margin: 0;
  }
}
#submenu {
  display: none;
  position: absolute;
  z-index: 9999999;
  top: 168px;
  left: 0;
  width: 100%;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.06) -16px 16px 16px -16px, rgba(0, 0, 0, 0.06) 16px 16px 16px -16px;
  background-color: white;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(201, 10, 16, 0.38);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.subarea {
  border-right: 1px solid #eee;
}
.subarea:last-child {
  border-right: none;
}
.subarea a, .subarea a:active, .subarea a:focus, .subarea a:visited {
  color: #333;
  text-decoration: none;
}
.subarea a:hover {
  text-decoration: underline;
}

.ccontainer {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.calendar {
  background: #2b4450;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  height: 501px;
  perspective: 1000;
  transition: 0.9s;
  transform-style: preserve-3d;
  width: 100%;
}

/* Front - Calendar */
.front {
  transform: rotateY(0deg);
}

.current-date {
  border-bottom: 1px solid rgba(73, 114, 133, 0.6);
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}

.current-date h1 {
  color: #dfebed;
  font-size: 1.4em;
  font-weight: 300;
}

.week-days {
  color: #dfebed;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 30px 40px;
}

.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weeks {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.weeks div {
  display: flex;
  font-size: 1.2em;
  font-weight: 300;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.last-month {
  opacity: 0.3;
}

.weeks span {
  padding: 10px;
}

.weeks span.active {
  background: #f78536;
  border-radius: 50%;
}

.weeks span:not(.last-month):hover {
  cursor: pointer;
  font-weight: 600;
}

.event {
  position: relative;
}

.event:after {
  content: "•";
  color: #f78536;
  font-size: 1.4em;
  position: absolute;
  right: -4px;
  top: -4px;
}

/* Back - Event form */
.back {
  height: 100%;
  transform: rotateY(180deg);
}

.back input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(73, 114, 133, 0.6);
  color: #dfebed;
  font-size: 1.4em;
  font-weight: 300;
  padding: 30px 40px;
  width: 100%;
}

.info {
  color: #dfebed;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.2em;
  padding: 30px 40px;
}

.info div:not(.observations) {
  margin-bottom: 40px;
}

.info span {
  font-weight: 300;
}

.info .date {
  display: flex;
  justify-content: space-between;
}

.info .date p {
  width: 50%;
}

.info .address p {
  width: 100%;
}

.actions {
  bottom: 0;
  border-top: 1px solid rgba(73, 114, 133, 0.6);
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.actions button {
  background: none;
  border: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 50%;
}

.actions button:first-of-type {
  border-right: 1px solid rgba(73, 114, 133, 0.6);
}

.actions button:hover {
  background: #497285;
  cursor: pointer;
}

.actions button:active {
  background: #5889a0;
  outline: none;
}

/* Flip animation */
.flip {
  transform: rotateY(180deg);
}

.front, .back {
  backface-visibility: hidden;
}

.tbutton {
  padding: 12px 20px;
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fff;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #c90c0f;
}
.tbutton.tbuttonsmall {
  padding: 6px 10px;
  font-size: 0.9em;
}

/*# sourceMappingURL=ydc.css.map */
