
/* GOOGLE FONT - ROBOTO */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

/* RESET */
* {
	margin:0;
	padding:0;
}

/*
ul {
	list-style:none;
}
*/

input, select, textarea, button {
	outline:none;
	height:auto;
}

::selection {
  color:#fff;
  background: #68A86A; /* WebKit/Blink Browsers */
}

::-moz-selection {
  color:#fff;
  background:#68A86A; /* Gecko Browsers */
}

/* GLOBAL FONT */
body, ul, p, h1, h2, h3, h4, select,
h5, h6, iframe, li, input, bloquote,
textarea, button, label, span {
	font-family:'Roboto', Arial;
}

input[type="text"], input[type="password"], 
input[type="date"], input[type="datetime"], 
input[type="datetime-local"], input[type="month"], 
input[type="week"], input[type="email"], 
input[type="number"], input[type="search"], 
input[type="tel"], input[type="time"], 
input[type="url"], input[type="color"], textarea, select {
	border-radius: 3px;
	border:2px solid #e6e6e6;
	box-shadow: none;
	background-color:#f1f1f1;
	color:#646473;	
	font-size: 17px;
	font-weight:300;
	height: auto;
	padding:13px 15px 15px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

input[type="checkbox"],
input[type="radio"] {
	margin-bottom:7px !important;
} 

.prefix, .postfix {
    height: 55px;
    padding: 2px 0 6px !important;
}

.postfix {
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

input[type="text"]:focus, input[type="password"]:focus, 
input[type="date"]:focus, input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="email"]:focus, 
input[type="number"]:focus, input[type="search"]:focus, 
input[type="tel"]:focus, input[type="time"]:focus, 
input[type="url"]:focus, input[type="color"]:focus, 
input[type="text"]:hover, input[type="password"]:hover, 
input[type="date"]:hover, input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, input[type="month"]:hover, 
input[type="week"]:hover, input[type="email"]:hover, 
input[type="number"]:hover, input[type="search"]:hover, 
input[type="tel"]:hover, input[type="time"]:hover, 
input[type="url"]:hover, input[type="color"]:hover, 
textarea:focus, select:focus, textarea:hover, select:hover
{
	border:2px solid #646473;
	background-color:#fff;
}

select  {
	padding:12px 15px 15px 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

select:hover {
	 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background-color:#fcfcfc;
}

#contato iframe {
	min-height:630px;
}


.partner ul {
	/* list-style:none; */
	margin-bottom:0 !important;
}

.partner ul li {
	display:inline-block;
	margin-left:5px;
}

.partner img {
	width:90px
}

select.error, input.error, textarea.error {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f2dede !important;
	-webkit-border-top-left-radius: 3px!important;
	-webkit-border-top-right-radius: 3px!important;
	-moz-border-radius-topleft: 3px!important;
	-moz-border-radius-topright: 3px!important;
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
}

label {
    color: #646473;
    cursor: pointer;
    display: block;
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}


img {
	border:none;
}

.row {
    margin: 0px auto;
    max-width: 67.5rem;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color:#646473;
}

/* BODY INITIAL */
body {
	color:#646473;
	line-height:22px;
	font-size:16px;
	font-weight:300;
}

ul, ol, dl {
	font-size:16px;
}

p {
	line-height:23px;
	font-weight:300;
	margin-bottom:5px;
}

/* BODY LINK */
a, a:active, a:focus {
	color:#669966;
	cursor:pointer;	
	outline:none;
	text-decoration:none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    
}

a:hover {
	color:#646473;
    transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

.parallax-client {
    min-height: 504px;
    background: transparent;
}

.asterisc {
	color: #d64541;
    float: left;
    font-size:18px;
	font-weight:400;
    height: 19px;
    line-height: 28px;
    margin-right: 4px;
    vertical-align: -4px;
}

label.error {
	background:#f2dede none repeat scroll 0 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
    color:#a94442;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 5px 10px 7px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;	
}


/* SECTIONS */
.section {
	padding:70px 0 80px 0;
}

.section-two, .section-two a, .section-two h1,
.section-two h2, .section-two h3, .section-two h4,
.section-two h5, .section-two h6 {
	color:#fff !important;
}

.section-gray {
	background:#eee;
}

.title-section {
	font-weight:400;
	color:#646473;
	letter-spacing:-3px;
	font-size:62px;
}

.p-title {
	font-size:20px;
	font-weight:300;
	line-height:29px;
	margin-bottom:45px;
}

section .title-grid {
	font-size:20px;
	font-weight:700;
	margin-top:13px;
}

.title-section b {
	font-weight:700;
	color:#68A86A;
}

section .icon-grid, 
section .icon-grid:before {
	font-size:75px;
	display:inline-block;
}

section .icon-grid {
	width:141px;
	height:141px;
	border:3px solid #68A86A;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	line-height:130px;
	 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section .block-grid p {
	line-height:22px;
	font-size:15px;
}

section .block-grid li {
	margin-bottom:20px;
}

section .block-grid li:hover .icon-grid {
	color:#fff;
	background:#68A86A;
	border:3px solid #68A86A;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

#header .toolbar {
	padding-top:30px;
	padding-bottom:72px;
}

#header  ul{
	margin-bottom:0 !important;
}

#header  ul li {
	line-height:32px;
	margin:0;
	display:inline-block;
	margin-left:-7px;
}

#header  ul li a {
	border-radius: 999px;
	border:2px solid transparent;
	display:inline-block;
	font-weight:700;
	padding:2px 15px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;	
}

