/* BOX pensioni 24 */

#pensioni24_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 20px;
  border-radius: 10px;
  background-color: #023e8a;
  transition: all 0.3s ease-in-out;
}

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

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

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


#pensioni24_tit_rubrica {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 10px;
}

#pensioni24_occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

#pensioni24_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

#pensioni24_testo {
 padding-top: 10px;
}


#pensioni24_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: #fff;
}

#pensioni24_button {
  width: 260px;
  height: 44px;
  padding-top: 10px;
  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;
}


#pensioni24_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;
}


#pensioni24_button:hover {
  opacity: 0.7;
}

#pensioni24_container a:link {
  text-decoration: none;
  color: #000;
}

#pensioni24_container a:visited {
  text-decoration: none;
  color: #000;
}


/* RESPONSIVE MOBILE */

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

/* RESPONSIVE TABLET */

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