.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px; /* header height + padding */
  }
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 235px;
  left: 225px;
  background: rgb(from #fff r g b / 0.5);
  border: 0;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
}
.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

/**/
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  video,
  #toggle-video {
    display: none;
  }
}
/**/
/* Articles */
.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206, 189, 111);
  background: linear-gradient(
    45deg,
    rgb(246, 183, 77) 0%,
    rgb(160, 183, 132) 50%,
    rgb(121, 204, 200) 100%
  );
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.events {
  background-color: #fff;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
  display: block;
}

.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  padding: 1rem;
  background: #fff;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}
.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: #000;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}

.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}
/**/
/* Fast Nav */
.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }
}
.fast-navigation label {
  background: #0372ac;
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fast-navigation button {
  background: #0372ac;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }
}
@media (max-width: 991px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }
  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }
  .smart-nav-submit {
    margin: 0 auto;
  }
}
/**/
@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.share_buttons {
  position: absolute;
  left: 1%;
  top: 30%;
  transform: translate(0, -50%);
  width: 10%;
  display: flex;
  justify-content: space-between;
}
.share_buttons a {
  height: 2vw;
  width: 2vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 3px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0px 10px -4px rgba(0, 0, 0, 0.75);
}
.share_buttons a svg {
  height: 60%;
  width: 60%;
}
.share_buttons a.facebook svg path {
  fill: #2c70cd;
}
.share_buttons a.instagram svg path {
  fill: #cd4897;
}
.share_buttons a.whatsapp svg path {
  fill: #34b139;
}
.share_buttons a:nth-child(1) {
  margin-top: 10px;
}
.share_buttons a:nth-child(2) {
  margin-top: 20px;
}
.share_buttons a:nth-child(3) {
  margin-top: 30px;
}
.share_buttons a:nth-child(4) {
  margin-top: 40px;
}
.share_buttons a:nth-child(5) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .share_buttons {
    display: none;
  }
}