#header ul li a:hover {
	border:2px solid #fff;
}



#header  #login ul li a {
	border-radius: 999px;
	border:2px solid #fff;
	display:inline-block;
	font-weight:700;
	padding:2px 15px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;	
}

#header #login ul li a:hover {
	border:2px solid #74c374;
	background-color:#74c374;
	color:#fff;
}




.big-msg img {
	float:right;
	margin-bottom:-25px;
}

.big-msg h1 {
	font-weight: 700;
	font-size: 49px;
	line-height: 55px;
	margin-bottom:40px;
}

#termos-de-uso p {
	margin-bottom:20px;
	line-height:23px;
	font-size:17px;
}

#termos-de-uso ul {
	list-style:disc;
}

#termos-de-uso ul li {
	margin-bottom:10px;
	line-height:23px;
	font-size:17px;
}

#termos-de-uso h3 {
	font-weight:700;
	color:#68A86A;
}

.overflow {
	max-height:450px;
	overflow-y:auto;
}

.introLoader, .introLoading {
	z-index:16000003;
}

.responsive img {
	width:100%;
	height:auto;
}

#nav-sticky {
	position:fixed;
	left:54px;
	top:50%;
	display:none;
	z-index:999;
	 -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#nav-sticky ul {
	margin:0 
}

#nav-sticky ul li a {
	background-color:#68A86A;
	color:#fff;
	display:inline-block;
	padding:1px 8px;
	font-size:23px;
	margin-bottom:1px;
}

#nav-sticky ul li a:hover {
	background-color:#74C374;
}

#toolbar-sticky {
	position:fixed;
	right:-19px;
	top:50%;
	z-index:999;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#toolbar-sticky ul {
	margin:0 
}

#toolbar-sticky ul li a {
	background-color:#68A86A;
	color:#fff;
	display:inline-block;
	padding:1px 8px;
	font-size:23px;
	margin-bottom:1px;
}

#toolbar-sticky ul li a:hover {
	background-color:#74C374;
}

.has-tip {
	border:none !important;
	font-weight:normal;
	cursor:pointer
}

.block {	
	display:block;
}

