#Principal{
  margin: 2% 0 50px 0;
  padding-top: 0;
}

#list_produtos{
  column-count: 3
}

.prds_itens_ind{
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #7d9a7e;
  padding: 6px;
  margin: 0 0 50px 0;
  border-radius: 40px;
}
.prds_itens_ind .pl_fot{
	width: 45%;
  height: 200px;
	margin: 5px 10px 5px 5px;
  border: 1px solid #dcdcdd;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
#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: 10px;
  border: 1px solid #fff;
}
#bot_mais:hover {
color: #3b619b;
background-color: #fff;
}
.pl_nome{
  height: 200px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	text-align: left;
font-size: 18pt;
line-height: 24pt;
font-weight: bold;
padding: 8px;
}
.pl_nome span{
	width: 100%;
	color: #006cb6;
	text-align: center;
	margin: 0 8px;
}
.pl_descr{
	height: auto;
  width: 94%;
  margin: 20px 3%;
  color: #fff;
	font-size: 14pt;
  line-height: 20pt;
  font-weight: normal;
  font-family: tahoma, sans-serif;
}
.pl_descr p{
  margin: 5px 0;
}
.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: auto;
	color: #333;
  padding: 5px 0 0 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 */
{
  #list_produtos{
    column-count: 2;
  }
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* Regular Size */
{
  .pl_nome{
  	font-size: 16pt;
  	line-height: 22pt;
  }
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1190px) /* Regular Size */
{


}
/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* Regular Size */
{

  #list_produtos{
    column-count: 1;
  }

}

/*----------------------------------------------------*/

@media only screen and (max-width: 640px) /* Monitores antigos */
{

}