.side_modules {
  position: absolute;
  top: 35%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.side_modules .h3 {
  color: #fff;
}
.side_modules.right {
  background-image: url("./images/right.png");
  right: 0px;
  height: 400px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side_modules.right h2 {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
.side_modules.right a,
.side_modules.right time {
  font-size: 1rem;
}
.side_modules.right > div {
  text-align: center;
}
.side_modules.right > div .news-marquee-container {
  width: 80%;
  margin: 0 auto;
}
.side_modules.right > div .news-marquee-content {
  width: 100%;
}
.side_modules.right > div .news-item {
  margin-bottom: 10px;
}
.side_modules.right > div .news-item time {
  color: #dd9538;
  font-weight: bold;
}
.side_modules.right > div .news-item a {
  color: #fff;
}
.side_modules.right button {
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;

  &#news-play-pause {
    position: absolute;
    top: 20px;
    left: 10px;
  }
}
.side_modules.left {
  background-image: url("./images/left.png");
  left: 0px;
  width: 257px;
  height: 387px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.side_modules.left > div {
  width: 80%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.side_modules.left > div span {
  display: flex;
  flex-direction: column;
}
.side_modules.left > div span label {
  color: #fff;
}
.side_modules.left > div span select {
  border-radius: 20px 0 20px 0;
  height: 35px;
  padding: 0 10px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.side_modules.left > div span button {
  align-self: flex-end;
  width: 30%;
  background-color: #eea740;
  border-radius: 20px;
  font-size: 1.2rem;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .side_modules.right,
  .side_modules.left {
    height: 50%;
    top: 30%;
  }
  .side_modules.right h3,
  .side_modules.left h3 {
    font-size: 1.3rem;
  }
  .side_modules.right a,
  .side_modules.right time,
  .side_modules.left a,
  .side_modules.left time {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .side_modules.left {
    margin-top: -100px;
  }
  .side_modules.right,
  .side_modules.left {
    background-image: none;
    position: inherit;
    margin-bottom: 20px;
    padding: 30px 0;
    width: 100%;
  }
  .side_modules.right > div,
  .side_modules.left > div {
    z-index: 9;
  }
  .side_modules.right::before,
  .side_modules.left::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.668);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    border-bottom: 4px solid #eeaa4f;
    border-top: 4px solid #eeaa4f;
    transform: skew(0deg, 2deg);
  }
}

.services {
  position: absolute;
  bottom: 0px;
  background-image: url(./images/services-bg.png?v=1);
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.services > div {
  display: flex;
  justify-content: space-between;
  width: 67%;
  margin: 0 auto;
  position: relative;
}
.services > div > .service {
  flex-basis: 16%;
  text-align: center;
}
.services > div > .service a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
}
.services > div > .service a .icon {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -100%;
  z-index: -1;
  max-width: 100%;
  background-color: #fff;
  border-radius: 50%;
  background-position: center 20%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
}
.services > div > .service a figcaption {
  padding-top: 60%;
  transform: translate(0, -80%);
}
.services > div > .service a:hover .icon {
  top: -200px;
  background-position: center;
}
.services > div > .service a:hover figcaption {
  padding-top: 100%;
  transform: translate(0, -87.5%);
}
@media (max-width: 1600px) {
  .services > div > .service a .icon {
    width: 100px;
    height: 100px;
    background-size: 50%;
    transform: translate(-50%, 0);
  }
}
.services > div > .service:nth-child(1) {
  position: relative;
  margin-top: 60px;
}
.services > div > .service:nth-child(1) .icon {
  background-color: #7fb94e;
  top: -150%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(1) .icon {
    top: -100%;
  }
}
.services > div > .service:nth-child(2) {
  position: relative;
  margin-top: 40px;
}
.services > div > .service:nth-child(2) .icon {
  background-color: #f1a539;
  top: -130%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(2) .icon {
    top: -90%;
  }
}
.services > div > .service:nth-child(3) {
  position: relative;
  margin-top: 25px;
}
.services > div > .service:nth-child(3) .icon {
  background-color: #33a79c;
  top: -110%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(3) .icon {
    top: -80%;
  }
}
.services > div > .service:nth-child(4) {
  position: relative;
  margin-top: 20px;
}
.services > div > .service:nth-child(4) .icon {
  background-color: #5467a7;
  top: -110%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(4) .icon {
    top: -80%;
  }
}
.services > div > .service:nth-child(5) {
  position: relative;
  margin-top: 30px;
}
.services > div > .service:nth-child(5) .icon {
  background-color: #7f4597;
  top: -125%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(5) .icon {
    top: -90%;
  }
}
.services > div > .service:nth-child(6) {
  position: relative;
  margin-top: 40px;
}
.services > div > .service:nth-child(6) .icon {
  background-color: #c33d38;
  top: -125%;
}
@media (max-width: 1600px) {
  .services > div > .service:nth-child(6) .icon {
    top: -90%;
  }
}
@media (max-width: 991px) {
  .services {
    display: none;
  }
}

.services-mobile > div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.services-mobile > div .service {
  margin-bottom: 10px;
  border-radius: 50%;
  height: 45vw;
  flex-basis: 45vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}
.services-mobile > div .service a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
  justify-content: center;
}
.services-mobile > div > .service:nth-child(1) {
  background-color: #7fb94e;
}
.services-mobile > div > .service:nth-child(2) {
  background-color: #f1a539;
}
.services-mobile > div > .service:nth-child(3) {
  background-color: #33a79c;
}
.services-mobile > div > .service:nth-child(4) {
  background-color: #5467a7;
}
.services-mobile > div > .service:nth-child(5) {
  background-color: #7f4597;
}
.services-mobile > div > .service:nth-child(6) {
  background-color: #c33d38;
}
@media (min-width: 991px) {
  .services-mobile {
    display: none;
  }
} /*# sourceMappingURL=idx.css.map */
