/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Layout / Block Latest News
   ========================================================================== */
.blocknews {
  display: block;
  width: 100%;
  background: #293363;
  box-sizing: border-box;
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .blocknews {
    padding: 3.5rem 0;
  }
}
@media (min-width: 1200px) {
  .blocknews {
    padding: 5rem 0;
  }
}
.blocknews.addmargin {
  margin-bottom: 3.5rem;
}
.blocknews .flexbox {
  margin-bottom: 1rem;
}
@media (min-width: 760px) {
  .blocknews .flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blocknews .flexbox .h2-title {
    margin-bottom: 0;
  }
}
.blocknews .swiper {
  width: 102%;
  overflow: visible;
}
.blocknews .swiper-wrapper {
  margin-top: 1rem;
}
.blocknews .swiper-slide {
  height: auto;
  max-width: 400px;
}
@media (min-width: 760px) {
  .blocknews .swiper-slide {
    max-width: 500px;
  }
}
.blocknews .swiper .slidenav {
  padding: 0 10px;
  top: 10%;
}
@media (min-width: 576px) {
  .blocknews .swiper .slidenav {
    justify-content: flex-start;
    position: relative;
    top: 0;
    padding: 0;
  }
}
.blocknews .swiper .slidenav button {
  background: rgba(24, 23, 74, 0.85);
}
@media (min-width: 576px) {
  .blocknews .swiper .slidenav button {
    background: transparent;
  }
}
.blocknews .swiper:has(.slidenav .swiper-button-lock) .swiper-wrapper {
  margin-top: 3rem;
}
/*# sourceMappingURL=blocknews.css.map */
