@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.logomiclaro{
	width: 90px;
	margin-right: 10px;
}
img.check{
	width: 14px;
	margin-right: 10px;
}
img.menu{
	width: 18px;
	margin-left: 5px;
}
.banner1{
	width: 100%;
	height: auto;

	
}

li{
	display: block;
	line-height: 28px;
	font-size: 14px;
	text-align: left;
}
.libgColor{
	background-color: #ee4234;
	color:#fff;
	padding: 5px;
}
h2{
	text-align: center;
	font-weight: 300px;
	font-size: 30px;
}
p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.container{
	width: 450px;
	border: solid 1px #ccc;
	padding-bottom: 40px;

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

	}
.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;
	
}
.title0{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-bottom: 30px;

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

}
.box-tit{
	width: 90%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 28px;



}
.lista1{
	width: 90%;
	padding-top: 10
	padding-bottom: 10px;


}
.box-tit2{
	width: 90%;
	padding:40px;
	font-size: 30px;
	text-align: center;
}