#Principal{
  margin: 2% 0 50px 0;
  padding-top: 0;
}



.prds_itens_ind{
	margin-right: 0.5%;
	width: 19%;
	height: auto;
	background: transparent;
	/* border-radius: 8px; */
	border: 1px solid #fff;
  background: #042654;
  /* padding: 6px; */
	margin-bottom: 50px;
}
.prds_itens_ind:nth-child(5n){margin-right: 0%;}
.prds_itens_ind img{
	width: 100%;
	height: auto;
	margin: 0px 0 10px 0;
  border: 1px solid #dcdcdd;
}
#bot_mais {
  color: #fff;
  height: auto !important;
  width: 75% !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  line-height: 32pt;
  font-size: 13pt;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 10%;
  border: 1px solid #fff;
}
.pl_nome{
  height: 60pt;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	text-align: center;
  font-size: 0.8rem;
	line-height: 18pt;
}
.pl_nome span{
	width: 100%;
	color: #006cb6;
	text-align: center;
	margin: 0 8px;
}
.pl_descr{
	height: 60px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	font-size: 1em;
}
.pl_descr span{
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin: 8px;
	color: #111;
}
.prds_itens b{
	margin: 5px;
}
.pl_precos{
	margin: 5px;
	height: 70px;
	color: #333;
padding: 5px 0 33% 0 !important;
}
.pl_precos i{
}
.pl_precos b{
  font-size: 13pt;
	color: #c51f25;
	padding-bottom: 4% !important;
  margin-top: -8% !important;
  text-align: center;
  padding-left: 29%;
}
 b.lkn_plus{
	font-size: 10pt;
}
.lkn_plus{
	border-bottom: 1px solid #006cb6;
	line-height: 18px;
	padding: 0 5px 0 0 !important;
	color: #000;
  right: 0;
  bottom: 0;
}
.ico_plus{
	background-color: #006cb6;
	width: 20px;
	padding: 3px 0;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{
	.phone_rdp b{
		font-size: 14pt;
	}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* HD */
{
  .prds_itens_ind{
  	margin-right: 0.5%;
  	width: 19%;
  	height: auto;
  }
  .prds_itens_ind:nth-child(5n){margin-right: 3%;}

  .prds_itens_ind:nth-child(4n){margin-right: 0.5%;}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* Regular Size */
{
  .pl_nome{
  	font-size: 1em;
  	line-height: 16pt;
  }
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1190px) /* Regular Size */
{
  .prds_itens_ind{
  	margin-right: 0.5%;
  	width: 18%;
  	height: auto;
  }

  .prds_itens_ind:nth-child(4n){margin-right: 0.5%;}

    .prds_itens_ind:nth-child(3n){margin-right: 0%;}

}
/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* Regular Size */
{

	}

}

/*----------------------------------------------------*/

@media only screen and (max-width: 980px) /* Monitores antigos */
{

}
