/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins'; 
}
#main-menu {background-color: #3498db;}
.l1{
display: flex;
width:100%; 
justify-content: space-around;
background-color: #3498db;
padding-top: 50px;
padding-bottom: 50px;
}
.l2{
	
	background-color: #2A323E;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pag{
	
	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	width: 34.563%;
  
}
.l3{
	width: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.icon{
	width: 3%; 	
}
.rl1 img{
	margin-left: 15px;
	width: 15%;
}

.qr{
	width: 35%;
	margin-left: 25%;
}
.titulop{
	font-size: 28px;
	margin-block-start: 0.53em;
    margin-block-end: 0.53em;
    color: #000;
}
.lista{
	padding: 0px;
}
.lista li{
	list-style: none;
	text-align: left;
	color: #fff;
	font-size: 14px;
	
	line-height: 1.9em;
	
}
#footer {
	padding: 0px;
}

#home-banner{

	background-image: url("https://insatechnology.com/wp-content/uploads/2020/02/custom-header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.host{
	width:15%;
}
.testo--final{
	font-size: 12px;
	font-weight: 900;
	color: #000;
	letter-spacing: 1px;
	
}

.mpag{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;

}