body,
p {
    margin: 0;
}

body {
	display: block;
    max-width: 414px;
    margin-left: auto !important;
    margin-right: auto !important;
}

div:empty, p:empty {
   display: none;
}

button:focus, img:focus {
    outline: none !important;
}

.stroked {
    text-decoration: line-through;
}

#page-container {
	min-height: 100%;
}

.home-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 54px;
}

.header-home-icon {
  text-decoration: none;
}

.home-header-fixed {
    max-width: 414px;
}

.home-header-img {
    width: 64px;
}

.home-slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.home-slides-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: auto;
}

.home-slides-container::-webkit-scrollbar {
    display: none;
}

.home-slides {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 92.5%;
    height: auto;
    margin-right: 2.5%;
    border-radius: 10px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.25s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 72px;
    color: white;
    font-weight: bold;
    line-height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
}

.d-none {
	display:none;
}

/*

#home-slide-1 {
    background-color: #6c6c6c;
    background-image: linear-gradient(90deg,#ff9e00,red 30.93%,#b5007d 61.67%,#21429c 88.09%,#0071ff);
}

#home-slide-2 {
    background-color: orange;
    background-image: url("https://www.sky.it/content/dam/skyit/ext/mcs/sky-wifi-fibra/index/poster-xs.jpg");
}

#home-slide-3 {
    background-color: #00ff4e;
}

*/

.home-slides>img {
    width: 100%;
}

.home-content-container {
    width: 100%;
    min-height: 640px;
    padding: 0 16px;
    border-radius: 10px;
    margin-top: 8px;
}

.home-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 16px;
    display: none;
}

/* REGOLA SPECIALE PER WIFI - BOLLINO TOP QUALITY 
#home-content-6 {
  margin-top: -40px;
}

*/

/*

#home-content-1 {
  border: 1px solid #ff9e00;
}

#home-content-2 {
  border: 1px solid #ff00ef;
}

#home-content-3 {
  border: 1px solid #00ff4e;
}

*/

.home-content>*,
.home-content-tile {
    margin: 16px 0;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    line-height: initial;
}

/* nuovo mr */
.home-content-tile-new {
   /* margin: 16px 0; */
    border-radius: 10px;
    width: 100%;
    text-align: center;
    line-height: initial;
}
/* end */

.home-content-intro-text {
    text-align: center;
    color: black;
    margin-bottom: 0;
    font-size: 16px;
}

.home-content-elem {
	/* display: contents; */
	margin-bottom: 16px;
}

