body {
  font-size: 14px;
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #fff;
}
section {
  overflow: hidden;
}
.grecaptcha-badge {
  display: none;
}
a, a:hover, a:active, a:visited {
  text-decoration: none;
}
*, *:hover, *:active, *:visited, *:focus {
  outline: none !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.swiper-slide {
  height: auto;
}
.swiper-slide img {
  max-width: 100%;
}
.fil-ariane {
  font-size: 12px;
  line-height: 1.5rem;
  margin: 10px 0px;
}
.fil-ariane a {
  color: #999999;
}
.fil-ariane a .icon-cogito-home {
  font-size: 15px;
}
.fil-ariane a:active, .fil-ariane a:focus {
  font-weight: 700;
  color: #3fa9f5;
}
[class^="filter-"] > *, [class*=" filter-"] > * {
  position: relative;
  z-index: 2;
}
strong {
  font-weight: 700;
  font-style: normal;
}
a, a:hover, a:active, a:visited {
  text-decoration: none;
}
.lazy {
  opacity: 0;
  transition: all 1s;
}
.lazy.loaded {
  opacity: 1;
}
.fil-ariane {
  font-size: 12px;
  line-height: 1rem;
  margin: 10px 0px;
  padding: 0px 25px;
  color: #0f51b2;
}
.fil-ariane a {
  color: inherit;
}
.fil-ariane a .icon-cogito-home {
  font-size: 15px;
}
.fil-ariane a:active, .fil-ariane a:focus {
  font-weight: 700;
  color: inherit;
}
.category {
  margin-bottom: 70px;
}
.category .post-item {
  padding: 10px;
  margin-bottom: 30px;
}
.category .post-item .img {
  overflow: hidden;
  height: 350px;
}
.category .post-item .txt {
  background-color: #fff;
  padding: 35px 20px;
}
.category .post-item .txt h1 {
  font-size: 25px;
  font-weight: 200;
  color: #cfe4f9;
  margin-bottom: 15px;
  line-height: 2rem;
}
.category .post-item .txt h2 {
  color: #0f51b2;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5rem;
}
.category .post-item .btn-hover {
  opacity: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  height: 100%;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.category .post-item .btn-hover:hover {
  opacity: 1;
  background: linear-gradient(rgba(197, 206, 255, 0) 40%, rgba(197, 206, 255, 0.6));
}
.single-content {
  margin: 40px;
}
@media (max-width: 991px) {
  .single-content {
    margin: 10px;
  }
}
.single-content .img {
  overflow: hidden;
}
.single-content .txt {
  padding: 0px 20px 20px 20px;
}
.single-content .txt .bg-blue {
  background-color: rgba(207, 228, 249, 0.4);
  padding: 60px;
}
@media (max-width: 767px) {
  .single-content .txt .bg-blue {
    padding: 15px;
  }
}
.single-content .txt .bg-blue h1 {
  color: #cfe4f9;
  font-size: 28px;
  line-height: 2.2rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.single-content .txt .bg-blue h2 {
  color: #0f51b2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6rem;
}
.single-content .txt h3 {
  color: #00205c;
  font-size: 16px;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
