@import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
.css-section-carousel-home {
  padding: 0;
}
.css-section-carousel-home #header-carousel .carousel-item {
  height: calc(100vh - 124px);
  width: 100vw;
}
.css-section-carousel-home #header-carousel .carousel-item .carousel-caption {
  top: 55px;
  left: 0;
  right: 0;
  bottom: inherit;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 74%;
}
.css-section-carousel-home #header-carousel .carousel-item .carousel-caption h1, .css-section-carousel-home #header-carousel .carousel-item .carousel-caption h2, .css-section-carousel-home #header-carousel .carousel-item .carousel-caption h3, .css-section-carousel-home #header-carousel .carousel-item .carousel-caption h4, .css-section-carousel-home #header-carousel .carousel-item .carousel-caption h5, .css-section-carousel-home #header-carousel .carousel-item .carousel-caption h6 {
  font-size: 2.7rem;
}
.css-section-carousel-home #header-carousel .carousel-item img {
  object-fit: cover;
  filter: brightness(90%);
}

.css-options .css-panel {
  width: 100%;
  height: 15.313rem;
  background-color: #6F6F6E;
  position: relative;
  color: #FFF;
  padding: 1.5rem;
  margin-bottom: 1.625rem;
  display: block;
  margin: 0 auto 1.625rem auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.css-options .css-panel::before {
  content: "";
  position: absolute;
  background: rgba(57, 57, 57, 0.15);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.css-options .css-panel h2 {
  font-size: 2.1rem;
  position: absolute;
  width: 92%;
  left: 1rem;
  bottom: 0;
}
.css-options .css-panel.css-panel-blue {
  background-color: #4999cb;
}
.css-options .css-panel.css-panel-blue::after {
  content: "";
  display: block;
  height: 0.438rem;
  width: 100%;
  background-color: #86b8d8;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}
.css-options .css-panel.css-panel-green {
  background-color: #BACE4E;
}
.css-options .css-panel.css-panel-green::after {
  content: "";
  display: block;
  height: 0.438rem;
  width: 100%;
  background-color: #c7da8a;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}
.css-options .css-panel.css-panel-orange {
  background-color: #ed8e40;
}
.css-options .css-panel.css-panel-orange::after {
  content: "";
  display: block;
  height: 0.438rem;
  width: 100%;
  background-color: #edae7a;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}
.css-options .css-panel.css-panel-violet {
  background-color: #9765A9;
}
.css-options .css-panel.css-panel-violet::after {
  content: "";
  display: block;
  height: 0.438rem;
  width: 100%;
  background-color: #cb97de;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}

.css-section-calendar h2 {
  color: #6F6F6E;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}
.css-section-calendar h3 {
  color: #BACE4E;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}
.css-section-calendar .css-text-green {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.css-section-calendar .css-text-gray {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.css-section-calendar #calendar-desktop {
  display: flex;
}
.css-section-calendar #calendar-mobile {
  display: none;
}

.css-section-news {
  background-color: #f5f5f5;
}
.css-section-news h2 {
  color: #6F6F6E;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}
.css-section-news h3 {
  color: #4999cb;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}
.css-section-news .css-panel {
  width: 95%;
  min-height: 18rem;
}
.css-section-news .css-panel img {
  object-fit: cover;
  width: 100%;
  height: 12rem;
}
.css-section-news .css-panel a {
  color: #6F6F6E;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.8rem;
}
.css-section-news .css-panel a:hover {
  text-decoration: none;
  color: #313D48;
}
.css-section-news .css-panel p {
  color: #6F6F6E;
  font-size: 0.8rem;
}

#section-newsletter {
  display: none;
}

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