/*BODY*/
body{
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none;
}
a:visited, a:hover, a:focus{
	color:inherit;
	text-decoration:none;
}
.entry-content{
	margin:0px;
}
h2{
	position: relative;
	font-size: 40px;
	line-height: 40px;
	color:#333;
	font-weight: 300;
	text-transform: uppercase;
}
h2.tilinea{
	padding-left: 70px;
}
h2.tilinea.center{
	padding-left: 0px;
}
h2.subtitle{
	padding-left: 0px;
	font-weight: 800;
	margin-bottom: 50px;
}
h2.tilinea:after{
    content: '';
    width: 80px;
    height: 2px;
    background-color: #ffe816;
    position: absolute;
    left: -20px;
    top: 50%;
}
h2.tilinea.center:after{
	top:-100px;
	left: 50%;
	width: 2px;
	height: 80px;
}
h3{
	position: relative;
	font-size: 25px;
	line-height: 25px;
	color:#333;
	font-weight: 300;
	text-transform: uppercase;
}
h3.tilinea{
	padding-left: 50px;
}
h3.tilinea.center{
	padding-left:0px;
}
h3.tilinea:after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ffe816;
    position: absolute;
    left: -20px;
    top: 50%;
}
h3.tilinea.center:after{
	top:-70px;
	left: 50%;
	width: 2px;
	height: 50px;
}
h3.subtitle{
	padding-left: 0px;
	font-weight: 800;
	margin-bottom: 50px;
}
.row{
	margin-left: 0px !important;
	margin-right:0px !important;
}
p{
	font-size: 18px;
	font-weight: 300;
	color:#6f6f6f;
}
p.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.eq-height{
	  display: -webkit-box;
  	  display: -webkit-flex;
  	  display: -ms-flexbox;
  	  display: flex;
}
.whyte{
	color:#fff;
}
.page{
	margin:0px !important;
}
.button{
	display: inline-block;
    padding: 10px 20px;
    background-color: #6cbfec;
    color: #fff !important;
    margin-top: 30px;
	border:1px solid #6cbfec;
    text-transform: uppercase;
}
.button:hover{
	background-color:#fff;
	color:#6cbfec !important;
}
.pull-right{
	left:50%;
}
.pull-left{
	right:50%;
}
/*HEADER*/
header{
	height:90px;
}
.button-menu{
	height: 100%;
	width: 120px;
	float: right;
	background-color: #6cbfec;
	display:none;
	align-items: center;
	justify-content: center;
}
.button-menu img{
	width: 40px;
}
.menu-main{
	display:inline-block;
	float:left;
	height:100%;
	margin-left:100px;
}
.menu-main-container, .menu-main .menu{
	height:100%;
}
.menu-main .menu{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	display:flex;
	align-items:center;
	padding-right:30px;
}
.menu-main .menu li{
	display:flex;
	padding:10px;
	height:100%;
	align-items:center;
	border-top:2px solid transparent;
}
.menu-main .menu li:hover, .menu-main .menu li.current-menu-item{
	border-top-color:#6cbfec;
}
.menu-main .menu li a{
	color:#9f9f9f;
	text-transform:uppercase;	
}
.social{
	float: right;
    height: 100%;
    display: flex;
	padding:0 20px;
    align-items: center;
}
.social a{
	display:block;
	width:35px;
}
.assistenza{
	height: 100%;
	float: right;
	display: flex;
	padding:0 20px;
	align-items: center;
}
.assistenza img{
	width:35px;
}
.assistenza span{
	color: #9f9f9f;
	text-transform: uppercase;
	position: relative;
    margin-right: 10px;
}
.menu-mobile{
	display: none;
	float: right;
    height: 100%;
    padding: 0 20px;
    align-items: center;
}
.burger{
	width: 35px;
}
.brand{
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left:50px;
}
.brand img{
	width: 100px;
}
.menu-aperto{
	position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #203f9a;
    top: 0;
    left: 0;
    padding: 100px 50px;
	transform: translateY(-100%);
	transition: all 600ms ease;
}
.close-menu{
	position: absolute;
    width: 35px;
    top: 50px;
    right: 50px;
}
.menu-aperto ul{
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
.menu-aperto ul li{
	text-align: center;
	margin-bottom: 10px;
}
.menu-aperto ul li a{
	font-size: 30px;
	color:#fff;
	text-transform: uppercase;
}
.breadcrumb{
	position:relative;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.breadcrumb:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.4;
}
.breadcrumb h1{
	position:absolute;
	top:50%;
	left:10%;
	width:70%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	z-index:2;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:30px;
	letter-spacing:2px;
}
/*PAGE*/
section{
	padding: 50px 0;
}
section.no-padding{
	padding:0px;
}
.colonna{
	padding:0px !important;
}
.box-text{
	padding: 200px;
}
.page-id-56 .box-text{
	padding:200px 150px;
}
.box-text.text-metodo{
	padding: 100px 50px 0 50px;
}
.box-text.small{
	padding: 50px;
}
.box-text.small.blue{
	background-color: #6cbfec;
}
.box-image{
	width:100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.content-metodo{
	position: relative;
}
.line-metodo{
	position: absolute;
	width: 10px;
	height: 100%;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	background-color: #fafafa;
}
.row-metodo{
	margin-top: 30px;
}
.row-metodo.first{
	margin-top: 110px;
}
.box-metodo{
	position: relative;
	padding-left: 70px;
}
.box-metodo.right{
	padding-right:70px;
	padding-left: 0px;
}
.box-metodo span{
	position: absolute;
	left: 14px;
	top:-50px;
	font-size: 80px;
	font-family: Montserrat;
	color: #203f9a;
}
.box-metodo.right span{
	left: auto;
	right: 15px;
}
.box-metodo h3{
	font-weight: bold;
}
.box-metodo.right h3, .box-metodo.right p{
	text-align: right;
}
.box-partner{
	padding:100px 50px;
	background-color:#fafafa;
}
.row-partner{
	margin-top:80px;
}
.img-partner {
    height: 100%;
    display: flex;
    align-items: center;
	text-align: center;
}
.box-image.chi-siamo{
	background-image: url('https://www.whynet.biz//wp-content/uploads/2020/01/ufficio-1.jpg');
}
.box-image.servizi{
	background-image: url('https://www.whynet.biz//wp-content/uploads/2019/11/server.jpg');
}
.box-image.chi-1{
	background-image:url('https://www.whynet.biz//wp-content/uploads/2020/01/azienda-1.jpg');
}
.box-image.chi-2{
	background-image:url('https://www.whynet.biz//wp-content/uploads/2020/01/azienda-2.jpg');
}
.colonna-miota{
	background-image:url('https://www.whynet.biz//wp-content/uploads/2019/12/decorazione.jpg');
	background-position:bottom;
	background-size:contain;
	background-repeat:no-repeat;
}
.cta{
	padding: 40px 100px;
	background-color:#6cbfec;
}
.cta h3{
	color:#fff;
	margin-top:18px;
	font-size:22px;
	line-height:24px;
	text-transform:inherit;
}
.cta .button{
	background-color:transparent;
	border:1px solid #fff;
	margin-top:5px;
	color:#fff;
}
.cta .button:hover{
	background-color:#fff;
	color:#1a1917;
}
.sezione-servizi{
	padding:0px 0px 150px 0px;
}
.colonna-contatti h3{
	margin-bottom:50px;
	font-weight:600;
}
.info-contatti{
	margin-bottom:30px;
}
.info-contatti img{
	width:60px;
	display:inline-block;
	margin-right:30px;
}
.info-contatti p{
	display:inline-block;
	color:#1a1917;
	font-weight:500;
}
.row-form{
	margin-bottom:30px;
}
.field{
	width:100%;
	height:50px;
	color:#1a1917 !important;
	border-radius:0px !important;
	font-size: 14px;
    border-color: transparent !important;
    border-bottom: 1px solid #6cbfec !important;
}
.area-testo{
	height:150px;
}
.privacy p, .privacy .privacy{
	display:inline-block;
}
.privacy p a{
	color: #6cbfec;
}
/*shortcodeservizi*/
.intro-servizio{
	margin-bottom:50px;
}
.img-servizio{
	height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
.info-servizio h3{
	font-size:18px;
}
.info-servizio p{
	font-size: 14px;
    text-align: justify;
}
.info-servizio a{
	color: #9f9f9f;
    text-transform: uppercase;
    font-size: 12px;
}
.bottone-form{
	display: inline-block;
    padding: 20px 40px !important;
    background-color: #6cbfec !important;
    color: #fff !important;
	border-radius:0px !important;
    border: 1px solid #6cbfec !important;
    text-transform: uppercase;
}
/*SEZIONE MIOTA*/
.section-miota{
	position: relative;
	background-color:#f4f4f4;
	overflow: hidden;
	height: 700px;
}
.braccio{
	position: absolute;
	height: 100%;
	right:32%;
	top:-50px;
	z-index: 2;
}
.braccio img{
	height: 120%;
	width: auto;
}
.riquadro-blu{
	position: absolute;
	width: 40%;
	height: 100%;
	top:0px;
	right:0px;
	background-color: #065FB7;
	z-index: 1;
}
.riquadro-blu img{
	position: absolute;
    width: 550px;
    right: -200px;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
.intro-miota{
	position: absolute;
	width: 400px;
	left:10%;
	top:50%;
	transform: translateY(-50%);
}
.intro-miota img{
	width: 300px;
}
.intro-miota p{
	font-size: 16px;
	text-align: justify;
}
#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 1;
}
/*FOOTER*/
.content-footer{
	padding: 100px 100px 50px 100px;
}
h3.title-footer{
	color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}
footer .menu{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
footer .menu li{
	margin-bottom: 8px;
}
footer .menu li a{
	color:#9f9f9f;
	text-transform: uppercase;
}
footer p{
	font-size: 14px;
	color:#9f9f9f;
}
.footer-box a{
	color:#000;
}
.credit{
	border-top:1px solid #eee;
	padding:20px 100px;
	text-align:center;
}
.credit p{
	text-align:center;
}
/*RESPONSIVE*/
@media screen and (max-width: 1800px) {
	.braccio{
		right:29%;
	}
}
@media screen and (max-width: 1300px) {
	.braccio{
		right:27%;
	}
	.box-text{
		padding: 100px;
	}
}
@media screen and (max-width: 1200px) {
	.box-metodo span{
		font-size: 55px;
	}
	.box-metodo.right{
		padding-right: 45px;
	}
	.box-metodo{
		padding-left:45px;
	}
	.box-text.text-metodo{
		padding: 100px 10px 0 10px;
	}
	.box-metodo p{
		font-size: 16px;
	}
	.page-id-56 .box-text{
		padding: 100px;
	}
}
@media screen and (max-width: 1100px) {
	.braccio{
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.box-text.text-metodo{
		padding: 100px;
	}
	.box-metodo span{
		font-size: 80px;
	}
	.box-metodo.right{
		padding-right: 60px;
	}
	.box-metodo{
		padding-left:60px;
	}
	.riquadro-blu{
		width: 25%;
	}
	.riquadro-blu img{
		max-width: none;
		width:400px;
		right:-250px;
	}
	.intro-miota{
		width: 450px;
	}
	.cta h3{
		margin-top:0px;
	}
	.cta .button{
		font-size: 14px;
	}
	.content-footer{
		padding: 100px 50px 50px 50px;
	}
	.page-id-56 .box-text{
		padding: 100px 60px;
	}
	.menu-main{
		display: none;
	}
	.assistenza span{
		display: none;
	}
	.box-text {
    	padding: 100px 60px;
	}
	.menu-mobile{
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	img{
		margin: 0 auto;
	}
	.intro-miota {
    	width: 360px;
	}
	.cta{
		text-align: center;
		padding: 40px 10px;
	}
	.cta h3{
		margin-bottom:40px;
	}
	.credit{
		padding: 20px 10px;
	}
	.box-image{
		height: 600px;
	}
	.assistenza, .social{
		padding: 0 5px;
	}
	.pull-right{
		left:auto;
	}
	.pull-left{
		right:auto;
	}
}
@media screen and (max-width: 676px) {
	.box-text.text-metodo{
		padding: 100px 25px;
	}
}
@media screen and (max-width: 576px) {
	.footer-box{
		text-align: center;
		margin-bottom: 50px;
	}
	h3.title-footer{
		margin-bottom: 20px;
	}
	h2{
		font-size: 30px;
		line-height: 35px;
	}
	.breadcrumb h1{
		width: 60%;
		font-size: 25px;
		left:30px;
	}
	.assistenza, .social{
		display: none;
	}
	.menu-mobile{
		padding: 0 50px 0 0;
	}
}
@media screen and (max-width: 500px) {
	.box-metodo.right span{
		right:4px;
	}
	.box-metodo span{
		left: 1px;
	}
	.intro-miota {
		width: 170px;
	}
	.intro-miota p{
		font-size: 14px;
	}
	.riquadro-blu{
		width: 30%;
	}
	.riquadro-blu img{
		width: 330px;
    	right: -228px;
	}
	.info-contatti img{
		width:45px;
		margin-right:20px;
	}
	.info-contatti p{
		font-size:14px;
	}
}