@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
	background-color: #0f131a;
}


body {
	background-color: #0f131a;
	color:#D5D5D5;	
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
a:link {
	text-decoration: none;
	color:#CCCBCB;
}
a:visited {
	text-decoration: none;
	color:#CCCBCB
}
a:hover {
	text-decoration:none;
	text-transform:none;
	color:#CCCBCB
}
a:active {
	text-decoration: none;
	color:#CCCBCB
}



a.opacity img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

#contenitore {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	
}

#spazio {
	width: 100%;
	float: left;
	margin-top: 80px;
}
	#section__center {
		position: relative;
		width: 1060px;
		max-width: 98%;
		height: auto;
		min-height: 100%;
		/* background-color: red; */
		margin: 50px auto 0 auto;
		color:#fff;
		text-align: center;
	}
	
	#welc {
		position: relative;
		width: 100%;
		height: 300px;
		max-height: 30%;
		background-image: url('/header/header20anni300px.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		
		margin-bottom: 3px;
		border:1px solid #333;
	}
	#welc_profilo {
		position: relative;
		width: 100%;
		height: 600px;
		max-height: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		
		margin-bottom: 0;
		border:1px solid #333;
	}

#welc_text {
	position: absolute;
	width: 100%;
	text-align: left;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.35);
	padding: 10px;
}
#welc_text h1 {
		font-size: 1.7em;
	  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

#puls_fast {
		position:relative; display: block; float:left; width: 100%; color: #fff; font-size: 12px; text-align: center; margin: 1px auto 10px auto;
		/* background-color:rgba(39,71,147,0.50); */
		padding:20px 0 20px 0;
		border-radius: 5px;
	}
.pulsi {
    display: inline;
    padding:5px;
    margin: 5px;
    text-transform: none;
    text-decoration: none;
}.pulsi a {
        text-transform: none;
    text-decoration: none;
}
.pulsi:hover {
    border-bottom: 2px solid;
    border-color: #efefef;
    text-transform: none;
    text-decoration: none;
}
.pulsi_txt {
   font-family: 'Roboto', sans-serif; 
	font-size: 14px;
	margin-right: 10px;
}
	.pulsi i {
		font-size: 14px;
		
	}

#impag {
	background-color:transparent;
	border:1px solid #333;
	color:#fff;
	float: left; 
	width: 1064px;
	max-width: 98%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px 0 10px 0;
	border-radius: 10px 10px 0 0;
}
#impag h3 {
	margin-bottom: 20px;
}

	a.button-page{
        background: #ECECEC;
        border-radius: 15px;
        padding: 5px 10px;
        display:inline-block;
        font-family: arial;
        font-weight: bold;
        color:#7f7f7f;
        text-decoration: none;
        text-shadow:0px 1px 0px #fff;
        border:1px solid #a7a7a7;
        width: auto;
		/*max-width: 14%;*/
		height: 30px;
		text-align: center; /* orizzontale */
		line-height: 20px; /* verticale */
		/* float: left;*/
        margin:2px 2px 2px 0;
        box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition:box-shadow 0.5s;
    }
    a.button-page i{
        float: right;
        margin-top: 2px;
    }
    a.button-page:hover{
        box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    }
    a.button-page:active{
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
        background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
		
    }

#containo {
	position: relative;
	width: 1060px;
	height: auto;
	margin: 80px auto 0 auto;
	max-width: 100%;
	padding: 0;
    text-align: center;
}

#spazio2 {
	position: relative;
	display: inline-flex;
	float: left;
	height: 80px;
	width: 100%;
}
#coda {
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%; 
	background-color:rgba(0,0,0,0.56);
	float: left; 
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
  	font-style: normal;
	z-index: 99;
	padding: 10px 0 10px 0;
}

.btn00 {
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid transparent;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius:10px;   
	background-color: #FFF;
	padding: 6px 12px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn00:link, .btn00:visited, .btn00:active {
	text-transform: none;
	text-decoration: none;
	color: #333;
}
.btn00:hover {
	background-color: rgba(227,91,94,1.00);
	color:#FFF;
}

	.cornice_ad {
		display: block;
		border: 0;

		width: 1060px;
		max-width: 99%;
		min-height: 160px;
		margin: 40px auto 0 auto;
		font-size: 1.2em;
		font-family: "Poppins", sans-serif; 
		color: #9F9F9F;
		text-align: justify;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		padding:10px 10px 10px 10px;
	}

.ciao_due_b{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold;
	color:#FF5656;
	font-size:20px;
	margin-left: 10px;
	text-align:center;
}

/* login */
	#divlogin {
		position: relative;
		width: 800px;
		max-width: 90%;
		margin: 0 auto 0 auto;

	}	
	#welcome {
		font-size: 12px;
		width: 95%;
		position: relative;
		float: left;
		text-align: center;
		border:1px;
		margin-top: 50px;
	}

	
/* Bordered form */
#divlogin form {
  border: 0px solid #333;
	max-width: 100%;
}

/* Full-width inputs */
#divlogin input[type=text], #divlogin input[type=password], #divlogin input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
#divlogin button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
#divlogin button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
#divlogin .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
#divlogin img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
#divlogin .container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* TITOLI HREF */
a.tooltiplink {
    position: relative;
}
 
a.tooltiplink:hover::after {
    content: attr(data-title);
    background-color:rgba(24,82,130,1.00);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
	font-family: "Poppins", sans-serif; 
	
}

/* TITOLI HREF FINE */

.css3_blink
{
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
  color: green;
	
}
@-webkit-keyframes blinker 
{
    0% { opacity: 0.3; }
    50% { opacity: 1.0; }
    100% { opacity: 0.3; }
}


@media only screen and (max-width:642px){	
	
	#sino {
		display: none;
	}

	#section__center {
		margin-left: 10px;
	}
	
    .pulsi i {
        font-size: 24px;
        margin-right: 20px;
    }
    .pulsi_txt {
    display: none;
    }
#coda {
	display: none;
}

}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
 #divlogin .cancelbtn {
    width: 100%;
  }
}
/* login fine */


