@font-face {
    font-family: peugeotBold;
    src: url(../fonts/PeugeotNew-Bold.woff);
    font-display: block;
}
@font-face {
	font-family: peugeotLight;
	src: url(../fonts/PeugeotNewLight.otf);
  font-display: block;
}
@font-face {
	font-family: peugeotRegular;
	src: url(../fonts/PeugeotNewRegular.otf);
  font-display: block;
}

.imgBan {
    max-height: 763px;
    object-fit: cover;
}
.rowLegal{
    display: flex;
    justify-content: center;
}
.colLegal{
    max-width: 80%;
}
.legal{
    font-size: 14px;
    margin: 15px 0;
}
.titulo{
    display: contents;
    font-size: 1.375rem!important;

}
.campania{
    display: contents;
    font-size: 1.375rem!important;
}
.numTitle{
    font-family: peugeotBold;
    font-weight: 900;
    font-size: 22px;
    display: block;
    margin: 20px 0 0 0;
}
.numParr{
    font-family: peugeotLight;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin: 3px 0 8px 0;
}
.lir{
    font-family: peugeotRegular;
    font-weight: 400;
    font-size: 15px;
    display: contents;
}
.bg{
    background-color: #eeeeee;
}
.sp{
    margin: 2px;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
