/*---  INICIO Formatação dos calculos na página  --*/
        .content-pastilha-pg{
			font-family: 'Roboto', sans-serif;
			font-size: 13px;
		}
		.content-pastilha-pg input {
			font-size: 18px;
			padding: 5px 1%;
			margin: 10px;
		}
		.content-pastilha-pg input[type="text"]{
			width: 50px;
			text-align: center;
		}
		.content-pastilha-pg .description{
			font-weight: 300;
		}
		
		.content-pastilha-pg table .quant-placas{
			font-weight: 600;
			font-size: 130%;
		}
		.content-pastilha-pg table small{
			display: block;
			font-size: 70%;
			color: rgb(121, 121, 121);
		}
		.content-pastilha-pg td, th {
			border-bottom: 1px solid rgb(223, 221, 221)!important;
			border: none;
			padding: 0.5rem;
			text-align: center;
			}
		.content-pastilha-pg .link-whats{
			color: rgb(8, 88, 8)!important;
		}
		.content-pastilha-pg hr{
			margin: 5vh 0;
		}
		.content-pastilha-pg .mr-3{
			margin-right: 1.8rem;
		}
		.content-pastilha-pg figure{
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.content-pastilha-pg ul li{
			font-size: 15px;
		}
		.content-pastilha-pg ul li span{
			font-weight: bold;
		}
        /*---  FINAL Formatação dos calculos na página  --*/