.home-content-elem-alt {
	display: block;
	/* mr background-color: black; */
    border-radius: 10px;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

.home-content-tile-img {
	width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-content-tile-video {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-content-tile-video-alt {
	border-radius: 10px;
}

.home-content-tile-alt {
	margin-bottom: 8px;
	margin-top: 0;
}

.home-content-area-video-cta {
	width: 100%;
	margin-bottom: 16px;
}

.home-content-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.home-content-area-logo {
    width: 192px;
    margin: 16px auto 24px;
}

.home-content-area-title,
.home-content-area-intro,
.home-content-intro-title {
    text-align: justify;
    /* width: 66.6%;*/
   width:100%;
    margin: 16px auto;
    color: black;
    font-size: 16px;
}

.home-content-intro-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.home-content-area-title {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.home-content-area-title-WIFI {
	background-image: linear-gradient(90deg, #6f25ff, #f720ca);
}

.home-content-area-title-WIFI {
	background-image: linear-gradient(90deg, #6f25ff, #f720ca);
}

.home-content-area-intro {
    /* width: 80%; */
    margin-bottom: 40px;
    margin-top: 0;
}

.home-content-area > ul {
	width: 66.6%;
	margin: 8px auto 16px auto;
}

.home-content-area > ul > li {
	margin: 8px auto;
	position: relative;
	text-align: left;
}

.home-content-area > ul > li::before {
    content: "";
    font-size: 1.3rem;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -1px;
    top: -4px;
    background-image: url(../img/check.svg);
    background-size: 24px 24px;
    margin-left: -28px;
}

.home-content-area .smaller-italic {
	width: 70%;
	font-size: 13px;
	font-style: italic;
}

.home-content-elem-title, .home-content-elem-text {
	margin-top: 0;
	text-align: center;
}

.home-content-elem .smaller-italic {
	font-size: 13px;
	font-style: italic;
}

.home-content-area-intro {
    /* width: 80%; */
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.home-content-elem-title-alt, .home-content-elem-text-alt {
	color: white;
	margin-bottom: 8px;
}

.home-content-elem-title-alt {
	font-size: 16px;
	width: 90%;
}

 .home-content-elem-text-alt {
	font-size: 14px;
	width: 90%;
	margin-bottom: 0;
}

.home-content-area-video-container {
	margin-bottom: 32px;
}

.home-content-elem-title-alt2 {
	color: black;
}

 .home-content-elem-text-alt {
 	color: black;
}

.home-content-elem > ul {
	width: 66.6%;
	margin: 8px auto 16px auto;
}

.home-content-elem > ul > li {
	margin: 8px auto;
	position: relative;
	text-align: left;
}

.home-content-elem li::before {
    content: "";
    font-size: 1.3rem;
    position: absolute;
    background-image: url(../img/check.svg);
    background-size: 24px 24px;
    margin-left: -28px;
	width: 16px;
    height: 16px;
    background-size: 16px 16px;
    left: 0px;
    top: 0px;
    margin-left: -24px;
}

.home-content-elem.red-accent li::before {
   background-image: url(../img/check-red.png);
}

.home-content-elem.green-accent li::before {
   background-image: url(../img/check-green.png);
}

.home-content-elem.sky-gradient-accent li::before {
   background-image: url(../img/check-gradient.svg);
}

.home-content-elem.blue-accent li::before {
   background-image: url(../img/check-blue.png);
}

.home-content-elem.lightblue-accent li::before {
   background-image: url(../img/check-lightblue.png);
}


.home-content-offer-container {
	margin-top: 0;
}

.home-content-offer-container-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
}

.home-content-offer {
    border: 1px solid #6c6c6c;
    border-radius: 10px;
    margin-bottom: 64px;
}

.home-content-offer-header {
    background: linear-gradient(90deg, #ff9e00, red 30.93%, #b5007d 61.67%, #21429c 88.09%, #0071ff);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 32px;
}

.home-content-offer-header-WIFI {
	background-image: linear-gradient(90deg, #6f25ff, #f720ca);
}

.home-content-offer-header-Q {
	background-image: linear-gradient(90deg, #ff9e00, red 30.93%, #b5007d 61.67%, #21429c 88.09%, #0071ff);/*linear-gradient(90deg,#6e00ff,#00ffdc);*/
}

.home-content-offer-header-HE {
    background-image: linear-gradient(90deg, #ff9e00, red 30.93%, #b5007d 61.67%, #21429c 88.09%, #0071ff) !important;/*linear-gradient(90deg,#e98d3c,#cd3c1a) !important;*/
}


.home-content-offer-header-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: white;
    text-align: center;
    width: 100%;
}

.home-content-offer-img {
	width: 100%;
}

.home-content-offer-core>* {
    margin: 16px;
    border-bottom: 1px solid #6c6c6c;
    padding-bottom: 8px;
}

.home-content-offer-core p,
.home-content-offer-core span,
.home-content-offer-core li {
    color: black;
}

.home-content-offer-core-name {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.home-content-offer-core-products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-content-offer-core-products>span {
    font-weight: bold;
    font-size: 16px;
}

.home-content-offer-core-products-right {
    text-align: right;
}

.home-content-offer-core-list {
    list-style-type: none;
    padding-left: 0;
    margin: 16px 24px;
}

.home-content-offer-core-list>li {
    position: relative;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
	margin-left: 28px;
}

.home-content-offer-core-list>li::before {
    content: "";
    font-size: 1.3rem;
    background-image: url(../img/check-gradient.svg);
    width: 18px;
    height: 20px;
    position: absolute;
    left: -1px;
    top: -4px;
    background-size: 18px 24px;
    margin-left: -28px;
}

.home-content-offer-core-notes::before {
    content: "";
    font-size: 1.3rem;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -0px;
    top: -4px;
    transform: scaleX(-1);
    top: 0;
    background-image: url(../img/offer.svg);
    background-size: 24px 24px;
    content: none;
}

.home-content-offer-core-list p {
    margin-left: 24px;
    font-size: 16px;
}

.home-content-offer-core-icon {
    display: block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -4px;
    fill: black;
}

.home-content-offer-core-icon-tag {
    transform: scaleX(-1);
    top: 0;
}

.home-content-offer-core-notes {
    position: relative;
    margin: 16px 24px;
}

.home-content-offer-core-notes>p {
    margin-left: 32px;
    font-size: 16px;
    text-align: left;
   /* font-weight: bold; */
   margin-left: 0;
}

.home-content-offer-core-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-content-offer-core-price-left {
    display: grid;
    grid-template-rows: 28px 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    width: 50%;
}

.home-content-offer-core-price-left-int {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
    font-size: 48px;
    font-weight: bold;
    align-self: center;
    text-align: right;
}

.home-content-offer-core-price-left-dec {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    font-size: 20px;
    font-weight: bold;
    align-self: end;
    text-align: left;
}

.home-content-offer-core-price-left-text {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    font-size: 14px;
    align-self: auto;
    text-align: left;
}

.home-content-offer-core-price-right {
    display: grid;
    /* grid-template-rows: 18px 18px; */
    grid-template-rows: 36px;
    grid-template-columns: 1fr;
    width: 50%;
}

.home-content-offer-core-price-right-text {
    font-size: 14px;
    font-weight: bold;
    align-self: center;
    text-align: center;
    text-transform: uppercase;
}

.home-content-offer-core-cta {
    border-bottom-color: transparent;
    padding-bottom: 0;
}

.home-content-offer-core-cta-button {
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: ease;
    background-color: #007aff;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 12px;
}

.home-content-offer-core-cta-button-invert {
    color: #007aff;
    background-color: white;
    border-color: #007aff;
}

.home-content-sticky {
    position: sticky;
    bottom: 42px;
    left: 20%;
    text-align: center;
    width: 60%;
    background-color: white;
    border-radius: 24px;
	margin-left: auto;
	margin-right: auto;
}

.home-content-sticky-offers {
    display: none;
}

.home-content-sticky-button {
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: ease;
    color: transparent;
    height: 48px;
    border-radius: 48px;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: 0px 4px 16px -4px black;
    background-color: white;
}

.home-content-sticky-button > span {
}

.home-content-sticky-button > label {
    writing-mode: vertical-lr;
    margin-bottom: 0;
}

.home-modal {
	display: none;
}

.home-modal-overlay {
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-modal-content {
    position: relative;
    background-color: white;
    flex-shrink: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    text-align: center;
}

.home-modal-close {
	position: absolute;
	top: 8px;
	right: 16px;
	font-size: 20px;
	color: #777;
	font-weight: bold;
}

.home-modal-img {
    width: 60%;
    margin: 32px 0;
}

.home-modal-text {
	width: 100%;
	text-align: center;
	margin: 16px 0;
	font-size: 16px;
}

.home-modal-code {
	width: 100%;
	text-align: center;
	margin: 16px 0;
	font-size: 22px;
	font-weight: bold;
}

.home-modal-note {
	width: 80%;
	text-align: center;
	margin: 16px 10% 32px;
	font-size: 13px;
	border: 1px solid #6c6c6c;
	border-radius: 8px;
	padding: 8px;
}

.home-sticky-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	position: sticky;
	bottom: 42px;
	left: 100%;
	text-align: center;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border-radius: 24px;
	margin-right: 8px;
	overflow: hidden;
	z-index: 10;
}

.home-sticky-menu-button {
	width: 48px;
	height: 48px;
	border: 0 solid transparent;
	border-radius: 24px;
	background-size: 48px 48px;
	background-position-x: center;
	margin: 4px 0;
	box-shadow: 0px 4px 8px -4px black;
	padding: 0;
}

.home-sticky-menu-button > a {
	text-decoration: none;
}

.home-sticky-menu-button img {
	width: 48px;
    height: 48px;
	vertical-align: unset;
}

.home-sticky-menu-button-entry {
	color: black;
	font-size: 24px;
	line-height: 48px;
	background-color: white;
}

.home-sticky-menu-button-toggle {
	color: white;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 0;
	flex-shrink: 0;
}

.home-sticky-menu-button-disabled {
	filter: grayscale(100%);
    opacity: 0.75;
}

/* intermediate */

.home-slides.home-intermediate {
	width: 100%;
	margin-right: 0;
}

.home-tutorial {
	display: none;
}

.home-tutorial-overlay {
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-tutorial-img {
	width: 80%;
	display: none;
}

/**/
/*mr*/
.home-top-calcio {
	width: 90%;
	margin: 0 auto 8px;
	max-height: 32vw;
	overflow: hidden;
	position: relative;
}

/*mr end */

.sky-gradient-lite {
    background-image: linear-gradient(90deg, #6f25ff, #f720ca);
}

.sky-gradient-blue, .sky-gradient-Q, .sky-gradient-HE, .sky-gradient.title-blue {
	background-image: linear-gradient(90deg,#6e00ff,#00ffdc);
}

.sky-gradient.title-red {
	background-image: linear-gradient(90deg,#e98d3c,#cd3c1a) !important;
}

.sky-gradient.title-green {
	background-image: linear-gradient(90deg,#95c11e,#366f2d) !important;
}

/**/

/* fascetta e regole speciali per sezione nuovi canali */


#home-content-10 {
	margin-top: -8px;
}

#home-content-10 .home-content-area {
	margin-top: 0;
}

#home-content-10 .home-content-elem {
	margin-bottom: 0;
	position: relative;
}


@keyframes canali-arrow-anim {
  0%   {
    top: 60px;
  }
  100% {
    bottom :24px;
  }
}

#home-content-10 .home-content-elem:nth-of-type(1)::after {
  content: "";
  background-image: url(../img/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: calc(50% - 14px);
  width: 28px;
  height: 18px;
  position: absolute;
  bottom: 42px;
  animation: canali-arrow-anim 1.2s ease-in infinite both;
}

#home-content-10 .home-content-elem.no-anim-content:nth-of-type(1)::after {
  content: none;
}

#home-content-10 .home-content-tile:last-of-type {
	margin-bottom: 0;
}

#home-content-10 .home-content-elem-title {
	margin-top: 16px;
  width: 66.6%;
}

#home-content-10 .home-content-elem:before {
  content: "";
  background-image: url(../img/fascetta.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  width: 164px;
  height: 172px;
}

#home-content-10 .home-content-elem:nth-of-type(odd):before {
 /* background-image: url(../img/bollinoCanali.svg);*/
  top: -4px;
  left: 0;
  width: 100%;
  height: 128px;
}

#home-content-10 .home-content-offer-container {
  display: none;
}

/* nuovo stile offerte */

.home-content-tile-new {
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}

.home-content-offer, .home-content-offer-core {
  border-color: transparent;
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
}

.home-content-offer {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.home-content-offer-core-name {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 16px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

.home-content-offer-core-text {
  border-bottom: none;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}

.home-content-tile-new-subimg {
  padding-bottom: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home-content-offer-core-price {
	justify-content: center;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-content-offer-core-price-left {
  position: relative;
  grid-template-columns: auto auto !important;
}

.home-content-offer-core-price-left-visible_rrp:before {
  content: attr(data-regprice);
  position: absolute;
  left: -40px;
  bottom: 8px;
  text-decoration: none;
  color: #8e8e8e;
  font-size: 18px;
  line-height: 20px;
  width: 60px;
}

.home-content-offer-core-price-left-visible_rrp::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 4px;
  width: 42px;
  height: 8px;
  border-bottom: 1px solid #979797;
  transform: rotate(-45deg);
  transform-origin: left;
}

.home-content-offer-core-price-right {
  display: none;
}

.home-content-offer-core-price-right-text {
  margin-top: 4px;
  padding-bottom: 8px;
  border-bottom: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.home-content-offer-core-list {
  background-color: #f6f6f6;
  padding: 8px 16px;
  margin: 8px 12px;
  border-radius: 10px;
  border-bottom: none;
}

.home-content-offer-core-cta-button-invert.scopriOfferta {
  border-color: white;
}

.home-content-offer-core-notes {
  border-bottom: none;
}

.home-content-offer-core-icon {
  fill: #6c6c6c;
}

.home-content-offer-core-notes > p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
}

/* CALCIO */

#home-content-calcio {
  display: flex;
  background-color: white;
}

#home-content-calcio > .home-content-area {
  margin-top: 0;
}

#home-content-calcio > .home-content-offer-container {
  margin-bottom: 8px;
}

#home-content-calcio > .home-content-area > .home-content-area-title {
  margin-top: 8px;
  margin-bottom: 12px;
  max-width: 66.6%;
}

#home-content-calcio > .home-content-area > .home-content-elem {
  margin-bottom: 0;
}

#home-content-calcio > .home-content-area > .home-content-elem > ul > li {
  margin-bottom: 16px;
}

#home-content-calcio .home-content-offer-core {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 16px;
}

#home-content-calcio .home-content-offer-core > * {
  border-bottom: none;
  margin: 8px 0;
  padding: 0;
}

#home-content-calcio .home-content-offer-logo {
  width: 42px;
}

#home-content-calcio .home-content-offer-core-title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 8px;
}

