.loading_page {
  display: none;
}

.logoPage {
  display: none;
}

.logo_opt img {
  width: 100px;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: 13px;
}

.menu_seneva {
  display: flex !important;
  pointer-events: auto !important;
}
.menu_seneva .menu_mobile {
  display: block !important;
}
.menu_seneva .logo_opt img {
  position: relative !important;
}

.detailPost {
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.detailPost .future {
  z-index: 1;
  position: relative;
  height: 50vh;
}
@media (max-width: 640px) {
  .detailPost .future {
    height: auto;
  }
}
.detailPost .future img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 640px) {
  .detailPost .future img {
    height: auto;
  }
}
.detailPost .main {
  z-index: 1;
  padding-bottom: 8rem;
  position: relative;
  background: var(--color-grad-orange);
  padding-top: 3rem;
}
.detailPost .main .content {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  max-width: 75%;
  margin: -10rem auto 0 auto;
  background: #fff;
  padding: 20px 4rem;
  text-align: justify;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .detailPost .main .content {
    max-width: 100%;
    padding: 15px;
    position: relative;
    z-index: 9;
  }
}
.detailPost .main .content .text .title {
  text-align: center;
  margin-top: 1rem;
  background: var(--color-grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: auto;
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Conv_iCiel";
}
.detailPost .main .content img {
  margin: auto;
  display: block;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.detailPost .main .content .share {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.detailPost .main .content .share li {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background: #F6F6F6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailPost .main .content .share li:nth-child(1) {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  background: none;
}
.detailPost .main .content .share li:nth-child(2) i {
  color: blue;
}
.detailPost .main .content .share li:nth-child(3) i {
  color: #dc4a38;
}
.detailPost .main .content .share li:nth-child(4) i {
  color: #007ab5;
}
.detailPost .main .content .share li:nth-child(6) i {
  color: red;
}
.detailPost .main .content .share li:nth-child(n+2):hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .detailPost {
    margin-top: 90px;
  }
  .detailPost .content .text .title {
    font-size: 3rem !important;
  }
}

.homeContact {
  display: none;
}

.listNews {
  height: 80vh;
}
.listNews .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
}
.listNews .slideNavItem {
  background: #fff;
  position: absolute;
  transform: translate(0, -50%);
  top: 40%;
  left: 0;
  z-index: 9;
  border-radius: 50%;
}
.listNews .slideNavItem::after {
  border-radius: 50%;
}
.listNews .slideNavItem.slideNav-next {
  left: unset !important;
  right: 0;
}

.other_news .title {
  font-family: "Conv_iCiel";
  font-size: 4rem;
  color: #fff;
}

.pattern_news {
  width: 400px !important;
  top: unset !important;
  bottom: -200px;
  z-index: 99;
  height: auto !important;
  transform: translate(-50%, 0);
  left: 50% !important;
}/*# sourceMappingURL=detailpost.css.map */