.box-number {
	background:#ffffff;
	border:1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	padding:20px 20px 40px 20px;	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-number:hover {
	background:#68A86A;
	border:1px solid #68A86A;
	color:#ffffff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-number i {
	font-size:170px;
	color:#646473;
	line-height:220px;
}

.box-number .counter {
	color:#68A86A;
	font-size:45px;
	font-weight:700;
	line-height:48px;
}

.box-number .text-counter {	
	font-size:20px;
}

.box-number:hover i,
.box-number:hover .counter {
	color:#fff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-action {
	font-weight:700;
	font-size:18px;
	-webkit-border-radius: 999px !important;
	-moz-border-radius: 999px !important;
	border-radius:999px !important;
	padding:12px 30px;
	padding-bottom:14px;
	display:inline-block;
}

.btn-big  {
	padding:18px 25px;
}


.btn-green, .btn-green:focus {
	background-color:#68A86A;
	color:#fff;
	border:2px solid #68A86A;
	font-family:'Roboto', Arial;
	margin-right:5px;
}

.btn-gray, .btn-gray:focus {
	background-color:#bbb;
	color:#fff;
	border:2px solid #bbb;
	font-family:'Roboto', Arial;
	margin-right:5px;
}

.btn-gray:hover {
	background-color:#ccc;
	color:#fff;
	border:2px solid #ccc;
}

.btn-green:hover {
	background-color:#74C374;
	color:#fff;
	border:2px solid #74C374;
}

.btn-border {
	background-color: transparent;
	color:#fff;
	border:2px solid #fff;
}

.btn-border:hover {
	border:2px solid #68A86A;
	color:#68A86A !important;
	background:transparent;
}

.loading-contato,
.loading-teste, .loading-newsletter { 
	text-align:center;
	background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
	font-weight:700;
	border-radius:3px;
	padding:19px 12px;
	display:none;
	font-size:17px;	
}
	
.loading-contato img,
.loading-teste img, .loading-newsletter img { 
	vertical-align:-9px; 
	margin-right:5px; 
}

.accordion-section-content {
    display: none;
    margin: 10px 15px;
}	
	
.faq {
	margin:0 !important; 
}	
.faq ul {
	list-style:disc;
}	
	
.faq a {
	padding:30px 16px;
	background-color:transparent;
	display:block;
	font-size:18px;
	margin:10px;
	border:3px solid #68a86a;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#646473;
	line-height:22px;
	font-weight:bold;
}



.faq a i {
    display: block;
    font-size: 85px;
    line-height: 85px;
	margin-bottom:25px;
	font-weight:normal;
}

.accordion-section {
	}


.faq .slick-list {
	overflow-x:none;
	overflow-y:hidden;
}

a.active, .faq a:hover {
	background-color:#68a86a !important;
	color:#fff !important;
	border:3px solid #68a86a;
}

.faq .slick-prev, .faq .slick-next {
	color:#68a86a;
	top:145px !important;
}

.faq .slick-prev:hover, .faq .slick-next:hover {
	color:#646473;
	
}

.faq p, .faq ul li {
	font-size:15px;
	line-height:20px;
	margin-bottom:12px;
}

	
	
#retorno-contato,
#retorno-teste, #retorno-newsletter {
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
	font-weight:700;	
	border-radius:3px;
	font-size:17px;
	padding:19px 12px;
	display:none;
}	

.loading { 
	display: none; 
	float: right;
    margin-right: 11px;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 20px;
}

.nav .current a {
	background-color: #646473 !important; 
	position:relative;
	color:#fff;
}

.tooltip {
  display: none !important;
}


/* FOOTER */
footer #pre-footer {
	background-color:#68A86A;
	color:#ffffff;
	padding:25px 0;
}

footer #pre-footer ul li {
	padding-bottom:0;
	font-size:18px;
	line-height:24px;
}

footer #pre-footer ul li a {
	color:#ffffff;
}

footer #pre-footer ul li a:hover {
	color:#C4D7C4;
}

footer #pre-footer ul li i {
	float:left;
	font-size:60px;
	line-height:45px;
}

.margin-right-icon {
	margin-right:13px;
}

footer #footer {
	background-color:#eee;
	padding:20px 0 25px 0; 
}

footer #footer p {
	margin-bottom:0;
	font-size:15px;
}

footer #footer ul.inline-list {
	margin-bottom:0 !important
}

.tab-bar {
	background-color: #68A86A !important;
	color: #FFF;
	height:60px;
	line-height: 2.8125rem;
	position: relative;
}

.tab-bar-section {
	height:60px;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
	height:100%;
	width:100%;
}

.tab-bar h1 img {
	margin-top:9px;
	display:inline-block;
}

.left-small, .right-small {
	height:60px;
	width:50px;
	border:none !important;
}

