/* BOX RADIO 24 */

#radio24_container {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  padding: 15px 15px 33px;
  border-radius: 10px;
  background-color: #cdeb8d;
  transition: all 0.3s ease-in-out;
}

#radio24_testata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

#radio24_logo_rubrica {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

#radio24_logo_rubrica img {
  width: 100%;
  height: auto;
}

#radio24_logo {
  width: 64px;
  height: 32px;
}

#radio24_logo img {
  width: 64px;
  height: 32px;
}

#radio24_titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 10px;
}

#radio24_testo p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #324741;
  margin-top: 10px;
}

#radio24_button {
  width: 260px;
  height: 44px;
  margin-top: 30px;
  padding: 2px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}


#radio24_button span {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

#radio24_button span::before {
  position: absolute;
  content: " \2023";
  color: #0f0f0f;
  left: 10px;
  font-size: 30px;
  line-height: 0.6;
}

#radio24_button:hover {
  opacity: 0.7;
}


/* RESPONSIVE MOBILE */

@media screen and (max-width: 480px) {
  #radio24_container {
    margin: 30px auto;
  }
}

/* RESPONSIVE TABLET */

@media screen and (min-width: 481px) and (max-width: 800px) {
  #radio24_container {
    margin: 30px auto;
  }
}
