@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*{
	box-sizing: border-box;
	margin:0px;
	padding: 0px;
}

body{
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;

	display: flex;
	flex-wrap: wrap;
	flex direction: column;
	justify-content: center;
	}

img.atras{
	width: 70px;
	padding-top: 20px;	

}
img.wifi{
	
	width: 100px;	

}
img.modem1{
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;

}
img.modem2{
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;

}
img.modem3{
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;

}


h2{
	text-align: center;
	font-weight: 300px;
	font-size: 30px;
}
li{
	padding-bottom: 10px;
	font-size: 14px;
}
.container{
	width: 450px;
	border: solid 1px #ccc;
	padding-bottom: 25px;

	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 20px #ef4136 ;

	}
.container2{
	width:95%;
	padding-bottom: 40px;

	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	}
.banner1{
	width: 100%;
	height: auto;
	padding-top: 40px;
	background-color: #ef4136;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.title1{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 35px;
	color: #fff;

}
.title2{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 22px;
	color: #000;


}
.box-ul{
	width: 85%;
	height: auto;


}