.right-small a, .right-small i {
	display: block;
	height: 100%;
	text-align: center;
	line-height: 56px;
	font-size: 25px;
	color: #FFF;
	background-color:#569658;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.right-small:hover i, .right-small:hover a, 
.right-small a:hover, .right-small a:focus,
.right-small i:hover, .right-small i:focus {
	background-color:#487D49 !important;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.reveal-modal-bg {
    background: #68a86a none repeat scroll 0 0 !important;
    opacity: 0.75 !important;
}

.reveal-modal {
    background-color: #ffffff !important;
    border: medium none !important;
    box-shadow: none !important;
}

#noticias ul li .box-new-wrap {
	background-color:#ffffff;
}

#noticias ul li .box-new-content {
	padding:17px 26px;
}

#noticias ul li .box-new-content .title-new {
	margin-top:0;
}

#noticias ul li .box-new-content .text-new {
	font-size:15px;
	line-height:21px;
}

#noticias ul li .box-new-content .title-new a {
	font-size: 18px;
    font-weight: 700;
    line-height: 23px;
	display:block;
	color:#646473;
}

#noticias ul li .thumb {
	position:relative;
	background-color:#68A86A;
}

#noticias ul li .thumb .date-new {
	position:absolute;
	right:10px;
	top:10px;
	width:50px;
	text-align:center;
}

#noticias ul li .thumb .date-new .number-date {
	background:#ffffff;
	font-weight:bold;
	display:block;
	font-size: 21px;
	letter-spacing:-1px;
}

#noticias ul li .thumb .date-new .month-date {
	background: #68A86A none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#noticias ul li:hover .thumb .date-new .month-date {
	background: #74C374 none repeat scroll 0 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#noticias ul li:hover .title-new a {
	color:#68A86A
}

#noticias ul li .thumb .img-new {
	width:100%;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#noticias ul li:hover .thumb .img-new {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#sticky-logo {
	background:url(../../images/sprite_boxml.jpg) no-repeat -108px 0;
	width:108px;
	height:39px;
	cursor:pointer;
	float:left;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background-color:transparent !important;
}

#sticky-logo:hover {
	background:url(../../images/sprite_boxml.jpg) no-repeat 0px 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.accordion .accordion-navigation > a i, 
.accordion dd > a i {
	color:#fff;
	display:none;
}

.accordion .accordion-navigation ul {
	list-style:disc;
	margin-top:10px;
}

.accordion .accordion-navigation ul li {
	line-height:22px;
}

.accordion .accordion-navigation > a, 
.accordion dd > a {
	background:#efefef none repeat scroll 0 0;
	border-left:8px solid #e9e9e9;	
	display:table;
	width:100%;
	padding:15px 20px;
}

.accordion .accordion-navigation > a:hover, 
.accordion dd > a:hover {
	background:#68a86a none repeat scroll 0 0;
	border-left:8px solid #68a86a;
	color:#fff	
}

.accordion .active > a {
	background:#68a86a none repeat scroll 0 0 !important;
	border-left:8px solid #68a86a;
	color:#fff !important;	
}

.accordion .active > a h3 {
	color:#fff !important;	
}

.accordion-navigation .content p,
.accordion-navigation .content ul li {
	font-size:17px;
	margin-bottom:10px;
	line-height:23px;
}

.accordion .accordion-navigation > a:hover h3, 
.accordion dd > a:hover h3  {
	color:#fff;
}

.accordion .accordion-navigation > a h3,
.accordion dd > a h3 {
	display: table-cell;
    font-size: 18px;
	line-height:21px;    
    margin: 0;
    max-width: 90%;
    vertical-align: middle;
	font-weight: 300;
}

.accordion .accordion-navigation, .accordion dd {
	margin-bottom:8px !important;
}

/* BUTTON SHARRRE */
.share-new {
	background:#f9f9f9;
	padding:13px 13px 17px;
	text-align:center;
	border-top:1px dashed #ddd;
	height:65px;
}

.btn-share, .btn-share a div {
	display:inline-block;
}

.btn-share a {
	font-family:'Roboto', Arial;
	font-size:13px;
	background-color:#444;
	color:#fff;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	display:inline-block;
	overflow:hidden;
	line-height:18px;
	font-weight:400;
	padding:8px 17px;		
}

.btn-share a i {
	font-size:13px;
	font-weight:normal;
	vertical-align:0px;
}

.linkedin a i {
	margin-right:2px;
	margin-left:2px;
}

.facebook a {
	background-color:#455D9B;
}

