
html:not(.login){
	height: 101%;
}
body{
	font-family: 'Poppins', sans-serif;
	background-color: #4ab6ff;
}

/********preload*************/

#home-mobile{
	display: none;
}

#preloader-bg {
  z-index: 1031;
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 2s ease all;
}
.loading {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  transition: 2s ease all;
}

.navbar-brand {
	padding-left: 20px;
}
.logo:hover{
	color: white;
}
.mies{
	height: 100%;
  	width: 100%;
	display: flex;
	z-index: 1032;
	align-items: center;
	justify-content: center;
}
.mies h1{
	color: hsl(183deg 65% 50%);
	animation: mies;
	animation-name: mies;
	animation-duration: 2s;
}

@keyframes mies {
  from {opacity: 0;}
  to {opacity: 1;}
}

/********fine preload*************/

/******nav*******/
#nav{
	position: absolute;
	margin: 3% 3% 0 2%;
}
#nav ul{
	font-weight: 600;
	margin-left: 1%;
	padding-left: 10px;
}
/******nav*******/

/******home*******/

#home{
	height: 100%;
}
h1{
	font-weight: 800;
	font-size: 66px;
	color: black;
	line-height:80px;
}

h2{
	font-weight: 700;
	font-size: 38px;
}

h3{
	font: 100;
	line-height: 40px;
	margin-top: 5%; 
	float: left; 
	font-size: 22px;
}

.occhio{
	text-align: center;
}

.left{
	width: 50%;
    height: 100%;
	float: left;
	margin-top: 13%;
	color:#232323;
	font-size: 50px;
	}

.bordo{
	width: 800px;
	margin-top: 5%;
	border-bottom: 1px solid black;
}
.right{
	width: 50%;
    height: 100%;
	float: right;
	margin-top: 15%;
	z-index: 100;
	}
/******home*******/

/******bla********/
.sezione{
	margin-top: 5%;
	display: inline-flex;
	width: 100%;
	height: 500px;

}

.sezione h2{
	margin-bottom: 8%;
}

.titolo-cetrale{
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titolo-cetrale h2{
	font-size: 160px;

}
.sezione2{
	display: inline-grid;
	align-items: center;
	width: 100%;
	height: 600px;
}


.sezione3{
	display: inline-flex;
	width: 100%;
	height: 500px;

}
.sezione3 h2{
	margin-top: 20%;
}

.contatti{
	width: 100%;
	height: 80px;
}
.contatti h2{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: white; 
}

.blu-desktop{
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	background-color: #303134;
	width: 100%;
	height: 200px;
	color: white;
}

.blu-desktop h2, .blu p, .blu ul{
	color:white;
}
.blu-desktop ul li{
	display: inline-flex;
	padding: 50px;
}

.blu-desktop ul li a:hover{
	color:#4ab6ff; 
}

.blu-desktop p a:hover{
	color:#4ab6ff; 
}

footer{
	display: flex;
	height: 100px;
	background-color: #202124;
	justify-content: center;
	align-items: center;
}

.in-footer-desktop h6{
	color: white;
	font-size: 12px;
}
/********************** SUBMIT LOGIN */
.login-box button {
	background-color: transparent;
	border: none;
  	position: relative;
  	padding: 10px 20px;
  	color: black;
  	font-size: 16px;
  	text-decoration: none;
  	text-transform: uppercase;
  	overflow: hidden;
  	transition: .5s;
  	letter-spacing: 4px
}

.login-box button:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}

.login-box button span {
  position: absolute;
  display: block;
}

.login-box button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box button span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.container-flax{
	margin-top: 3%;
}

a {
   	color: inherit;
	text-decoration: none;
	
}
a:hover{
	color:white;
}

@media screen and (max-width: 768px) {
	
	#home-mobile{
	display: inherit;
}
   body {
      width: 100%;
   }
	#home{
		display: none;
	}
	
.textanimation{
  left:0px;
  height: 65px;
  position: inherit;
  width:100%;
  overflow: hidden;
z-index: 1;
}


.content_textanimation {
  width:100%;
  padding-top: 20px;
  margin:0 auto;
  font-size: 30px;
  white-space: nowrap;
  font-family: 'Poppins';
  font-weight: 500;
}


.element_animation {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 20s linear infinite;
  animation: scrolling-left1 20s linear infinite;
}


.text_animation{
  display:inline-block;
  margin: 0;
  }

.circle_animation {
  width:16px;
  height:16px;
  background:#000;
  display:inline-block;
  border-radius:50%;
  margin:0 20px;
  }

/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
    0% {transform: translateX(0%);
        -webkit-transform: translateX(0%);}
      100% {transform: translateX(-100%);
          -webkit-transform: translateX(-100%);}
}

@-webkit-keyframes scrolling-left1 {
    0% {-webkit-transform: translateX(0%);}
      100% {-webkit-transform: translateX(-100%);}
}
	
	article.col-md-12.aos-init.aos-animate {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 1%;
}
	.bordo{
	width: 98%;
	justify-content: center;
	border-bottom: 1px solid black;
}
	.left {
    width: 98%;
    color: #232323;
    font-size: 50px;
}
	.left h2{
	width: 50%;	
	margin: 0 !important;
	margin-top: -7% !important;
	}
	
	#titolo-centrale-mobile{
		width: 100%;
		display: flex;
	}
	#titolo-centrale-mobile h2{
		font-size: 2.9rem;
		line-height: 25px;
	}
	.sezione{
		margin-top: 50%;
    	margin-bottom: 60%;
    	padding: 2%;
	}
	.aos-animate {
	margin-top: 10%;	
	}
	
	.blu-mobile{
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	background-color: #303134;
	width: 100%;
	height: 300px;
	color: white;
	text-align: center;
}

	.blu-mobile h2, .blu p, .blu ul{
	color:white;
}
	.blu-mobile ul li{
	display: inline-flex;
	padding: 50px;
}

	.blu-mobile ul li a:hover{
	color:#4ab6ff; 
}

	.blu-mobile p a:hover{
	color:#4ab6ff; 
}
	.in-footer-mobile{
	display: flex;
	height: 100px;
	background-color: #202124;
	justify-content: center;
	align-items: center;
}

	.in-footer-mobile h6{
	color: white;
	font-size: 12px;
}
	.logo-footer{
	margin-bottom: 5%;
    margin-top: 15%;
    display: flex;
    justify-content: center;
	}