@charset "utf-8";
/* CSS Document */
.info-premia {
  padding: 20px;
  background: url(../img/bg-btn-premia.jpg) no-repeat center;
  background-size: cover;
  font-family: "Roboto", sans-serif;
}
.info-premia .h2 {
  text-align: center;
  text-transform: uppercase;
  color: #264098;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  padding:0;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.info-premia .h2 a,.info-premia .h2 span {
  color: #6b4786;
  text-decoration: none;
  white-space:nowrap
}
.info-premia .h2 a:hover {
  color: #6b4786;
  text-decoration: none;
}
@media (max-width: 990px) {
.info-premia {
    background-size: auto 100%;
    background-position: left center;
  }
  .info-premia .h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
	.info-premia .h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.info-premia .center {
  text-align: center;
}
.info-premia .center .btn-premia {
  display: inline-flex;
  padding: 0px 15px;
  height: 45px;
  align-items: center;
  background: #5e27a8;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.info-premia .center .btn-premia:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