.linkedin a {
	background-color:#0177B5;
}















/* SIZE CONDITION */
@media (max-width : 1024px) { 
	#more {
		text-align:center;
	}
	#more h1 {
		margin-top: 25px;
		text-align: center;
		line-height: 50px;
	}
	#more .btn-action {
		margin-bottom:55px;
	}
	.big-msg img {
		float: none;
		text-align: center !important;
		display: table;
		margin: 0px auto;
		margin-bottom:-34px;
	}
	footer #footer {
		text-align:center;
	}
	footer #footer .left, #footer .right {
		width:100%;
		margin-bottom:12px;
	}
	footer #footer .right ul {
		display:table;
		margin:0 auto;
	}
	footer #footer .right ul li:first-child {
		margin-left:0 !important;
	}
	footer #pre-footer ul {
		text-align:center;
	}
	footer #pre-footer ul li {
		margin-right:0 !important;
		text-align:center;
		margin-bottom:2px;
	}
	footer #pre-footer ul li i {
		display:none;
	}
	footer #pre-footer ul li:last-child {		
		margin-right: 0px;
		text-align: center;
		margin-bottom: 2px;
		display: table;
		margin: 0 auto !important;
		float: none;
		width: auto;
		padding-top:23px;
	}
	footer #pre-footer ul li:last-child span {
	display:none;
	}
	footer #pre-footer ul li:last-child i {
		display:inherit;

	}
}










/* LOGIN PAGE */
body#login {
  background: url(../../images/bg_01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#login  #btn {
    margin-bottom: 0;
    margin-right: 1px;
    width: 49%;
}

body#login form {
	background-color:#ffffff;
	padding:30px;
}

body#login .padding-logo {
	padding:23px 20px;
	background-color:#68a86a;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

body#login .login-footer {
	padding:22px 25px;
	background-color:#f4f4f4;
	border-top:1px solid #e6e6e6;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

body#login .btn-big {
	padding:13px 25px;
}

.login-footer span a {
	line-height:29px;
}

@media (max-width : 430px) { 
	body#login  #btn {
		margin-bottom:10px;
		margin-right:0;
		width:100%;
	}
}















/* NOTICIAS */
#body-noticias .toolbar {
    padding-bottom:0px;
    padding-top:0px;
}

#body-noticias #header {
	background-color:#68a86a;
	padding:25px 0;
}

#body-noticias #header ul li a {
    border: 2px solid transparent;
    border-radius: 999px;
	color:#fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 15px;
}

#body-noticias #header ul li a:hover {
	border:2px solid #ffffff;
}

#body-noticias #header #login ul li a {
    border: 2px solid #fff;
    border-radius: 999px;
    display: inline-block;
    font-weight: 700;
    padding: 2px 15px;
}

#body-noticias #header #login ul li a:hover {
	border:2px solid #68a86a;
}

#noticias-lista {
	margin:50px 0;
}

#titulo-news {
	background:#eee;
	padding:8px 0;
}

#body-noticias .title-new {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
}


#body-noticias iframe {
    min-height: inherit !important;   
}

.meta {
	font-size:14px;
	color:#aaa
}


#form-newsletter .btn-big {
    padding: 16px 35px;
}


.box-sidebar {
	margin-bottom:40px;
}

.box-sidebar h4 {
	font-size: 30px;
	margin-bottom:10px;
    letter-spacing: -1px;
}

.box-sidebar h4 b {
	color:#68a86a;
}

.box-sidebar p {
	margin-bottom:13px;
}

#body-noticias p {
	line-height:26px;
}

#body-noticias .title-new-interno {
	font-size:33px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}

.interno img {
	width:100%;
	margin-bottom:15px;
}

.interno p {
	margin-bottom:15px;
}

.interno .meta {
		margin-bottom:19px;
}

.meta .btn-share a {
	padding:6px 14px;
}

.meta span {
	line-height:34px;
}


.interno ul {
	list-style:disc;
}

.meta .inline-list {
	margin-bottom:0;
	margin-top:0px;
}

.interno h3 {
	color: #68a86a;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 11px;
}

.interno .meta ul li:first-child {
	margin-left:2px;	
}

ul.contrate li{
	line-height:32px;
	margin:0;
	display:list-item !important;
	margin-left:-7px;
}