/* barlow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.blog-page {
  border-bottom: 1px solid #f0882e;
}
.blog-page .container {
  padding: 0 75px;
  max-width: 1280px;
}
/* BLOG */
.blog-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 50px 100px;
  gap: 25px;
}
.blog-list .blog {
  background-color: #ebeae5;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 10px;
  padding: 25px;
  max-width: 400px;
  width: 100%;
}
.blog-detail {
  padding: 50px 0 50px 100px;
}
.blog-detail .blog-title {
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 15px;
  color: #f0882e;
  pointer-events: none;
}
.blog-detail .blog-sutitle {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 25px;
  color: #062622;
}
.blog-detail .blog-image {
  border-radius: 15px;
  margin-bottom: 25px;
}
.blog-detail iframe {
  border-radius: 5px;
  aspect-ratio: 16 / 9;
}
.blog-detail .blog-under-image-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-detail .blog-under-image-section .blog-date-section {
  margin-top: 0;
}
.blog-detail .blog-blocchi h3 {
  color: #f0882e;
}
.blog-detail .blog-blocchi .blog-detail-image {
  border-radius: 15px;
  margin-bottom: 25px;
}
.blog-detail .blog-blocchi .blog-detail-testo {
  margin-bottom: 25px;
}
.blog-image {
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  aspect-ratio: 16/9;
  background: #ebeae5 no-repeat center center;
  background-size: cover;
}
.blog-tags {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog-tags a {
  background-color: #f0882e;
  color: #fff;
  padding: 7px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.blog-tags a:hover {
  background-color: #33281e;
}
.blog-title {
  display: block;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
  color: #083630;
}
.blog-title:hover {
  color: #395e5a;
}
.blog-date-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.blog-date-section img {
  width: 25px;
  height: auto;
}
.blog-date-section .blog-date {
  font-size: 15px;
  line-height: 15px;
  color: #848485;
}
.blog-abstract {
  border: 1px solid #f0882e;
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .blog-list {
    padding: 50px 0;
  }
  .blog-detail {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .blog-page .container {
    padding: 0 25px;
  }
  .blog-list {
    padding: 0 0 25px 0;
  }
  .blog-detail {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 768px) {
  .blog-list .blog {
    width: 100%;
  }
}
