
a {
	color:#1475b1;
	text-decoration: none;
	font-size: 30px;
	font-family: sans-serif;
}
div {
	color:black;
	text-decoration: none;
	font-size: 22px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#accept-div div {
	color:#1475b1;
	text-decoration: none;
	font-size: 20px;
	font-family: sans-serif;
}
#accept-div input {
	width: 7em;
	height: 2.5em;
	font-size: 0.6em;
	font-weight: normal;
}
.container-static {
    position: relative;
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 65px;
    padding-left: 65px;
	padding-top: 20px;
	padding-bottom:50px;
}
@media only screen and (max-width: 768px) {
	.container-static {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 35px;
    padding-left: 35px;
	padding-top: 10px;
	padding-bottom:20px;
	}
	.static-div {
		width: 60px;
		height: 25px;
		background-color: #c4c4c4;
	}
	body{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
	text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	.container-static {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 25px;
    padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	.static-div {
		width: 60px;
		height: 25px;
		background-color: #c4c4c4;
	}
	body{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.1;
    color: #292b2c;
    background-color: #fff;
	text-align: left;
	}

	.continue-btn-static{
 text-align:center;
 margin-top:200px;
  }


}
/*media query per i telefoni*/
@media (min-width: 320px) and (max-width: 480px) {
	.container-static {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	.static-div {
		width: 60px;
		height: 25px;
		background-color: #c4c4c4;
	}
	body{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 1;
    color: #292b2c;
    background-color: #fff;
	text-align: left;
	}

	.continue-btn-static{
 text-align:center;
 margin-top:40px;
  }

  
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
	text-align: left;
	
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.static-btn-primary {
    color: #fff;
    background-color: #ff2f78;
    border-color: #ff2f78;
}
.static-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.3rem;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	min-width: 150px;
	min-height: 50px;
}
.continue-btn-static{
 text-align:center;
 margin-top:500px;
  }
.static-div-text{
	height:100px;
}
  

.static-enel-img{
	text-align:center;
	margin-bottom:180px;
}
.first-page-static-p {
	/*height:70%;*/
}

.static-div {
    width: 65px;
    height: 18px;
    background-color: #c4c4c4;
}

#q1 {
    background-color: #eff2f7;
    border-radius: 1.5rem;
    padding: 30px;
    display: none;
}

#q2 {
    background-image: url(/static/assets/download.png);
    background-size: 100%;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

#q3 {
    padding: 15px 15px 0px 0px;
}

#retryLink {
    text-decoration: underline;
	font-size: 24px;
}

#p02 {
    line-height: 1.2em;
}