*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	background-color:#F2F6FD;
	color:#232679;
	font-family:'Montserrat', sans-serisf;

}

a{
	text-decoration: none;
	color:#232679;
	/*font-weight:500;*/
}

main{
	width: 90%;
	max-width:1000px;
	margin:auto;
	text-align:center;
	height: 100vh;
	/*background-color:#eee;*/
	padding-top:100px;
}

main > p {
	/*padding:7px;*/
	font-weight:500;
}

main > a {
	margin:70px auto;
	text-decoration: none;	
}

main > a > img{
	width:300px;
}

main > img{
	/*padding: 0;*/
	display: block;
	width: 100px;
	margin:15px auto 30px auto;
}

.items{
	margin: auto;
	text-align: justify;
	font-family: sans-serif;
	display: flex;
	justify-content:space-around;
	width: 90%;
	max-width:700px;
	line-height:30px;
	padding-left:55px;
	
	/*background-color:red;*/
}

.items > ul{
	margin: 10px 10px;
	width:45%;
	
	/*background-color:blue;*/
}

li {
 color:#4412BC;	
}

li > span{
	color:#232679;
}

.diseno{
	display:inline-block;
	margin:30px auto 30px auto;
	text-decoration: none;
	border-radius: 5px;
	padding: 11px 23px;
	box-shadow: 2px 2px 15px rgba(35,35,121,0.1);
	background-color: #FFFFFF;
	line-height:24px;
}

.diseno:hover{
	color:#fff;
	box-shadow: 2px 2px 25px rgba(35,35,121,0.3);
	background-color: #456BFA;
}

footer{
	width: 100%;
	text-align: center;
	style="color: #b3b3b3;
	font-size: 12px;
	text-align: center;
	line-height:28px;
	margin-bottom: 15px;
}

strong{
	text-decoration: underline;
}

/*@@@@@@@@@@@@@@@@@@@@*/
/* * * * * * * 1 1 0 0 p x * * * * * * */
/*@@@@@@@@@@@@@@@@@@@@*/

@media (max-width: 1180px){
    /*main{width:30%;}*/
}

/*@@@@@@@@@@@@@@@@@@@*/
/* * * * * * * 8 0 0 p x * * * * * * */
/*@@@@@@@@@@@@@@@@@@@*/

@media (max-width: 800px){
    main{width:90%;}
	.items{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width:500px;
	line-height:30px;
	/*background-color:red;*/
	}
	.items > ul{
	/*background-color:blue;*/
	width:200px;
	margin-top:-10px;
	}
}


/*@@@@@@@@@@@@@@@@@@@*/
/* * * * * * * 6 0 0 p x * * * * * * */
/*@@@@@@@@@@@@@@@@@@@*//*

@media (max-width: 600px){
    main{width:95%;}
}