    p.truncate3l
    {
       display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow:ellipsis;
    }


body
{
min-width:372px;
background-color:#E5E5E5


}
.wrapper
{
min-height:100vh;


}
.botao1 {
   	background-color:#E2E2E2;
   	border-radius: 15px;
   	font-family: Verdana;
 	font-size: 20px;
   	font-weight: bold;
   	color: #1A5A8E;
   	width: 100px;
   	height: 40px;
	cursor:pointer;
	}
.botaog {
   	background-color:#E2E2E2;
   	border-radius: 15px;
   	font-family: Verdana;
   	font-size: 20px;
   	font-weight: bold;
   	color: #1A5A8E;
   	width: 200px;
   	height: 40px;
	cursor:pointer;
	}