#home-content-calcio .home-content-offer-core-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}

#home-content-calcio .home-content-offer-img {
  width: 100%;
  margin-top: 16px;
}

.home-content-calcio-faq {
  width: 90%;
  margin-top: 0;
}

.home-content-calcio-faq-core {
  margin-top: 28px;
}

.calcio-faq-accordion {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
}

.calcio-faq-accordion > * {
  text-align: left;
}

.calcio-faq-accordion-title > span {
  font-size: 19px;
  line-height: 24px;
}

.calcio-faq-accordion-content {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.calcio-faq-accordion.open .calcio-faq-accordion-content {
  margin-top: 16px;
  color: #6c6c6c;
}

.calcio-faq-accordion-toggle {
  color: #0071FF;
  font-size: 16px;
  margin-top: 16px;
  position: relative;
  width: 80px;
}

.calcio-faq-accordion-toggle-less {
    display: none;
}

.calcio-faq-accordion-toggle::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 12px;
  height: 6px;
  background-image: url(../img/calcio/calcio-caret.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.calcio-faq-accordion-toggle-less::after {
  transform: none;
}

.calcio-faq-accordion.open .calcio-faq-accordion-toggle-less {
  display: block;
}

.calcio-faq-accordion.open .calcio-faq-accordion-toggle-more {
  display: none;
}

/* bollino 4 canali su HE */

.home-slider-8::before {
  content: "";
  /*background-image: url(../img/bollinoCanali.svg);*/
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  width: 164px;
  height: 172px;
  position: absolute;
  top: -6px;
  z-index: 2;
 /* background-image: url(../img/bollinoCanali.svg);*/
  top: -5px;
  left: 0;
  width: 100%;
  height: 128px;
}
