.ApRp{
    width: 300px;
}

.pequenaletra{
	font-size: 10px;
}
.fundoverde{
	background-color: #22af47;
	color: #fff;

}
.rdo-grp {
	/* position: absolute; */
	top: calc(50% - 10px);
  }
  .rdo-grp label {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	padding: 6px 8px;
	border-radius: 20px;
	float: left;
	transition: all 0.2s ease;
  }
  .rdo-grp label:hover {
	background: rgba(40, 133, 9, 0.06);
  }
  .rdo-grp label:not(:last-child) {
	margin-right: 16px;
  }
  .rdo-grp label span {
	vertical-align: middle;
  }
  .rdo-grp label span:first-child {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: #e8eaed;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-right: 8px;
  }
  .rdo-grp label span:first-child:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 2px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.2s ease;
  }
  .rdo-grp label:hover span:first-child {
	background: #22af47;
  }
  .rdo-grp input {
	display: none;
  }
  .rdo-grp input:checked + label span:first-child {
	background: #22af47;
  }
  .rdo-grp input:checked + label span:first-child:after {
	transform: scale(0.5);
  }
  .avisos_gd3{font-size: 36px !important; font-weight: 700; width: 100%; text-align: center; color: #000; }

  .mt5{
      margin-top: 15px;
  }
  .mt25{
    margin-top: 25px;
}



  /* Hiding the checkbox, but allowing it to be focused */
.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
	text-indent: 0;
}

.sumirpc{
  display: none;
}

.ml20{
  margin-left: 37% !important
}

.bordaleve {
  margin-top: 10px;
}


@media screen and (max-width: 1025px){
  .sumirpc{
    display: block !important;
  }
  .ml20{
    margin-left: 0 !important
  }
}
