/*
    Author     : Sara Bertolaso - PLASTIC JUMPER SRLS
	STILE ANTEPRIMA TESSERA PERSONALIZZATA
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap");
#tessera_base {
  width: 300px;
}
@media screen and (min-width: 992px) {
  #tessera_base {
    width: 450px;
  }
}
@media print {
  #tessera_base {
    width: 8.5cm;
    height: 5.4cm;
  }
}

.tessera_layout {
  position: relative;
  background: #fff;
  width: 450px;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  border: 2px dashed #ccc;
}
@media screen and (max-width: 992px) {
  .tessera_layout {
    width: 300px;
    height: 200px;
  }
}
@media print {
  .tessera_layout {
    width: 8.5cm;
    height: 5.4cm;
    font-size: 7.5pt;
    border-radius: 0.3cm;
  }
}
.tessera_layout img {
  width: 100%;
  border-radius: 10px;
}
.tessera_layout p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 0.5mm 0;
  margin: 0;
}
@media print {
  .tessera_layout p {
    font-size: 7.5pt;
    line-height: 8pt;
  }
}
@media screen and (max-width: 992px) {
  .tessera_layout p {
    font-size: 6px;
    line-height: 10px;
  }
}
.tessera_layout .logo-fronte {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tessera_layout .logo-fronte img {
  max-width: 60%;
  height: auto;
  display: inline-block;
  align-content: center;
  margin: 0 auto;
}
.tessera_layout.retro {
  text-align: left;
  overflow: hidden;
}
.tessera_layout.retro .background-tessera {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tessera_layout.retro .campi-tessera {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 52px 113px 20px 20px;
  z-index: 10;
}
@media print {
  .tessera_layout.retro .campi-tessera {
    padding: 1.1cm 2.5cm 0.3cm 0.5cm;
  }
}
@media screen and (max-width: 992px) {
  .tessera_layout.retro .campi-tessera {
    padding: 30px 100px 5px 5px;
  }
}
.tessera_layout.retro .logo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
}
.tessera_layout.retro .logo img {
  height: 35px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .tessera_layout.retro .logo {
    top: 5px;
  }
  .tessera_layout.retro .logo img {
    height: 20px;
  }
}
.tessera_layout.retro .foto-tessera {
  width: 95px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 11;
}
@media print {
  .tessera_layout.retro .foto-tessera {
    width: 1.8cm;
    height: 2.3cm;
    top: 1cm;
    right: 0.2cm;
  }
}
@media screen and (max-width: 992px) {
  .tessera_layout.retro .foto-tessera {
    width: 60px;
    height: 75px;
    top: 25px;
    right: 5px;
  }
}
.tessera_layout.retro #note_sotto_fototessera {
  position: absolute;
  width: 95px;
  height: auto;
  top: 190px;
  right: 10px;
  z-index: 12;
  text-align: center;
}
@media print {
  .tessera_layout.retro #note_sotto_fototessera {
    width: 1.8cm;
    top: 3.5cm;
    right: 0.2cm;
  }
}
@media screen and (max-width: 992px) {
  .tessera_layout.retro #note_sotto_fototessera {
    width: 60px;
    top: 150px;
    right: 5px;
  }
}
.tessera_layout .label {
  text-transform: none;
  font-weight: normal;
  opacity: 60%;
  display: block;
}/*# sourceMappingURL=stile-tessera.css.map */