/* dm-sans-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: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-serif-display-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: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-serif-display-v17-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-serif-display-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: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/dm-serif-display-v17-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bebas-neue-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: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@keyframes scale-up-center {
  0% {
    transform: scale(1);
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  1% {
    transform: scale(1);
    opacity: 0.8;
    border: 1px solid #ffffff;
  }
  100% {
    transform: scale(4);
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  transition: 0.2s;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #aaa;
}
a.is-link {
  text-decoration: underline;
  color: #fbc02d;
}
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-weight: 400;
  padding-bottom: 100px;
}
body.is-home .hero {
  padding-top: 90px;
  height: 700px;
  background-size: auto 100%;
  background-image: url('../img/home-hero-extend.jpg');
  overflow: hidden;
}
body.is-home .hero .container {
  justify-content: center;
}
body.is-home .hero .container h1 {
  font-size: 130px;
  line-height: 110px;
}
body.is-staff-detail .hero,
body.is-programma-detail .hero {
  height: 350px;
  min-height: 350px;
  padding-top: 125px;
}
body.is-player-extended .radio-player {
  box-shadow: none;
  border-top: 0;
  height: 100dvh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.85);
  text-align: center;
}
body.is-player-extended .radio-player .container {
  max-width: 325px;
  width: 100%;
  height: 550px;
  flex-direction: column;
  background-color: rgba(17, 17, 17, 0.95);
  border-radius: 15px;
  padding: 25px 30px 35px 30px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.25);
}
body.is-player-extended .radio-player .radio-player-thumb {
  width: 235px;
  height: 235px;
  border-radius: 15px;
}
body.is-player-extended .radio-player .radio-player-info {
  width: 100%;
}
body.is-player-extended .radio-player .radio-player-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  white-space: wrap;
}
body.is-player-extended .radio-player .radio-player-artist {
  font-size: 18px;
  line-height: 22px;
  white-space: wrap;
  margin-bottom: 5px;
}
body.is-player-extended .radio-player .radio-player-playlist {
  font-size: 17px;
  line-height: 20px;
}
body.is-player-extended .radio-player .radio-player-button {
  margin: auto;
  width: 75px;
  height: 75px;
}
body.is-player-extended .radio-player .radio-player-button svg {
  width: 38px;
  height: 38px;
}
body .environment-test {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d70404;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  z-index: 1000;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background-color: #aaa;
}
table tr th {
  padding: 20px;
  background: #fbc02d;
  color: #fff;
}
table tr td {
  padding: 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
.list {
  margin-bottom: 25px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin: 25px 0;
  text-align: center;
}
h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  color: #d70404;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
h2.detail-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 28px;
  color: #aaa;
}
h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}
h4 {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
h5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 5px;
  color: #111;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
h5:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 45px;
  height: 3px;
  background-color: #d70404;
}
h5.row-yellow:after {
  background-color: #fbc02d;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #555;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  font-weight: 700;
}
.btn svg {
  width: 20px;
  height: 20px;
}
.btn.btn-icon-on-left svg {
  margin: 0 5px 0 -5px;
}
.btn.btn-icon-on-right svg {
  margin: 0 0 0 5px;
}
.btn.btn-yellow {
  background-color: #fbc02d;
}
.btn.btn-red {
  background-color: #d70404;
}
.btn.btn-no-important {
  background-color: #aaa;
}
.btn.btn-only-icon {
  width: 36px;
  height: 36px;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #555;
}
.container {
  margin: auto;
  max-width: 1280px;
  padding: 0 25px;
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-yellow {
  color: #fbc02d;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #fbc02d;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #555;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  font-weight: 700;
  margin: 2px;
  border-radius: 100%;
  padding: 8px 6px;
}
.pagination .pagination-prev svg,
.pagination .pagination-next svg {
  width: 20px;
  height: 20px;
}
.pagination .pagination-prev.btn-icon-on-left svg,
.pagination .pagination-next.btn-icon-on-left svg {
  margin: 0 5px 0 -5px;
}
.pagination .pagination-prev.btn-icon-on-right svg,
.pagination .pagination-next.btn-icon-on-right svg {
  margin: 0 0 0 5px;
}
.pagination .pagination-prev.btn-yellow,
.pagination .pagination-next.btn-yellow {
  background-color: #fbc02d;
}
.pagination .pagination-prev.btn-red,
.pagination .pagination-next.btn-red {
  background-color: #d70404;
}
.pagination .pagination-prev.btn-no-important,
.pagination .pagination-next.btn-no-important {
  background-color: #aaa;
}
.pagination .pagination-prev.btn-only-icon,
.pagination .pagination-next.btn-only-icon {
  width: 36px;
  height: 36px;
  padding: 0;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  color: #fff;
  background-color: #555;
}
.pagination .pagination-current {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* ACCORDION */
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-item .accordion-header .accordion-title {
  width: calc(100% - 50px);
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.accordion-item .accordion-content ul,
.accordion-item .accordion-content ol {
  padding-left: 20px;
}
.accordion-item .accordion-content a {
  text-decoration: underline;
}
.accordion-item.is-open .accordion-header .btn {
  background-color: #555;
}
.accordion-item.is-open .accordion-header .btn svg line:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-item.is-open .accordion-content {
  max-height: 200px;
  padding-top: 25px;
  opacity: 1;
}
/* COLS */
.cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cols .col {
  flex: 1;
}
/* WAVES */
.onde {
  width: 235px;
  height: 235px;
  position: absolute;
  margin: auto;
  right: 308px;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.onde div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0);
  animation: scale-up-center 2.75s linear infinite both;
}
.onde div:nth-child(2) {
  animation-delay: 1s;
}
.onde div:nth-child(3) {
  animation-delay: 2s;
}
.onde div:nth-child(4) {
  animation-delay: 3s;
}
.onde div:nth-child(5) {
  animation-delay: 4s;
}
/* HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10px);
  z-index: 10;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 90px;
  gap: 0 20px;
}
.header .header-logo img {
  height: 65px;
}
.header .header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.header .header-menu .menu-item {
  font-family: 'Bebas Neue';
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  height: 70px;
}
.header .header-menu .menu-item.active {
  color: #fbc02d;
}
.header .header-menu .menu-item.btn {
  height: 40px;
  font-weight: 400;
}
.header .header-menu .header-menu-btn-close {
  line-height: 0;
  display: none;
}
.header .header-login-btn {
  line-height: 0;
}
.header .header-menu-btn-open {
  line-height: 0;
  display: none;
}
.header .header-languages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .header-languages a {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}
.header-search {
  background-color: #f0f0f0;
  padding: 10px 0;
}
.header-search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-search input {
  width: calc(100% - 45px);
}
.page-body {
  padding-top: 50px;
  padding-bottom: 75px;
}
.img-stripe {
  background: transparent no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 0 25px;
}
.img-stripe:before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  transition: transform 0.4s ease;
}
.img-stripe:hover:before {
  transform: scale(1.05);
}
.img-stripe > * {
  position: relative;
  z-index: 1;
}
.img-stripe h2 {
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}
.box {
  padding: 15px 20px;
  border-left: 5px solid #fbc02d;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.box-values {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
.box-values .box-value {
  display: flex;
  width: calc(25% - 20px);
  flex-direction: column;
  padding: 25px;
  border-top: 5px solid #fbc02d;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.box-values .box-value h3 {
  margin-bottom: 15px;
  color: #222222;
}
.box-values .box-value p {
  color: #555;
}
.box-values .box-value-icon {
  display: flex;
  margin-bottom: 15px;
  color: #aaa;
}
.box-values .box-value-icon svg {
  width: 45px;
  height: 45px;
}
.box-values.is-3-columns .box-value {
  width: calc(33.333% - 20px);
}
blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 45px 45px 45px;
  border-radius: 10px;
  border-left: 5px solid #fbc02d;
  background-color: #f0f0f0;
}
blockquote .blockquote-mark {
  height: 50px;
  color: #fbc02d;
  font-family: 'DM Serif Display', serif;
  font-size: 100px;
  line-height: 100px;
}
blockquote p {
  margin: 0;
  font-family: 'DM Serif Display', serif;
  font-size: 30px;
  line-height: 40px;
  color: #555;
}
blockquote p b {
  color: #222222;
  font-weight: 400;
}
/* HOME */
.home-counters {
  padding: 40px 0;
}
.home-counters .container {
  display: flex;
}
.home-counters .home-counter {
  flex: 1;
  padding: 0 20px;
  text-align: center;
}
.home-counters .home-counter:not(:last-child) {
  border-right: 1px solid #aaa;
}
.home-counters .home-counter-number {
  display: block;
  margin-bottom: 5px;
  color: #fbc02d;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}
.home-counters .home-counter-label {
  display: block;
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 6px;
}
.home .home-voice-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 25px 0 100px 0;
}
.home .home-voice-intro .home-voice-content {
  width: calc(100% - 550px);
}
.home .home-voice-intro .home-voice-content h2 {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 65px;
  color: #111;
}
.home .home-voice-intro .home-voice-content .home-voice-lead {
  font-size: 20px;
  line-height: 30px;
}
.home .home-voice-intro .home-voice-quote {
  width: 500px;
}
/* CHI SIAMO */
.chi-siamo .la-nostra-storia {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 25px 0 75px 0;
}
.chi-siamo .la-nostra-storia .la-nostra-storia-image {
  width: 500px;
  margin: 0;
  flex-shrink: 0;
}
.chi-siamo .la-nostra-storia .la-nostra-storia-image img {
  display: block;
  width: 100%;
  height: 650px;
  border-radius: 10px;
  object-fit: cover;
}
.chi-siamo .la-nostra-storia .la-nostra-storia-content {
  flex: 1;
}
.chi-siamo .la-nostra-storia .la-nostra-storia-content blockquote {
  margin-bottom: 25px;
}
.chi-siamo .la-nostra-storia .la-nostra-storia-content p {
  margin-bottom: 20px;
  color: #555;
}
.chi-siamo .img-stripe {
  margin-bottom: 50px;
}
/* PALINSESTO */
.palinsesto .palinsesto-days {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.palinsesto .palinsesto-day {
  display: flex;
  flex: 1 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 15px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  background-color: #fff;
}
.palinsesto .palinsesto-day:hover {
  border-color: #fbc02d;
  background-color: #fbc02d;
  color: #111;
}
.palinsesto .palinsesto-day.is-selected {
  border-color: #d70404;
  background-color: #d70404;
  color: #fff;
}
.palinsesto .palinsesto-day-name {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.palinsesto .palinsesto-day-date {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.palinsesto .palinsesto-title {
  color: #111;
}
.palinsesto .palinsesto-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.palinsesto .palinsesto-item {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 80px;
  padding: 20px 165px 20px 25px;
  border-left: 5px solid #f0f0f0;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}
.palinsesto .palinsesto-item.is-podcast {
  background-color: #fbc02d;
  border-left: 5px solid #222222;
}
.palinsesto .palinsesto-item.is-podcast .palinsesto-item-title {
  font-weight: 700;
}
.palinsesto .palinsesto-item.is-now {
  border-color: #ddd;
  background-color: #eee;
}
.palinsesto .palinsesto-item-icon {
  display: flex;
  flex: 0 0 25px;
  color: #111;
}
.palinsesto .palinsesto-item-icon svg {
  width: 25px;
  height: 25px;
}
.palinsesto .palinsesto-item-time {
  width: 55px;
  font-weight: 700;
}
.palinsesto .palinsesto-item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.palinsesto .palinsesto-item-title {
  font-weight: 700;
}
.palinsesto .palinsesto-item-meta {
  font-size: 14px;
  line-height: 20px;
}
.palinsesto .palinsesto-item-live {
  padding: 5px 15px 5px 25px;
  border-radius: 999px;
  background-color: #d70404;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  height: 30px;
}
.palinsesto .palinsesto-item-live:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #fff;
  animation: pulse 1.5s linear infinite both;
}
.palinsesto .palinsesto-message {
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f0f0;
  text-align: center;
}
/* CREAZIONE IMMAGINE PALINSESTO REEL */
.palinsesto-reel-canvas {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background: #222222 url('../img/reel-background.png') no-repeat center center;
  background-size: cover;
}
.palinsesto-reel-canvas .palinsesto-reel-layout {
  display: flex;
  flex-direction: column;
  width: 720px;
  height: 1280px;
  padding: 45px 25px 35px 25px;
  transform: scale(1.5);
  transform-origin: top left;
}
.palinsesto-reel-canvas .palinsesto-reel-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.palinsesto-reel-canvas .palinsesto-reel-header .palinsesto-reel-header-text h1 {
  margin: 0;
  font-size: 75px;
  line-height: 65px;
  text-align: left;
  color: #fff;
}
.palinsesto-reel-canvas .palinsesto-reel-header .palinsesto-reel-header-text .palinsesto-title {
  margin: 0;
  text-transform: capitalize;
  color: #d70404;
}
.palinsesto-reel-canvas .palinsesto-reel-header .palinsesto-reel-header-logo img {
  width: 100px;
  height: auto;
}
.palinsesto-reel-canvas .palinsesto-list {
  gap: 8px;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item {
  min-height: 0;
  padding: 15px;
  border-left: 5px solid #fff;
  font-size: 35px;
  line-height: 35px;
  gap: 10px;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-content {
  gap: 0;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-time {
  width: auto;
  font-family: 'Bebas Neue', sans-serif;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-icon svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
  stroke-width: 3px;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-title {
  font-family: 'Bebas Neue', sans-serif;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-meta {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}
.palinsesto-reel-canvas .palinsesto-list .palinsesto-item .palinsesto-item-meta b {
  color: #555;
}
.palinsesto-reel-canvas .palinsesto-reel-footer {
  margin-top: auto;
  padding-top: 25px;
  border-top: 3px solid #d70404;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 43px;
  line-height: 43px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
/* PROGRAMMI */
.programmi .programmi-search {
  margin-bottom: 25px;
}
.programmi .programmi-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.programmi .programma-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  padding: 35px;
  border-left: 5px solid #fbc02d;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.programmi .programma-card-image {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.programmi .programma-card-content {
  width: calc(100% - 205px);
}
.programmi .programma-card-content .programma-card-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  color: #d70404;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.programmi .programma-card-content .programma-card-time svg {
  width: 20px;
  height: 20px;
}
.programmi .programma-card-content .programma-card-time .replica {
  color: #aaa;
}
.programmi .programma-card-content .programma-card-title {
  margin-bottom: 10px;
}
.programmi .programma-card-content .programma-card-description {
  color: #aaa;
  margin-bottom: 15px;
}
.programmi .programma-card-speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.programmi .programma-card-speakers .programma-speaker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.programmi .programma-card-speakers .programma-speaker:hover {
  color: #d70404;
}
.programmi .programma-card-speakers .programma-speaker:hover .programma-speaker-image {
  filter: grayscale(0);
}
.programmi .programma-card-speakers .programma-speaker-image {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border: 3px solid #fbc02d;
  border-radius: 999px;
  background: #111 url('../img/logo-white.png') top center no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.programmi .programmi-empty {
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f0f0;
  text-align: center;
}
/* HERO */
.hero {
  background: transparent url('../img/hero.jpg') no-repeat center right;
  background-size: cover;
  height: 450px;
  min-height: 450px;
  padding-top: 135px;
  position: relative;
}
.hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.hero .container h1 {
  font-size: 100px;
  line-height: 85px;
  text-align: left;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 0;
}
.hero .container h1 b {
  color: #111;
}
.hero .container p {
  max-width: 500px;
}
.hero .container .hero-img {
  width: 450px;
  aspect-ratio: 1618 / 1000;
  background: #111 no-repeat center center;
  background-size: cover;
  position: absolute;
  margin: auto;
  bottom: -50px;
  right: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.hero .hero-heart {
  display: none;
}
.hero.hero-programma-highlight {
  background: transparent url('../img/hero.jpg') no-repeat center right !important;
  background-size: cover;
}
.hero.hero-programma-highlight .container .hero-img {
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
}
/* STAFF */
.staff-list-wrapper .staff-section-fondatori {
  margin-bottom: 100px;
}
.staff-list-wrapper .staff-section-speaker,
.staff-list-wrapper .staff-section-collaboratori {
  margin-bottom: 75px;
}
.staff-list-wrapper .staff-section-speaker .staff-list,
.staff-list-wrapper .staff-section-collaboratori .staff-list {
  gap: 20px;
}
.staff-list-wrapper .staff-section-speaker .staff-card,
.staff-list-wrapper .staff-section-collaboratori .staff-card {
  width: 188px;
}
.staff-list-wrapper .staff-section-speaker .staff-card .staff-card-name,
.staff-list-wrapper .staff-section-collaboratori .staff-card .staff-card-name {
  font-size: 25px;
  line-height: 25px;
}
.staff-list-wrapper .staff-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.staff-list-wrapper .staff-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 288px;
  aspect-ratio: 1000 / 1618;
  padding: 20px 20px 25px 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
.staff-list-wrapper .staff-card .staff-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0 center top no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: filter 0.3s, transform 0.3s;
}
.staff-list-wrapper .staff-card .staff-card-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
}
.staff-list-wrapper .staff-card .staff-card-roles {
  padding: 3px 10px;
  border-radius: 999px;
  background-color: #fbc02d;
  color: #111;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.staff-list-wrapper .staff-card:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, #111111, rgba(17, 17, 17, 0));
}
.staff-list-wrapper .staff-card:hover {
  transform: translateY(-5px);
}
.staff-list-wrapper .staff-card:hover .staff-card-image {
  filter: grayscale(0);
  transform: scale(1.05);
}
.staff-detail .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 25px;
}
.staff-detail .container .staff-detail-image {
  width: 500px;
}
.staff-detail .container .staff-detail-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.staff-detail .container .staff-detail-content {
  width: calc(100% - 550px);
}
.staff-detail .container .staff-detail-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}
.staff-detail .container .staff-detail-roles span {
  padding: 5px 15px;
  border-radius: 999px;
  background-color: #fbc02d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.staff-detail .container .staff-detail-quote {
  margin-bottom: 35px;
  padding: 15px 15px 15px 20px;
  background-color: #f0f0f0;
  border-left: 5px solid #d70404;
  font-family: 'DM Serif Display', serif;
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
  border-radius: 10px;
}
.staff-detail .container .staff-detail-bio {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 35px;
}
.staff-detail .container .staff-detail-programmi {
  margin-bottom: 35px;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programmi-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma-time {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  color: #d70404;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma-time svg {
  width: 20px;
  height: 20px;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma-time .replica {
  color: #aaa;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.staff-detail .container .staff-detail-programmi .staff-detail-programma-description {
  color: #555;
}
.programma-detail .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 25px;
}
.programma-detail .container .programma-detail-image {
  width: 500px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
}
.programma-detail .container .programma-detail-content {
  width: calc(100% - 550px);
}
.programma-detail .container .programma-detail-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  padding: 5px 15px;
  border-radius: 999px;
  background-color: #fbc02d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.programma-detail .container .programma-detail-time svg {
  width: 20px;
  height: 20px;
}
.programma-detail .container .programma-detail-time.replica {
  background-color: #f0f0f0;
  color: #555;
}
.programma-detail .container .programma-detail-description {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 35px;
}
.programma-detail .container .programma-detail-speakers {
  margin-bottom: 35px;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speakers-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker {
  display: flex;
  align-items: center;
  gap: 15px;
  border-color: #d70404;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker:hover {
  color: #d70404;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker:hover .programma-detail-speaker-image {
  filter: grayscale(0);
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker-image {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border: 3px solid #fbc02d;
  border-radius: 999px;
  background: #111 url('../img/logo-white.png') top center no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker-name {
  font-size: 25px;
  line-height: 25px;
}
.programma-detail .container .programma-detail-speakers .programma-detail-speaker-text {
  color: #555;
}
.programma-detail .container .programma-detail-episodes {
  width: 100%;
  margin-bottom: 35px;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episodes-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode {
  display: flex;
  width: calc(50% - 10px);
  align-items: flex-start;
  gap: 20px;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-content {
  min-width: 0;
  flex: 1;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-number {
  display: inline-flex;
  padding: 6px 10px 5px 10px;
  border-radius: 999px;
  background-color: #fbc02d;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-title {
  font-size: 25px;
  line-height: 25px;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-text {
  color: #555;
}
.programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-audio {
  width: 100%;
  margin: 10px 0 5px 0;
}
.programma-detail-no-image .container .programma-detail-content {
  width: 100%;
}
/* FAQ */
.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faq .faq-item {
  padding: 25px;
}
.faq .faq-item .accordion-title {
  font-size: 25px;
  line-height: 25px;
}
.faq .faq-item.is-open .accordion-content {
  max-height: 2000px;
}
.faq .faq-item .faq-item-image {
  width: auto;
  max-height: 1000px;
  margin: 0 auto 25px auto;
  border-radius: 10px;
  object-fit: contain;
}
.faq .accordion-content {
  color: #aaa;
}
/* DONAZIONI */
.donazioni .donazioni-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 75px;
}
.donazioni .donazioni-options .donazioni-option {
  width: calc(50% - 17px);
  padding: 35px;
  border-top: 5px solid #fbc02d;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.donazioni .donazioni-options .donazioni-option h3 {
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 45px;
}
.donazioni .donazioni-options .donazioni-option h3 b {
  color: #d70404;
}
.donazioni .donazioni-options .donazioni-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 0 25px 0;
}
.donazioni .donazioni-options .donazioni-data div {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.donazioni .donazioni-options .donazioni-data dt {
  margin-bottom: 3px;
  color: #aaa;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.donazioni .donazioni-options .donazioni-data dd {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.donazioni .donazioni-options .donazioni-note {
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 3px solid #fbc02d;
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.donazioni .donazioni-thanks {
  padding: 50px;
  border-radius: 10px;
  background-color: #fbc02d;
  text-align: center;
}
.donazioni .donazioni-thanks .donazioni-label {
  color: #111;
}
.donazioni .donazioni-thanks h2 {
  color: #111;
  margin-bottom: 20px;
}
/* RADIO PLAYER */
.radio-player {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  min-height: 100px;
  padding: 10px 15px;
  background-color: #111;
  color: #fff;
  border-top: 4px solid #fbc02d;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.25);
}
.radio-player .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
}
.radio-player .radio-player-thumb {
  width: 75px;
  height: 75px;
  object-fit: cover;
  background-color: #222222;
  border-radius: 5px;
  transition: 0.2s;
}
.radio-player .radio-player-info {
  flex: 1;
  min-width: 0;
}
.radio-player .radio-player-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}
.radio-player .radio-player-artist {
  font-size: 13px;
  line-height: 18px;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-player .radio-player-playlist {
  font-size: 13px;
  line-height: 15px;
  color: #fbc02d;
}
.radio-player .radio-player-audio {
  display: none;
}
.radio-player .radio-player-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.radio-player .radio-player-buttons .radio-player-button {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 999px;
  color: #111;
  cursor: pointer;
  line-height: 0;
  transition: 0.2s;
}
.radio-player .radio-player-buttons .radio-player-button svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  transition: 0.2s;
}
.radio-player .radio-player-buttons .radio-player-button .radio-player-icon-play {
  transform: translateX(2px);
}
.radio-player .radio-player-buttons .radio-player-button .radio-player-icon-pause {
  display: none;
}
.radio-player .radio-player-buttons .radio-player-button.radio-player-control-button {
  background-color: #d70404;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.radio-player .radio-player-buttons .radio-player-button.radio-player-like-button {
  background-color: #fbc02d;
}
.radio-player .radio-player-buttons .radio-player-button.radio-player-like-button.is-hidden {
  background-color: #222222;
  opacity: 0.2;
  pointer-events: none;
}
.radio-player .radio-player-buttons .radio-player-button:hover {
  background-color: #fff;
}
.radio-player .radio-player-buttons .radio-player-button:hover svg {
  stroke: #111;
}
.radio-player .radio-player-expanded-btn {
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
}
.radio-player.is-playing .radio-player-button.radio-player-control-button {
  animation: none;
  background-color: #222222;
}
.radio-player.is-playing .radio-player-button.radio-player-control-button .radio-player-icon-play {
  display: none;
}
.radio-player.is-playing .radio-player-button.radio-player-control-button .radio-player-icon-pause {
  display: block;
}
/* CONTATTI */
.contatti form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* FORM */
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-field {
  width: calc(50% - 10px);
  padding-bottom: 15px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 10px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.form-field.is-checkbox label {
  width: calc(100% - 30px);
}
.form-field.is-radio {
  width: auto;
  cursor: pointer;
}
.form-field.is-radio input {
  display: none;
}
.form-field.is-radio input:checked + label {
  background-color: #fbc02d;
}
.form-cta {
  width: 100%;
  margin-top: 25px;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #ddd;
  font-style: normal;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  background: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #555;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #000;
  position: relative;
  padding: 0;
}
input[type=checkbox]::before,
select[type=checkbox]::before,
textarea[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  border-radius: 999px;
}
input[type=checkbox]:checked::before,
select[type=checkbox]:checked::before,
textarea[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=radio],
select[type=radio],
textarea[type=radio] {
  width: 20px;
}
select {
  padding: 0 5px;
}
textarea {
  padding: 10px;
  height: 120px;
}
.form-actions {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* FOOTER */
footer {
  background-color: #222222;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 25px;
  gap: 40px;
}
footer .container .footer-company .footer-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}
footer .container .footer-company .footer-social a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 999px;
  background-color: #fbc02d;
  border: 1px solid transparent;
}
footer .container .footer-company .footer-social a svg {
  fill: #fff;
  width: 26px;
  height: auto;
  transition: 0.2s;
}
footer .container .footer-company .footer-social a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
footer .container .footer-company .footer-social a:hover svg {
  fill: #fff;
}
footer .container .footer-section.footer-section-contributi img {
  width: 225px;
}
.footer-last {
  background-color: #111;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
/* MODAL */
html.modal-overflow {
  overflow: hidden;
  touch-action: none;
}
html.modal-overflow body {
  overflow: hidden;
  touch-action: none;
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
}
.modal-container.is-visible {
  opacity: 1;
}
.modal-container .modal-window {
  border-radius: 10px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 90vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
}
.modal-container .modal-window.success .modal-header {
  background-color: #45a53c;
  padding: 10px 0;
}
.modal-container .modal-window.error .modal-header {
  background-color: #d70404;
  padding: 10px 0;
}
.modal-container .modal-window .modal-header {
  text-align: center;
  line-height: 0;
}
.modal-container .modal-window .modal-header svg {
  width: 48px;
  height: 48px;
  color: #fff;
}
.modal-container .modal-window .modal-content {
  padding: 25px 25px 0 25px;
  overflow-y: auto;
  max-height: calc( 90vh - 85px);
  text-align: center;
}
.modal-container .modal-window .modal-footer {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-container .modal-window.loading {
  text-align: center;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.modal-container .modal-window.loading .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-container .modal-window.loading svg {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  display: block;
}
.modal-container .modal-window.loading .modal-footer {
  display: none;
}
.modal-container .modal-window.is-template-modal {
  max-width: 600px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 5px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn + .btn {
  margin-left: 8px;
}
.alert-container .alert.alert-success {
  background-color: #45a53c;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #45a53c !important;
}
.alert-container .alert.alert-error {
  background-color: #d70404;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #d70404 !important;
}
@media (max-width: 1280px) {
  body.is-home .hero {
    height: 500px;
  }
  body.is-home .hero .container h1 {
    font-size: 90px;
    line-height: 80px;
  }
  .onde {
    width: 195px;
    height: 195px;
    right: 208px;
  }
  .hero .container h1 {
    font-size: 90px;
    line-height: 80px;
  }
  .hero.hero-programma-highlight .container .hero-img {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .home-counters {
    padding: 25px 0;
  }
  .home-counters .home-counter-number {
    font-size: 50px;
    line-height: 50px;
  }
  .page-body {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .hero .container .hero-img {
    width: 350px;
  }
  .img-stripe {
    height: 300px;
  }
  footer .container {
    padding: 25px;
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  body.is-home .hero {
    background-position: right -200px center;
    height: 450px;
  }
  body.is-home .hero .container h1 {
    font-size: 75px;
    line-height: 70px;
  }
  h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .onde {
    right: -23px;
  }
  .container {
    padding: 0 15px;
  }
  .header .container {
    padding: 0;
    min-height: 0;
  }
  .header .header-logo {
    padding: 10px 0 10px 15px;
  }
  .header .header-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100dvh;
    height: 100%;
    flex-direction: column;
    gap: 15px;
    background-color: #fbc02d;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    padding-bottom: 100px;
    pointer-events: none;
  }
  .header .header-menu .menu-item {
    text-align: center;
    justify-content: center;
    height: auto;
    font-size: 40px;
    line-height: 40px;
  }
  .header .header-menu .menu-item.btn {
    height: auto;
    padding: 5px 30px 0px 30px;
  }
  .header .header-menu .menu-item.btn svg {
    display: none;
  }
  .header .header-menu .menu-item.active {
    color: #222222;
  }
  .header .header-menu .header-menu-btn-close {
    display: inline-flex;
    position: absolute;
    margin: auto;
    top: 28px;
    right: 25px;
  }
  .header .header-menu .header-menu-btn-close svg {
    width: 28px;
    height: 28px;
    stroke-linecap: square;
    stroke: #222222;
  }
  .header .header-menu.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .header .header-login-btn {
    margin-left: auto;
  }
  .header .header-menu-btn-open {
    display: block;
    padding: 10px 25px 10px 0;
  }
  .header .header-menu-btn-open svg {
    stroke: #fff;
    width: 28px;
    height: 28px;
    stroke-linecap: square;
  }
  .hero {
    height: 400px;
    min-height: 400px;
    padding-top: 125px;
  }
  .hero .container .hero-img {
    display: none;
  }
  .hero .container h1 {
    font-size: 75px;
    line-height: 70px;
  }
  .hero .container p {
    max-width: 60%;
  }
  .img-stripe h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .home .home-voice-intro {
    margin: 0 0 50px 0;
  }
  .home .home-voice-intro .home-voice-content {
    width: 100%;
  }
  .home .home-voice-intro .home-voice-quote {
    width: 100%;
  }
  .box-values .box-value {
    width: calc(50% - 20px) !important;
  }
  .chi-siamo .la-nostra-storia {
    flex-wrap: wrap;
    margin: 25px 0;
  }
  .chi-siamo .la-nostra-storia .la-nostra-storia-image {
    width: 100%;
  }
  .chi-siamo .la-nostra-storia .la-nostra-storia-image img {
    height: auto;
    aspect-ratio: 1618 / 1000;
  }
  .chi-siamo .la-nostra-storia .la-nostra-storia-content {
    width: 100%;
    flex: none;
  }
  .staff-list-wrapper .staff-section-fondatori {
    margin-bottom: 75px;
  }
  .staff-list-wrapper .staff-list {
    gap: 20px;
  }
  .staff-list-wrapper .staff-list .staff-card {
    width: 230px;
  }
  .staff-detail .container .staff-detail-quote {
    font-size: 20px;
    line-height: 25px;
  }
  .staff-detail .container .staff-detail-image {
    width: 300px;
  }
  .staff-detail .container .staff-detail-content {
    width: calc(100% - 325px);
  }
  .programma-detail .container .programma-detail-description {
    font-size: 16px;
    line-height: 25px;
  }
  .programma-detail .container .programma-detail-image {
    width: 300px;
  }
  .programma-detail .container .programma-detail-content {
    width: calc(100% - 325px);
  }
  .programma-detail-no-image .container .programma-detail-content {
    width: 100%;
  }
  .programmi .programma-card {
    padding: 25px;
  }
  .palinsesto .palinsesto-day {
    flex: 1 0 100px;
    padding: 10px;
  }
  .palinsesto .palinsesto-day-date {
    font-size: 25px;
    line-height: 25px;
  }
  .faq .faq-item {
    padding: 15px;
  }
  .faq .faq-item .accordion-title {
    font-size: 20px;
    line-height: 20px;
  }
  .donazioni .donazioni-options {
    margin-bottom: 50px;
  }
  .donazioni .donazioni-options .donazioni-option {
    width: 100%;
    padding: 25px;
  }
  footer .container {
    gap: 35px 25px;
  }
  footer .container .footer-company,
  footer .container .footer-section {
    width: calc(50% - 18px);
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
  h4 {
    margin-bottom: 10px;
  }
  body.is-home .hero {
    background: transparent url(../img/hero.jpg) no-repeat center right;
    background-size: cover;
  }
  body.is-staff-detail .hero,
  body.is-programma-detail .hero {
    height: 250px;
    min-height: 250px;
    padding-top: 105px;
  }
  .header {
    position: fixed;
  }
  .hero {
    height: 350px;
    min-height: 350px;
    padding-top: 115px;
  }
  .hero .container h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero .container p {
    max-width: 100%;
    color: #fff;
    line-height: 20px;
  }
  .hero .hero-heart {
    display: block;
    position: absolute;
    top: 125px;
    right: 25px;
    width: 100px;
    pointer-events: none;
    z-index: 5;
  }
  .onde {
    right: -20px;
    margin: 0;
    top: 75px;
    opacity: 0.7;
  }
  .home-counters .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .home-counters .container .home-counter {
    flex: none;
    width: 150px;
    border-right: none;
  }
  .img-stripe {
    padding: 25px 15px;
    height: auto;
  }
  .img-stripe h2 {
    font-size: 45px;
    line-height: 45px;
  }
  blockquote {
    padding: 25px;
  }
  blockquote p {
    font-size: 25px;
    line-height: 30px;
  }
  .chi-siamo .img-stripe {
    margin-bottom: 35px;
  }
  .chi-siamo .la-nostra-storia {
    margin: 0 0 25px 0;
    gap: 25px;
  }
  .chi-siamo .la-nostra-storia .la-nostra-storia-content p {
    margin-bottom: 5px;
  }
  .staff-list-wrapper .staff-list .staff-card {
    width: calc(50% - 10px);
    padding: 15px;
  }
  .staff-detail .container {
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 0;
  }
  .staff-detail .container .staff-detail-image {
    width: 100%;
  }
  .staff-detail .container .staff-detail-content {
    width: 100%;
  }
  .staff-detail .container .staff-detail-quote {
    margin-bottom: 25px;
  }
  .programmi .programma-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .programmi .programma-card-content {
    width: 100%;
  }
  .programma-detail .container {
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 0;
  }
  .programma-detail .container .programma-detail-image {
    width: 100%;
  }
  .programma-detail .container .programma-detail-content {
    width: 100%;
  }
  .programma-detail .container .programma-detail-description {
    margin-bottom: 25px;
  }
  .programma-detail .container .programma-detail-episodes .programma-detail-episode {
    width: 100%;
    flex-direction: column;
  }
  .programma-detail .container .programma-detail-episodes .programma-detail-episode .programma-detail-episode-content {
    flex: none;
    width: 100%;
  }
  .box-values .box-value {
    width: 100% !important;
  }
  .palinsesto .palinsesto-item {
    padding: 15px;
    gap: 20px;
  }
  .palinsesto .palinsesto-item:first-child {
    padding-bottom: 50px;
  }
  .palinsesto .palinsesto-item-time {
    width: auto;
  }
  .palinsesto .palinsesto-item-live {
    width: 120px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  .radio-player {
    padding: 10px;
  }
  .radio-player .radio-player-thumb {
    width: 60px;
    height: 60px;
  }
  .radio-player .container {
    padding: 0;
    gap: 10px;
  }
  .radio-player .radio-player-buttons {
    gap: 5px;
  }
  .form-field {
    width: 100%;
  }
  footer .container {
    gap: 35px;
  }
  footer .container .footer-company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .container .footer-section {
    width: 100%;
    text-align: center;
  }
  footer .container .footer-section.footer-section-contributi img {
    margin: auto;
  }
}
