 /*Fuente extra*/

  #infonota-cont{
 	float: left;
 	width: 100%;
 	max-width: 709px;
 	font-family: Arial, Helvetica, sans-serif;
 	margin-top: 10px;
 	margin-bottom: 18px;
 	border-top: 2px solid #41821b;
 	border-bottom: 2px solid #41821b;
 	background-color: #f0fbf2;
 	padding-left: 10px;
 	padding-right: 10px;
 	background-position: left center;
 	background-repeat: no-repeat;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	padding-top: 4px;
 }

  .infonota-treinta {
   float: left;
    width: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:absolute;
    }

  .infonota-treinta-tab {
   float: left;
    width: 100%;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top:22px;
    }

  .infonota-treinta-icono {
  	float: left;
  	width: 90%;
  	position: absolute;
  	top: -17px;
  	left: 0px;
  	border-radius: 200px 200px 200px 200px;
  	-moz-border-radius: 200px 200px 200px 200px;
  	-webkit-border-radius: 200px 200px 200px 200px;
  	overflow: hidden;
  	text-align: center;
  	 }

  .infonota-treinta-icono img {
  	width: 100%;
  	max-width: 120px;
  	height: auto;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 3px;
  	text-align: center;
  	 }

  .infonota-treinta-texto {
  	float: left;
  	width: 90%;
  	background-color: #C1DEB0;
  	color: #33780A;
  	font: bold 20px/35px 'Droid Sans bold', Arial, Helvetica, sans-serif;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	border-radius: 20px 20px 20px 20px;
  	-moz-border-radius: 20px 20px 20px 20px;
  	-webkit-border-radius: 20px 20px 20px 20px;
  	height: 35px;
  	text-transform: uppercase;
  	background-repeat: no-repeat;
  	background-position: center right;
  	text-align: center;
  	margin-top: 105px;
  	 }

  #infonota-cont ul, #infonota-cont .infonota-setenta {
  	float: left;
  	width: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	 list-style-type: none;
  	 font-size: 14px;
  	 color: #003399;
  	line-height: 20px;
  	padding: 0px 0px 0px 170px;
  	margin: 10px 0px;
  }

  div#infonota-cont .infonota-setenta-desafio {
  	float: left;
  	height: 29px;
  	font: 16px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
  	text-transform: uppercase;
  	color: #FFFFFF;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding-left: 8px;
  	padding-right: 8px;
  	background-color: #33780a;
  	padding-top: 7px;
  	box-sizing: border-box;
  	margin-left: 10px;
  }

  div#infonota-cont li {
  	position: relative;
  	font: normal 13px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
  	margin-left: 20px;
  	margin-bottom: 2px;
  	position: relative;
  }

div#infonota-cont li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 6px;
    width: 4px;
    height: 4px;
    background-color: #33780A;
    border-radius: 10px;
transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

div#infonota-cont li:hover:before {
	background-color: #45B900;
	border-radius:0px;
	transform:rotate(45deg);
	  -webkit-transform:rotate(45deg);
	  -moz-transform:rotate(45deg);
	  -ms-transform:rotate(45deg);
	  -o-transform:rotate(45deg);
}

 div#infonota-cont li a{
 	color: #333333 ;
 	text-decoration: none;
 	font-variant: normal;
 	font-weight: normal;
 	box-sizing: border-box;
 }

 div#infonota-cont li a:hover{
 	color: #333333 !important;
 	text-decoration: underline !important;
 }

 @media (max-width: 1024px) {
 	#infonota-cont{
 	background-color: #f0fbf2;
 	background-image:none;
 	padding-left: 0px;
 	padding-right:0px;
 	padding-top: 0px;
 }

  .infonota-treinta {
   width: 100%;
    position:inherit;
    }

  #infonota-cont ul, #infonota-cont .infonota-setenta {
   margin-top:5px;
    line-height:inherit;
    padding-left:8px;
    }

  div#infonota-cont .infonota-setenta-desafio {
   height: 24px;
   font: 13px/13px 'Droid Sans', Arial, Helvetica, sans-serif;
   padding-bottom:18px;
    }

  .infonota-treinta-icono {
   float: left;
    width: 68px;
    position:absolute;
    top:5px;
    right:6px;
    left:inherit;
    /*background-color:#fff;
    */ border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    overflow:hidden;
    }

  .infonota-treinta-texto {
  	border-radius: 20px 20px 20px 20px;
  	-moz-border-radius: 20px 20px 20px 20px;
  	-webkit-border-radius: 20px 20px 20px 20px;
  	background-image: none;
  	width: 96%;
  	box-sizing: border-box;
  	margin-top: 5px;
  	float: left;
  	font: 22px/36px 'Droid Sans Bold', Arial, Helvetica, sans-serif;
  }

  .infonota-treinta-tab {
  	padding-top:15px;
  	padding-bottom:10px;
  	padding-left:5px;
  	top:0px;
  	box-sizing:border-box;
  }

  div#infonota-cont li {
   font-size: 14px;
    height: auto;
    margin-bottom: 8px;
    width: 93%;
    box-sizing:border-box;
    }

  }

  @media (max-width: 520px) {
  	div#infonota-cont li {
  	margin-bottom: 13px;
  }

}

