@keyframes left {
  from {
    max-width: 0%;
    opacity: 0;
  }
  to {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes right {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content-left {
  animation-name: left;
  animation-duration: 1.25s;
}
.content-left h2 {
  font-weight: bold;
  color: RGB(66,63,116);
  display: inline-block;
  font-style: italic;
  font-size: 2rem;
}
.content-left p {
  color: RGB(66,63,116);
  font-weight: 600;
}

.btn-group {
  margin-top: 2rem;
}

.content-right {
  border: 2px solid #191919;
  border-radius: 20px;
  margin-top: 2rem;
  opacity: 0;
  animation-name: right;
  animation-delay: 1s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.agenda {
  text-align: center;
  width:80%;
  margin:0 auto;
}
.agenda img {
  max-width: 100%;

}

.text {
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .content-left {
    margin-bottom: 1.5rem;
  }
  .content-left .text h2 {
    font-size: 1.5rem;
  }
  .content-left {
    margin: 3rem 0 2rem;
  }
  .content-left .text h3 {
    font-size: 0.85rem;
  }
}
body .addeventatc {
  color: #fff !important;
  z-index: 0 !important;
  /*background-color: RGB(66,63,116) !important;*/
  border: none !important;
  position: relative;
}

body .addeventatc-selected {
  background-color: #ffffff !important;
}

body .addeventatc .addeventatc_icon {
  background: url(https://www.addevent.com/gfx/icon-calendar-fff-t1.svg) no-repeat !important;
}

.error {
  color: #e00;
  opacity: 0.8;
}/*# sourceMappingURL=index.css.map */