/* Colori */
.titleContainer {
  padding: 10px;
  background: #005677;
  text-align: center;
  margin-bottom: 30px;
}
.titleContainer {
  padding: 10px;
  background: #005677;
  text-align: center;
  margin-bottom: 30px;
}

.titleContainer h1 {
  color: white;
  &::before {
    background-color: white;
  }
}
/*PHARMQUI PAGE + CTA*/
#logoPharmaqui {
  width: 300px;
  display: block;
  margin: 20px auto 10px auto;
}
#pharmaQuiHeader a {
  position: relative;
  bottom: -25px;
  padding: 10px 25px;
  text-transform: uppercase;
}
#pharmaQuiCont {
  font-size: 20px;
}
#pharmaQuiCont .storeLink {
  padding: 57px;
}
#pharmaQuiCont .storeLink img {
  display: block;
  margin: 20px auto;
}
#pharmaQuiCont #pharmaquiImage {
  display: block;
  margin: 60px auto;
}
#pharmaQuiCont .appCont {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
#pharmaQuiCont .boxStep {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
}
#pharmaQuiCont #qrCode {
  margin: 15px auto;
}
.badge-app2.text-center {
  color: #fff;
}
.badge-app2.text-center a {
  color: #fff;
}
.badge-app2 {
  z-index: 800;
  position: fixed;
  bottom: 55px;
  right: 68px;
}
.text-center {
  text-align: center;
}
.badge-app,
.circle-object {
  background: #000;
}
.circle-object {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 700;
}
.circle-object {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 700;
}
.puff-out-center {
  -webkit-animation: puff-out-center 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
  animation: puff-out-center 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
}
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}
@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .boxStep {
    margin-bottom: 20px;
  }
  #pharmaQuiCont .storeLink {
    padding: 0px;
  }
  .badge-app2 p {
    position: relative;
    top: -7px;
    right: -26px;
  }
  .circle-object {
    width: 80px;
    height: 80px;
  }
}
