/*   
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap v2.3.2
Version: 1.0
Author: KeenThemes
Website: http://www.keenthemes.com/preview/?theme=metronic
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469
*/
/***
Import fonts
***/

/*** load open sans font from Google Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
***/

/* load open sans font from local */
@import url(../fonts/font.css);

/* General body settings */
body { 
  color: #000; 
  font-size:13px; 
  direction: ltr;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Exo 2' !important;
  overflow-x: hidden;
}

/*********************
 GENERAL UI COLORS 
*********************/

/***
Colors
***/
.color-red { color: #e02222;}
.color-blue { color: #0da3e2;}
.color-grey { color: #555555;}
.color-green { color: #35aa47;}
.color-yellow { color: #ffb848;}
.color-purple { color: #852b99;}
.color-light-red { color: #ff5400;}
.color-light-blue { color: #bfd5fa;}
.color-light-grey { color: #fafafa;}
.color-light-green { color: #78df1d;}

/*********************
 GENERAL RESET & SETUP 
*********************/

/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: inherit;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

h2, h2 a {
  color: #444;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

h2 a:hover {
  color: #0da3e2;
  text-decoration: none;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;        
 }
 
h3 {
  color: #222;
}

/***
Apply fix for font awesome icons.
***/
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover, 
[class*=" icon-"]:hover { 
  background: none !important;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/***
General More Link
***/
a.more {
  font-size: 13px;
  font-weight: 400 !important;
  font-family: 'Open Sans' !important;
}

a.more i {
  font-size: 12px;
}

/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
  outline: 0;
    text-decoration: none;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
  margin-left: 0px !important;
}

/***
Misc tools
***/
.clearfix {
  clear: both;
}

.visible-ie8 {
  display: none
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-bottom-space {
  padding-bottom:0px !important;
  margin-bottom: 0px !important;
}

.no-top-space {
  padding-top:0px !important;
  margin-top: 0px !important;
}

.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}

.space7 {
  height: 7px !important;
  clear: both;
}

.space10 {
  height: 10px !important;
  clear: both;
}

.space12 {
  height: 12px !important;
  clear: both;
}

.space15 {
  height: 15px !important;
  clear: both;
}

.space20 {
  height: 20px !important;
  clear: both;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}

.hide {
  display: none;
}

.bold {
  font-weight:600 !important;
}

.fix-margin {
  margin-left: 0px !important
}

.border {
  border: 1px solid #ddd
}

.inline {
  display: inline;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

/*Global classes*/
.container {
    position:relative;
	padding: 0 10px;
}

.min-hight {
	min-height: 500px;
}

/*.page-header-fixed .slider { 
	margin-top: 50
}*/

/********************
 GENERAL LAYOUT 
*********************/

/***
Top Bar
***/
.front-topbar {
	border-bottom: solid 1px #f5f5f5;
	margin-top: -1px;
}
.front-topbar ul{
	padding-left:0;
}

.front-topbar li {
	padding: 6px 5px;
	display: inline-block;
}

.front-topbar a,
.front-topbar li {
	color: #999;
	font-size: 12px;
}

.front-topbar li.sep span {
	color: #eee;
	font-size: 11px;
}

.front-topbar li i.topbar-info-icon {
	margin-right: 3px;
}

/*Social Icons*/
.front-topbar .topbar-social {
	text-align: right;
}
.front-topbar .topbar-social ul{
	margin-right:15px;
}

.front-topbar .topbar-social li {
	padding: 0;
}

.front-topbar .topbar-social i {
	color: #bbb;
	opacity: 0.7;
	font-size: 15px;
	padding: 9px 5px 8px;
	display: inline-block;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.front-topbar .topbar-social a:hover {
	text-decoration: none;
}

.front-topbar .topbar-social a:hover i {
	color: #999;
	opacity: 1;
}

.front-topbar .topbar-social a:hover i {
    transition: background 0.9s ease;
    -o-transition: background 0.9s ease;
    -moz-transition: background 0.9s ease;
    -webkit-transition: background 0.9s ease;			
}

.front-topbar .topbar-social a:hover i.icon-facebook {
	color: #fff;
	background: #677fb1 !important;		
}
.front-topbar .topbar-social a:hover i.icon-twitter {
	color: #fff;
	background: #04a5e9 !important;		
}
.front-topbar .topbar-social a:hover i.icon-google-plus {
	color: #fff;
	background: #e14544 !important;		
}
.front-topbar .topbar-social a:hover i.icon-linkedin {
	color: #fff;
	background: #28afd1 !important;		
}
.front-topbar .topbar-social a:hover i.icon-youtube {
	color: #fff;
	background: #e36c6e !important;		
}
.front-topbar .topbar-social a:hover i.icon-skype {
	color: #fff;
	background: #3fd0fa !important;		
}

/***
Header and header elements.
***/
/*Navigation*/
.header {
	z-index: 999;
	position: relative;
    box-shadow: 0 5px 20px rgba(111, 111, 111, 0.4);
	background: #fff;
	filter:none;
	border: none; 
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}
.header.navbar.navbar-default.navbar-static-top {
    box-shadow: 0 5px 20px rgba(111, 111, 111, 0.4);
}

.btn_my_apat{
    display: inline-block;
    margin-right: 17px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: right;
    font-weight: 700;
}

.btn_my_apat a{
    font-size: 14px !important;
}

.zona_linguas{
    margin: 0 20px 0 15px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.header .zona_linguas .dropdown_trigger:hover .dropdown-menu{
    display:block;
}

.header .zona_linguas .dropdown-menu{
    min-width: unset;
    border-left: solid 1px #265ea0;
    border-right: solid 1px #265ea0;
    background-color: #265ea0;
    border: none;
    left: -11px;
    padding: 0 12px 0 7px;
}

.header .zona_linguas .dropdown-menu li{
    border: none;
}

.header .zona_linguas .dropdown-menu a{
    min-width: unset;
    font-size: 14px;
    padding: 6px !important;
    height: 30px;
    font-weight: bold;
    color: #fff;
}

.header .zona_linguas .dropdown-menu li > a:hover,
.header .zona_linguas .dropdown-menu .active > a,
.header .zona_linguas .dropdown-menu .active > a:hover{
    background-color: transparent;
    border: none;
}

.form_pesquisa{
    display: inline-block;
}

.form_pesquisa input{
    background-color: rgba(0, 0, 0, 0.13);
    padding: 10px 10px 10px 35px;
    border: none;
    opacity: 0.5;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    font-family: 'Montserrat';
}

.form_pesquisa form{
    position:relative;
}

.form_pesquisa button{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 8px;
    left: 6px;
    color: #fff;
}

.pesquisa_page .form_pesquisa button{
    right: 6px;
    color: #4289D0;
    left: unset;
    top: 12px;
}

.pesquisa_page .form_pesquisa button i{
    font-size: 19px;
}

.pesquisa_page .form_pesquisa input {
    height: 44px;
    min-width: 300px;
    max-width: 300px;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    opacity: 1;
    border-radius: 100px !important;
}


.ie8 .header {
	border-bottom: 1px solid #eee;
}
.header .navbar-collapse {
    position: relative;
    height: 80px !important;
    padding-top: 10px;
    padding-bottom: 0px;
}

.page-header-fixed .header {
	position: fixed;
}
.scrolling-fixed.header {
	opacity: 0.95;
}

.page-header-fixed .page-container {
	margin-top: 75px;
}

.navbar {	
	margin-bottom: 0;
	/*background: url('/site/imagens/gradient_menu.png') repeat 0 0 / 100% 100%;*/
}

.header  a.brand {
	font-size: 23px;
	font-weight: 400; 
}

.header a.brand b {
	color: #0da3e2;
	font-weight: 400; 
}

.header a.brand span {
	color: #b0b0b0;
	display: block;
	font-size: 12px;
}

.header .nav li:first-child {
	margin-left: 0;
}

.navbar-brand{
	-moz-transition:padding 0.3s ease-in-out;
    -webkit-transition:padding 0.3s ease-in-out;
    -o-transition:padding 0.3s ease-in-out;
    transition:padding 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
.scrolling-fixed .navbar-brand{
	padding:0 15px;
}

.header a.logo-v1 img {
	-moz-transition:width 0.2s ease-in-out;
    -webkit-transition:width 0.2s ease-in-out;
    -o-transition:width 0.2s ease-in-out;
    transition:width 0.2s ease-in-out;

	-moz-transition:height 0.2s ease-in-out;
    -webkit-transition:height 0.2s ease-in-out;
    -o-transition:height 0.2s ease-in-out;
    transition:height 0.2s ease-in-out;

	-moz-transition:margin 0.2s ease-in-out;
    -webkit-transition:margin 0.2s ease-in-out;
    -o-transition:margin 0.2s ease-in-out;
    transition:margin 0.2s ease-in-out;
}

.dropdown {
    padding: 0 17px;
}

.header .navbar-nav li a {
    font-family: 'Montserrat';
    font-size: 13px;
    text-transform: uppercase;
    color: #21344A;
    letter-spacing: 0;
    text-shadow: none;
    position: relative;
    padding: 15px 0 0px;
    width: 100px;
    text-align: center;
    height: 65px;
    -moz-transition: padding 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    font-weight: bold;
}
.header.scrolling-fixed .nav li a{
	padding: 14px 16px;
}

.header .nav li > a:hover,
.header .nav li.active > a,
.header .nav li.active:hover > a {
	color: #537cbd;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none !important;
	border-bottom: 6px solid #007abc !important;
}
.header.scrolling-fixed .nav li > a:hover,
.header.scrolling-fixed .nav li.active > a,
.header.scrolling-fixed .nav li.active:hover > a {
	color: #537cbd;
	padding-top: 14px;
	border-bottom: 9px solid #007abc !important;
}

.header .nav>li>a:focus, 
.header .nav>li>a:hover {
	color: #537cbd;
	border-bottom: 6px solid #007abc !important;
}

.header ul.nav {
	float: right;
	margin-right: 0;
}

.header .in.collapse ul {
	margin-top: 0;
}

.header .in.collapse li a:hover {
	color: #537cbd;
}

.header .in.collapse li.active > a,
.header .in.collapse li.active:hover > a {
	color: #537cbd;
}

/*Navigation Toggle Icon*/
.header .navbar-btn {
	border: none;
	padding:10px;
	margin-top: 10px;
	border-radius: 0;
	/*background:#265ea0;*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none;
}
.header .navbar-btn span, 
.header .navbar-btn:hover span { 
	/*background:#fff !important;
	box-shadow:none !important;*/
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#265ea0 !important;
    width: 30px;
    height: 4px;
    opacity: 1;
    top: 0;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-default .navbar-toggle.open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
    position: relative;
}

.navbar-default .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-default .navbar-toggle.open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: relative;
    top: -8px;
}

/*Navigation Dropdown*/
.header .dropdown-menu {
	border: none; 
	box-shadow: none;
	min-width: 185px;
	border-bottom: none;
	border-left: solid 1px #eee; 
	border-right: solid 1px #eee;
	padding: 0;
}

.header .dropdown-menu li {
	margin-left: 0;
	border-bottom: solid 1px #f5f5f5;
}

.header .dropdown-menu li a {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	padding: 9px 15px !important;
	text-transform: inherit;
	-moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    border: none !important;
}

.header .nav .dropdown-menu li a:hover,
.header .nav li.active .dropdown-menu li a:hover  {
	color: #537cbd !important;
	background: #fdfdfd !important;
	border-bottom: 9px solid #007abc !important;
}

.header .nav li.active .dropdown-menu li.active a {
	border-bottom: 9px solid #007abc !important;
	color: #537cbd !important;
	background: #f7f9fa !important;
}

.header .nav > li >.dropdown-menu:after,
.header .nav > li >.dropdown-menu:before {
	border-bottom: 9px solid #007abc !important;
	color: #537cbd;
}

.header .nav li.dropdown.open>.dropdown-toggle {
	color: #537cbd;
	background: none;
}

.header .nav li.dropdown .dropdown-toggle i {
	font-size: 12px;
}

.header .in.collapse li.dropdown.active > a,
.header .in.collapse li.dropdown.active:hover > a {
	color: #537cbd;
	background: #0da3e2;
}

.header .nav > li.dropdown.open.active > a:hover,
.header .nav > li.dropdown.open.active > a:focus {
  color: #537cbd;
  border-bottom: 6px solid #007abc !important;
}

/*Menu Search*/
.header .nav li.menu-search {
	position: relative;
	padding: 15px 0;
	-moz-transition:padding 0.3s ease-in-out;
    -webkit-transition:padding 0.3s ease-in-out;
    -o-transition:padding 0.3s ease-in-out;
    transition:padding 0.3s ease-in-out;
}
.scrolling-fixed.header .nav li.menu-search{
	padding:0;
}

.header .nav li.menu-search i {
	color: #bbb;
	font-size: 16px;
	cursor: pointer;
}

.header .nav li.menu-search i:hover {
	color: #0da3e2;
}

.header .search-box {
	right: 0;
	top: 100%;
	padding: 10px;
	display: none;
	background: #fff;
	position: absolute;
	border: solid 1px #eee;
	border-top: none !important;
	margin-top: 10px;
}
.scrolling-fixed .search-box {
	margin-top: 15px;
}

.header .search-box input {
	height: 34px;
	margin-bottom: 0;
	vertical-align: middle;
}
.header .search-box .btn{
	margin-left:-5px;
}

.header .search-box form, 
.header .search-box input,
.header .search-box .input-append {
	margin-bottom: 0;
}
.header .nav li.menu-search span.sep {
	top: 10px;
	width: 1px;
	height: 31px;
	background: #eee;
	position: relative;
	margin: 0 12px 0 5px;
	display: inline-block;
}

/***
Slider
***/
.slider-main {
	z-index: 1;
	position: relative;
	border-bottom: solid 1px #eee;
	max-height:450px !important;
	overflow:hidden;
	margin-bottom: 10px;
}
.slide_title_white {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:47px;
}

.slide_title_white_bold {
	font-weight: 400;
}

.slide_subtitle_white {
	border-top:1px solid #fff !important;
	border-bottom:1px solid #fff !important;
	font-family: 'Open Sans';
	font-weight: 300;
	padding: 5px 10px;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:18px;
}
.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.slide_title {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#3f5862;
	text-transform: uppercase;
	font-size:47px;
}

.slide_subtitle {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fafafa;
	text-transform: uppercase;
	font-size:18px;
}

.slide_list_item {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fafafa;
	text-transform: uppercase;
	font-size:14px;
}

.slide_desc {
	color:#7b8793;
	font-size:14px;
	line-height:24px;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
}

.slide_btn {
	font-family: 'Open Sans';
	font-weight: 300;
	background:#6fc561;
	padding:7px 15px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	cursor:pointer;
}

.tp-leftarrow.default { 
	background: #d2d7dc url(../imagens/sliders/revolution/arrow_left.png) no-repeat center !important;	
	width:40px !important;	
	height:50px !important;
}

.tp-rightarrow.default {	
	background:  #d2d7dc url(../imagens/sliders/revolution/arrow_right.png) no-repeat center !important;
	width:40px !important;	
	height:50px !important;
}

/***
Content and content elements.
***/
/*Services Box*/
.service-box {
	margin: 30px -15px; 
}

.service-box p {
	color: #656565;
	font-size: 13px;
}

.service-box .service-box-heading {
	padding: 12px 0;
}

.service-box .service-box-heading i {
	padding: 0;
	-webkit-border-radius: 34px;
	   -moz-border-radius: 34px;
	   	    border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}

.service-box .service-box-heading i.blue {
	color: #0da3e2;
	border:1px solid #0da3e2;
}

.service-box .service-box-heading i.red {
	color: #db3a1b;
	border:1px solid #db3a1b;
}

.service-box .service-box-heading i.green {
	color: #35aa47;
	border:1px solid #35aa47;
}

.service-box .service-box-heading span {
	color: #444;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 10px; 
	margin-left: 10px;
	display: inline-block;
}

.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}

.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/*Blockquote Box*/
.quote-v1 {
	margin: 30px 0;
	background: #0da3e2;
	width: 100%;
	overflow: hidden;
}

.quote-v1 a {
	margin: 5px;
	display: inline-block;
}

.quote-v1 span {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 13px 5px 8px;
	line-height: 26px;
	display: inline-block;
}

.quote-v1-inner {
	padding: 10px; 
}

/*Recent Works*/
.recent-work {
	margin: 20px 0;
	position: relative;
}
.recent-work .col-md-3 {
	padding: 0;
}
.recent-work .col-md-9 {
	padding-right: 0;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work h2 {
	margin: 3px 0 10px;
	padding-right: 50px;
}

/*Mixed Block*/
.mix-block {
	margin: 30px -15px;
}
	.mix-block .row {
		margin:0;
}
	.tab-style-1 .row [class*="col-"] {
		padding-left:0;
}

/*Tabs*/
.tab-style-1 ul.nav-tabs {
	margin-bottom: 0;
	border-bottom-color: #0da3e2; 
}

.tab-style-1 ul.nav-tabs > li {
	margin-bottom: 0;
	margin-right: 3px;
}

.tab-style-1 ul.nav-tabs li > a {
	color: #7c858e;
	font-size: 14px;
	margin-top: 1px;
	min-width: 100px;
	padding: 5px 15px;
	text-align: center;
	background: #f4f4f4;
}

.tab-style-1 ul.nav-tabs li > a:hover {
	color: #fff;
	background: #0da3e2;
	border-color: #0da3e2;
}

.tab-style-1 ul.nav-tabs .active > a,
.tab-style-1 ul.nav-tabs .active > a:hover,
.tab-style-1 ul.nav-tabs .active > a:focus {
	color: #fff;
	background: #0da3e2;
	border-color: #0da3e2;
}

.tab-style-1 .tab-content {
	padding: 20px 15px;
	background: #fafafa;
}

.tab-style-1 .tab-content p {
	margin-bottom: 0;
}

.tab-style-1 .tab-content img {
	margin: 5px 0 10px;
}

/*Testimonials*/
.testimonials-v1 .carousel {
	margin-bottom: 0;
}

.testimonials-v1 .item span.testimonials-slide {
	padding: 15px; 
	color: #8a8a8a;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #f8f8f8 url(../imagens/corners.png) no-repeat right bottom;
}	

.testimonials-v1 .carousel-info {
	overflow: hidden;
	padding-top: 15px;
	background: url(../imagens/arrow-testimonials.png) no-repeat 83px 0;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}

.testimonials-v1 .carousel-info {
	overflow: hidden;
}

.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}

.testimonials-v1 .carousel-info span {
	display: block;
}

.testimonials-v1 span.testimonials-name {
	color: #0da3e2;
	font-size: 16px;
	font-weight: 300;
	margin: 23px 0 7px;
}

.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}

.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
	right: 0;
	width: 24px;
	height: 24px;
	bottom: 30px;
	position: absolute;
	display: inline-block;
}

.testimonials-v1 .left-btn {
	right: 25px;
	background: url(../imagens/icons/left.png) no-repeat;
}
.testimonials-v1 .right-btn {
	background: url(../imagens/icons/right.png) no-repeat;
}

.testimonials-v1 .right-btn:hover {
	background: url(../imagens/icons/right-hover.png) no-repeat;
}
.testimonials-v1 .left-btn:hover {
	background: url(../imagens/icons/left-hover.png) no-repeat;
}

/*Steps*/
.front-steps {
	padding: 15px 20px 33px;
}

.front-steps p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.front-steps h2 {
	color: #f0f0f0;
	font-size: 22px;
}

.front-steps.front-step-one h2 {
	color: #fefefe;
}

.front-steps.front-step-one {
	background: #0da3e2 url(../imagens/steps/one.png) no-repeat right bottom;
}
.front-steps.front-step-two {
	background: #7c858e url(../imagens/steps/two.png) no-repeat right bottom;
}
.front-steps.front-step-three {
	background: #68727c url(../imagens/steps/three.png) no-repeat right bottom;
}

.front-steps.front-step-one,
.front-steps.front-step-two {
	position: relative;
}

.front-steps.front-step-one:after,
.front-steps.front-step-two:after { 
	top: 50%;
	width: 0; 
	height: 0;
	left: 100%;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -1em; 
	position: absolute;
	border-left: 15px solid #36b3e7;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.front-steps.front-step-two:after {
	border-left-color: #868e96;	
}
.no-space-steps{padding:0 15px;}

/*Clients*/
.our-clients h2{
 margin-top: 3px;
 margin-bottom: 10px;
}

.clients-list {
	margin: 0;
}

.clients-list li {
	background: #f9f9f9;
	position: relative;
}

.clients-list li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}

.clients-list li:hover img.color-img { 
	display:block;
}

/***
Footer
***/
.footer {
	padding: 35px 0;
	font-size: 13px;
	background: #62707f;
}

.footer h2 {
	color: #eee;
}

.footer p {
	color: #eee;
}

.footer a {
	color: #0da3e2;
}

.footer address {
	color: #eee;
}

.footer dl.f-twitter {
	overflow: hidden;
}

.footer dl.f-twitter dt {
	width: 30px;
	float: left;
	text-align: left;
	padding-top: 2px;
}

.footer dl.f-twitter dt i {
	color: #fff;
	font-size: 20px;
}

.footer dl.f-twitter dd {
	color: #eee;
	margin-left: 30px;
}

.footer dl.f-twitter dd span {
	color: #adbdce;
	font-size: 12px;
	margin: 0 5px;
}

.footer .blog-photo-stream {
	margin-top: 11px;
}

.footer .blog-photo-stream li {
	margin: 4px 5px 4px 0;
}

.footer .blog-photo-stream img {
	padding: 0;
	border: solid 2px #9ca5ae;
}

.footer .blog-photo-stream img:hover {
    transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;	
}

/*subscribe*/
.form-subscribe .form-control:focus {
	border-color: #fff;
}


.form-subscribe .theme-btn, .form-subscribe .theme-btn:hover,
.search-box .theme-btn, .search-box .theme-btn:hover {
	border: none;
}

/***
Copyright
***/
.copyright {
	color: #dee4eb;
	font-size: 12px;
	padding: 10px 0;
	background: #4a5866;
}

.copyright p {
	color: #bbb;
	margin-top: 7px;
	margin-bottom: 0;
}

.copyright p a {
	color: #2298ca;
}

.copyright .social-footer {
	margin: 8px 0 0;
	list-style: none;
	text-align: right;
	padding: 0;
}

.copyright .social-footer li {
	margin-left: 3px;
	display: inline-block;
}

.copyright .social-footer li i {
	color: #808e9c;
	font-size: 18px;
	display: inline-block;
}

.copyright .social-footer li i:hover {
	color: #fff;
    transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;		
}

.copyright .social-footer li a:hover {
	text-decoration: none;
}

/*Breadcrumbs*/
.breadcrumbs {
	background: #fcfcfc;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
}
.breadcrumbs .container{
	padding:0;
}

.breadcrumbs h1 {
	color: #555;
	font-size: 24px;
	line-height: 35px;
	margin-left: -5px;
	margin-top: 10px;
}

.breadcrumbs ul {
	top: 10px;
	background: none;
	margin-bottom: 0;
	position: relative;
}

.breadcrumbs li a {
	color: #0da3e2;
}

.breadcrumbs ul.breadcrumb {
	padding-left: 0;
	padding-right: 0;
}

/*Carousel*/
.front-carousel .carousel-control {
	margin: 0;
	border: none;
	height: 35px;
	font-size: 24px;
	font-weight: normal;
	top: 40%;
	width: 35px;
	background: #222;
	opacity: 0.5;
}
.front-carousel .carousel-control:hover {
	opacity: 0.6;
}
.front-carousel .carousel-control i {
	font-size: 27px;
}
.front-carousel .carousel-control.right i {
	position: relative;
	left: 1px;
}

.front-carousel .carousel-caption {
	padding: 10px 15px 0;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.front-carousel .carousel-control.left {
	left: 0;
}
.front-carousel .carousel-control.right {
	right: 0;
}

/*Skils*/
.front-skills span {
	color: #555;
	display: block;
	font-size: 15px;
	margin-bottom: 7px;
}

.front-skills .progress {
	background: none #f2f2f2;
}

.front-skills .progress .bar {
	background: none #0da3e2;
}

.front-skills .progress,
.front-skills .progress .bar {
	box-shadow: none;
}

/*Lists*/
.front-lists-v1 li {
	font-size: 14px;
	margin-bottom: 5px;
}

.front-lists-v2 li {
	color: #555;
	font-size: 16px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.front-lists-v2 li i {
	margin-right: 5px;
	font-size: 17px;
}

/*Team Blocks*/
.front-team {
	margin: 20px 0;
}
.front-team .col-md-3 {
	padding: 0 15px 30px 0;
}
.front-team .thumbnail {
	border: none;
}

.front-team h3 {
	margin:10px 0 12px;
	line-height:40px;
}

.front-team h3 a {
	color: #0da3e2;
	font-size: 20px;
	font-weight: 400; 
}

.front-team h3 a:hover {
	text-decoration: none;
}

.front-team h3 small {
	display: block;
	font-size: 13px; 
}

.front-team ul {
	padding: 4px 0 0;
}
.front-team .social-icons {
	overflow: hidden;
}

/*Service Box v1*/
.service-box-v1 {
	padding: 15px; 
	text-align: center;
}

.service-box-v1 i {
	padding: 15px;
	font-size: 35px;
}

.service-box-v1:hover {
	background: #0da3e2;
    transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
	color: #fff;
}

/***
Google Maps
***/
.gmaps {
  width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
  max-width: none; 
}

/***
Blog Page
***/
/*Blog Posts*/
.blog-posts h2 {
	margin-top: 0;
}

.blog-posts p {
	text-align: justify;
}

.blog-posts .carousel {
	margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
	margin: 40px 0;
}

.blog-info {
	list-style: none;
	margin: 15px 0 12px 0;
	padding-left:0;
}

.blog-info li {
	padding: 0;
	color: #555;
	font-size: 13px;
	margin-right: 10px; 
	display: inline-block;
}

.blog-info li i {
	color: #0da3e2;
}

.blog-posts .pagination {
	margin-top: 40px;
}

/*Blog Sidebar*/
.blog-sidebar h2 {
	margin-top: 0;
}

.recent-news {
	overflow: hidden;
}

.recent-news h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.recent-news-inner{padding:0;}

.blog-talks .tab-style-1 ul.nav-tabs li > a {
	min-width: 50px;
}

.blog-photo-stream li {
	overflow: hidden;
	margin: 0 5px 8px 0;
	display: inline-block;
}

.blog-photo-stream li img {
	width: 54px;
	height: 54px;
	padding: 2px; 
	border: solid 1px #eee;
}

.blog-photo-stream li img:hover {
	border-color: #0da3e2;
	box-shadow: 0 0 1px #fff;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.blog-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-tags li {
	position: relative;
	margin: 0 16px 7px 0;
	display: inline-block;
}

.blog-tags li a {
	color: #555;
	background: #f5f5f5;
	display: inline-block; 
	padding: 3px 5px 3px 3px;
}

.blog-tags li a:hover {
	color: #fff;
	background: #0da3e2;
	text-decoration: none;
}

.blog-tags li a:hover i {
	color: #fff;
}

.blog-tags li i {
	color: #0da3e2;
	margin-right: 5px;
	display: inline-block;
}

.blog-tags li a:after { 
	top: 50%;
	width: 0; 
	left: 100%;
	height: 0;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -12px; 
	position: absolute;
	border-left: 12px solid #f5f5f5;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;	
}

.blog-tags li a:hover:after { 
	border-left-color: #0da3e2;
}

/***
Blog Item
***/
.blog-item .blog-item-img {
	margin: 6px 0 25px;
}

.blog-item .blog-item-img .carousel {
	margin-bottom: 0;
}

.blog-item blockquote {
	margin: 20px 40px 18px;
	border-color: #0da3e2;
}

.blog-item .blog-info {
	margin: 20px 0;
	padding: 8px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.blog-item .blog-info li {
	padding-left: 13px; 
	border-left: solid 1px #eee;
}

.blog-item .blog-info li:first-child {
	padding-left: 0; 
	border-left: none; 
}

.blog-item .blog-item-img .carousel-control {
	top: 45%;
}

.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}

.blog-item h4.media-heading {
    position: relative;
}

.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}

.blog-item h4.media-heading span a {
    color: #0da3e2;
}

/*contact*/
.form-group [class*="col-"] {
	padding-left:0;
}

/***
Icons
***/

/***
Social Icons
***/
.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons:after,
.social-icons:before {  
  content: "";
  display: table;
}

.social-icons:after {    
  clear: both;
}

.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}
.social-icons li a, 
a.social-icon {
  width:28px;
  height:28px;
  display:block;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position:0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .social_amazon {background: url(../imagens/icons/social/amazon.png) no-repeat;}
.social-icons .social_behance {background: url(../imagens/icons/social/behance.png) no-repeat;}
.social-icons .social_blogger {background: url(../imagens/icons/social/blogger.png) no-repeat;}
.social-icons .social_deviantart {background: url(../imagens/icons/social/deviantart.png) no-repeat;}
.social-icons .social_dribbble {background: url(../imagens/icons/social/dribbble.png) no-repeat;}
.social-icons .social_dropbox {background: url(../imagens/icons/social/dropbox.png) no-repeat;}
.social-icons .social_evernote {background: url(../imagens/icons/social/evernote.png) no-repeat;}
.social-icons .social_facebook {background: url(../imagens/icons/social/facebook.png) no-repeat;}
.social-icons .social_forrst {background: url(../imagens/icons/social/forrst.png) no-repeat;}
.social-icons .social_github {background: url(../imagens/icons/social/github.png) no-repeat;}
.social-icons .social_googleplus {background: url(../imagens/icons/social/googleplus.png) no-repeat;}
.social-icons .social_jolicloud {background: url(../imagens/icons/social/jolicloud.png) no-repeat;}
.social-icons .social_last-fm {background: url(../imagens/icons/social/last-fm.png) no-repeat;}
.social-icons .social_linkedin {background: url(../imagens/icons/social/linkedin.png) no-repeat;}
.social-icons .social_picasa {background: url(../imagens/icons/social/picasa.png) no-repeat;}
.social-icons .social_pintrest {background: url(../imagens/icons/social/pintrest.png) no-repeat;}
.social-icons .social_rss {background: url(../imagens/icons/social/rss.png) no-repeat;}
.social-icons .social_skype {background: url(../imagens/icons/social/skype.png) no-repeat;}
.social-icons .social_spotify {background: url(../imagens/icons/social/spotify.png) no-repeat;}
.social-icons .social_stumbleupon {background: url(../imagens/icons/social/stumbleupon.png) no-repeat;}
.social-icons .social_tumblr {background: url(../imagens/icons/social/tumblr.png) no-repeat;}
.social-icons .social_twitter {background: url(../imagens/icons/social/twitter.png) no-repeat;}
.social-icons .social_vimeo {background: url(../imagens/icons/social/vimeo.png) no-repeat;}
.social-icons .social_wordpress {background: url(../imagens/icons/social/wordpress.png) no-repeat;}
.social-icons .social_xing {background: url(../imagens/icons/social/xing.png) no-repeat;}
.social-icons .social_yahoo {background: url(../imagens/icons/social/yahoo.png) no-repeat;}
.social-icons .social_youtube {background: url(../imagens/icons/social/youtube.png) no-repeat;}
.social-icons .social_vk {background: url(../imagens/icons/social/vk.png) no-repeat;}
.social-icons .social_instagram {background: url(../imagens/icons/social/instagram.png) no-repeat;}

/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
  position: static;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 999;
  position:fixed;
  top:120px;
  right:0px;
}

.color-panel .color-mode-icons {
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
}

.color-panel .icon-color {
  background:#c9c9c9 url(../imagens/icon-color.png) center no-repeat !important;
}

.color-panel .icon-color:hover {
  background-color:#3d3d3d !important;
}

.color-panel .icon-color-close {
  display:none;
  background:#3d3d3d url(../imagens/icon-color-close.png) center no-repeat !important;
}

.color-panel .icon-color-close:hover {
  background-color:#222 !important;
}

.color-mode {
  top:5px;
  right:40px;
  width:180px;
  display:none;
  padding:10px 0;
  position:absolute;
  background:#3d3d3d;
}

.color-mode p,
.color-mode ul,
.color-mode label {
  padding:0 15px;
}

.color-mode p {
  color:#cfcfcf;
  padding:0 15px;
  font-size:15px;
}

.color-mode ul {
  list-style:none;
  padding:4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}

.color-mode li {
  width:28px;
  height:28px;
  margin:0 4px;
  cursor:pointer;
  list-style:none;
  border:solid 1px #707070;
  display:inline-block;
  padding: 0 5px;
}

.color-mode li:hover,
.color-mode li.current {
  border:solid 1px #ebebeb;
}
.color-mode li.current {
  border:solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background:#0da3e2;
}

.color-mode li.color-red {
  background:#db3a1b;
}

.color-mode li.color-green {
  background:#35aa47;
}

.color-mode li.color-orange {
  background:#ff8503;
}

.color-mode label {
  color:#cfcfcf;
  padding-top:10px;
  padding-bottom: 0px;
  border-top:1px solid #585858;
  margin-top: 0px;
  margin-bottom: 0px;
}

.color-mode label span {  
  text-transform:uppercase;
}

.color-mode label > span {
  display: inline-block;
  width: 85px;
}

.color-mode label > select {
  margin-top: 5px;
  text-transform: lowercase;
}

.color-mode label  span.color-mode-label {
  top:2px;
  position:relative;
}

/***
BXSlider
***/

.bxslider-container {
	
}

.bxslider,
.bxslider1 {
  display: none;
}

.buttons-page .btn {
	margin-bottom: 5px !important;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 1px;
}
/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/***
Notes
***/

/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #007acb;
  border-color: #fcb322;
  margin-left: 36px;
  color: #FFF;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}
/* left, right aligned form actions */
.form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
  padding-left: 0;
}

.checkbox-list > label {
  display: block;
}

.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}

/* Radios */

.radio-list > label {
  display: block;
}

.radio-list > label.radio-inline {
  display: inline-block;
}

.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.form-horizontal .radio-list .radio {
	position: relative;
	top: -1px;
	padding-top: 0;
}
/* Rows seperated form layout */
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-row-seperated .form-actions {
  margin-top: 0;
}

.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0;
}

.form-row-seperated .help-block {
  margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form-bordered .form-actions {
  margin-top: 0;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
    border-bottom: 0;
}

.form-bordered .help-block {
  margin-bottom: 0;
}

.form-bordered .control-label {
  padding-top: 16px;
}

.form-bordered .form-group > div {  
  padding: 10px;
  border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
  padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
} 

.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
  background-color: #ffffff;  
}

/***
Bordered form layout
***/

.form-bordered .form-control {
  margin: 0;
}

/***
Input icons
***/

/* input with right aligned and colored icons */

/* input with left aligned icons */
.input-icon {
  position: relative;
}


.input-icon input {
   padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}

.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}

/*Extra Button style*/
a.btn-medium {
  font-size: 20px;
  padding: 10px 20px; 
}

a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;   
  text-decoration: none;
  border: solid 1px #fff;
  background: none transparent;
}

a.btn-transparent:hover {
  background: #15aeee;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;      
}

.panel-primary .panel-title {
	color: #fff;
}
.panel-success .panel-title {
	color: ##468847;
}
.panel-info .panel-title {
	color: #3A87AD;
}
.panel-warning .panel-title {
	color: #C09853;
}
.panel-danger .panel-title {
	color: #B94A48;
}
/***
Vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #0DA3E2;
}

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

.ver-inline-menu li a {
  font-size: 14px;
  color: #7C858E;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px;
}

.ver-inline-menu li:hover a{
  background: #0DA3E2;
  text-decoration: none;
  color: #fff;
}

.ver-inline-menu li.active a{
  color: #fff;
  background: #0DA3E2;
  text-decoration: none;
}

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #0DA3E2;
  position: absolute;
  top: 16px;
  right: -5px;
}

/* gallery page */
.gallery-item{
	padding-top: 15px;
	padding-bottom: 15px;
}
.gallery-item a {
	display: block;
	position: relative;
}
.gallery-item .zoomix {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 90;
	background: #000;
	opacity: 0;
	filter: alpha(opacity = 0);

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}
.ie7 .gallery-item .zoomix{
	clear: both;
}
.gallery-item a:hover .zoomix{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.4;	
	filter: alpha(opacity = 50);
}
.gallery-item .zoomix .icon-search {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/* 404 page */
.page-404 {
 	text-align: center;
 	padding-top: 100px;
 	padding-bottom: 108px;
}
.page-404 .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #0DA3E2;
	text-align: right;
}
.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
}

/* 500 page option #1 */
.page-500 {
	text-align: center;
	padding-top: 132px;
	padding-bottom: 100px;
}
.page-500 .number {  
	display: inline-block;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #0DA3E2;
	text-align: right;
}
.page-500 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}

/* search */
.search-form-default {
	margin: 0 0 25px;
	background: #F8F8F8;
	padding: 12px 14px;
}
.search-result-item {
	margin-bottom: 30px;
}
.search-result-item h4 {
	margin-bottom: 3px;
}
.search-link {
	color: #999;
	font-size: 12px;
}
.overflow-hidden {
	overflow: hidden;
}

.banner_texto
{
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: relative;
    top: 211px;
}

.banner_titulo
{
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: relative;
	top: -374px;
}

.banner_texto2
{
	text-align: center;
	position: relative;
	top: -374px;
	color: white;
	font-size: 20px;
	padding-right: 21%;
    padding-left: 21%;
}

.home_titulo
{
	text-align: center;
	font-size: 30px;
	font-family:'OpenSans-Regular';
    margin-top: 40px;
}

.home_titulo a{
	color:#000;
	text-decoration:none;
}

.hr_home
{
	border-top: 1px solid #000;
	margin: 20px auto;
	width: 55px;
}

.home_texto
{
	text-align: center;
	font-size: 15px;
	font-family: 'OpenSans-Light';
	padding: 0 9% 69px;
	line-height: 25px;
	font-weight: bold;
}

.home_texto2
{
	text-align: center;
	font-size: 15px;
	font-family: 'OpenSans-Light';
	/*width:400px;*/
	margin: 0 auto 47px;
	font-weight: bold;
}

.fundo
{
	background: #fff;
	background-size: 100% 100%; 
	/*min-height: 478px;*/
}

.principal
{
	width: 100%;
	margin-top: 45px;
}

.esquerda
{
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}

.esquerda img
{
	width: 57px;
	height: 51px;
}

.centro
{
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}

.centro img
{
	width: 57px;
	height: 51px;
}

.direita
{
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}

.direita img
{
	width: 57px;
	height: 51px;
}

.btn_saiba
{
	top: 33px;
    position: relative;
	left: -5px;
	cursor: pointer;
}

.banners_calendario
{
	height: 478px; 
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 36px;
    width: 100%;
    display: block !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF !important;
	border-radius: 5px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    /*background: #000 !important;*/
}

.hr_banner_servicos
{
	border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	margin-right: 49%;
    margin-left: 48%;
	top: -389px;
	position: relative;
}

.submenu-barra
{
	height: 37px;
    background-color: #e9e9e9;
    position: absolute;
    width: 100%;
    top: 57px;
    z-index: 300;
	display: none;
}

.footer_div {
    width: 100%;
    background-image: linear-gradient(to left, #174E93 0%, #22284B 100%);
}

.footer_contactos
{
    width: Calc( 100% / 3 );
    position: relative;
    float: left;
    color: #FFF;
    margin-top: 70px;
    /*margin-right: 2%;*/
}

.footer_contactos.footer_redes_socias{
    width: 200px;
    margin-right: 79px;
}

.footer_contactos.footer_newsletter{
    /*width: Calc( 56% - 200px );*/
	/*margin-left: 2%;*/
}

.footer_titulo {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
}

.footer_texto
{
    font-size: 12px;
    margin-bottom: 15px;
    color: #FFF;
    font-family: "Montserrat";
    line-height: 24px;
}

.footer_texto a
{
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

form#form_newsletter
{
	padding-right:5px;
    position: relative;
}

form#form_newsletter .input-group_esquerda {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 5px;
    width: 45%;
    float: left;
    margin-bottom: 5px;
}

form#form_newsletter .input-group_direita {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 5px;
    width: 55%;
    float: left;
    padding-left: 10px;
    margin-bottom: 5px;
}

input.request_form{
    border: 1px solid #FFF;
    border-radius: 100px !important;
    height: 35px;
    width: 100%;
    padding-left: 20px;
    background: #FFFFFF;
    font-size: 14px;
    color: #6C6C6C;
    letter-spacing: 0;
    line-height: 16px;
    font-family: 'Montserrat';
}

button.btn_enviar {
    border: 0;
    background: url(/site/imagens/btn_newsletter.png) no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 4px;
    right: 11px;
    background-size: 100% 100%;
    z-index: 2;
    outline: none;
}

.newsletter_div {
    margin-bottom: 22px;
	width:100%;
}

input:focus
{
	outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #3d3f40 inset !important;
}

/*
.alert {
    padding: 0px !important; 
    margin-top: 10px !important;
	margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 10px;
}
*/

.alert2 {
    padding: 0px !important; 
    margin-top: 10px !important;
	margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.noticias_footer_div
{
	width: 33%; 
	float: left; 
	position: relative;
}

.noticias_footer_div table
{
	/*border-right: 1px solid #9e9e9e;*/
    width: 91%;
}

.data_div {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Exo 2';
    font-weight: 600;
    color: rgba(0,0,0,0.6);
}

.noticia_resumo {
	font-size: 12px;
}

.noticia_titulo {
	font-size: 24px;
	font-family: 'OpenSans-Regular';
    height: 120px;
}

.noticia_titulo a{
	text-decoration: none;
}

.noticia_titulo h4{
    margin-bottom: 5px;
    margin-top: 15px;
}

.noticia_imagem img
{
	width: 90%;
	height: 160px;
}

.noticia_imagem.full_image img
{
	width: 90%;
	height: auto;
}

.titulo_banner_topo
{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	top: 176px;
    position: relative;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.titulo_banner_topo2
{
    font-size: 30px;
    text-align: center;
    color: #FFF;
    top: 22px;
    position: relative;
    font-family:"OpenSans-Light";
}

.titulo_banner_topo3
{
    font-size: 30px;
    text-align: center;
    color: #FFF;
    top: 59px;
    position: relative;
    font-family: "OpenSans-Light";
}

.texto_banner_topo
{
	font-size: 20px;
	text-align: center;
	color: #FFF;
	top: 30px;
    position: relative;
}

.hr_banner_topo
{
	border-top: 1px solid #FFF;
    border-bottom: 0px;
    margin-right: 48%;
    margin-left: 48%;
    top: 168px;
    position: relative;
}

.hr_banner_topo2
{
    border-top: 1px solid #FFF;
    border-bottom: 0px;
    margin-right: 41%;
    margin-left: 41%;
    bottom: -38px;
    position: relative;
}

.hr_banner_topo3
{
    border-top: 1px solid #FFF;
    border-bottom: 0px;
    margin-right: 46%;
    margin-left: 46%;
    top: 65px;
    position: relative;
}

.branco_titulo
{
	font-size: 30px;
	position: relative;
	float: left;
	width: 30%;
	margin-top: 89px;
	text-align: center;
}

.branco_titulo .texto
{
	position: relative;
    top: 10px;
}

.branco_titulo .imagem
{
	position: relative;
    top: 5px;
}

.branco_texto
{
	font-size: 20px;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 89px;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.div_historia
{
	background: url('/site/imagens/div_bg.png') no-repeat;
	background-size: 100% 100%;
	min-width: 1024px;
	padding-bottom: 100px;
}

.historia_texto
{
	font-size: 15px;
	margin-top: 70px;
	position: relative;
    height: 665px;
    padding-right: 10px;
}

.btn_download
{
	background: url('/site/imagens/btn_download.png') no-repeat center;
	background-size: 250px 43px;
	width: 250px;
	height: 43px;
	position: absolute;
	bottom: 114px;
	right: 392px;

}

.btn_download_white
{
	background: url('/site/imagens/btn_download_white.png') no-repeat center;
	background-size: 250px 43px;
	width: 100%;
	height: 43px;
	position: relative;
	top: 30px;
}

.equipa{
	position: relative;
	text-align: center;
	margin: 20px 10px;
    padding: 0 10px;
}

.equipa .equipa_shadow{
    background: #FFFFFF;
    box-shadow: 0 2px 12px 2px rgba(0,0,0,0.10);
    border-radius: 2px;
    padding: 15px;
}

.nome_equipa
{
    text-transform: initial;
    font-size: 16px;
    color: #265EA0;
    letter-spacing: 0;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: bold;
}

.ficha_equipa {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}

.ficha_equipa a
{
	text-decoration: none;
	color: #595959;
	cursor: pointer;
	
}

.submenu_barra_cinzenta {
    display: none;
    height: auto;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 0;
    padding-top: 25px;
}

#submenu1 .submenu_barra_cinzenta_holder{
    text-align: center;
}

#submenu2 .submenu_barra_cinzenta_holder{
    text-align: center;
}

#submenu3 .submenu_barra_cinzenta_holder{
    text-align: center;
}

.submenu_barra_cinzenta ul
{	
    margin: 30px 20px;
    padding: 0;
}
.submenu_barra_cinzenta li {
    padding: 4px 5%;
    font-size: 13px;
    color: #21344A;
    letter-spacing: 0;
    text-align: left;
    font-family: 'Montserrat';
    display: inline-block;
}

.submenu_barra_cinzenta #sm0
{
	background: url('/site/imagens/seta_menu.png') 16px top no-repeat;
}

.submenu_barra_cinzenta li a
{
	color: #21344A;
	text-decoration: none;
    text-transform: uppercase;
}

.submenu_barra_cinzenta li a:hover
{
    color: #537cbd;
    font-weight: 600;
}

.separador
{
	position: absolute;
	width: 1px;
	height: 90%;
	background: #9e9e9e;
	margin: 5% 0;
	top: 0;
    right: 35px;
}

.historia_texto img
{
	margin: 0 50px 0px 0;
}

.texto_normal
{
	font-size: 15px;
	margin-top: 70px;
	padding-bottom: 120px;
}

.afiliacoes {
    position: relative;
    display: inline-block;
    width: Calc( 100% / 4 );
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 20px;
}

.afiliacoes a:focus,
.afiliacoes a:hover{
	outline:none;
	text-decoration:none !important;
}

.titulo_afiliacoes
{
	text-align: center;
	font-size: 30px;
	color: #007abc;
	font-family:"OpenSans-Light";
}

.nome_afiliacao
{
	text-align: center;
	color: #595959;
	font-size: 18px;
	font-family:"OpenSans-Light";
}

.contactos
{
	margin-top: 40px;
	padding-bottom: 120px;
	font-family:"OpenSans-Light";
	/*font-weight: bold;*/
}

.contactos table {
	width: 100%;
}

#google_map
{
	height: 229px;
	min-width: 1024px;
	width: 100%;
}

.form_esquerda
{
	position: relative;
	width: 50%;
	float: left;
}

.form_direita {
	position: relative;
	width: 50%;
	float: left;
}

#form_contacto input[type="text"] {
    height: 44px;
    width: 100%;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 100px !important;
}

#form_contacto input[type="email"] {
    height: 44px;
    width: 100%;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 100px !important;
}

#form_contacto input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #595959 !important;
}

#form_contacto input[type="text"]::-webkit-input-placeholder {
	color: #595959 !important;
}

#form_contacto input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #595959 !important;
}

#form_contacto input[type="email"]::-webkit-input-placeholder {
	color: #595959 !important;
}

#form_contacto textarea::-webkit-input-placeholder {
	color: #595959 !important;
}

#form_contacto  textarea::-webkit-input-placeholder {
	color: #595959 !important;
}

#form_contacto input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset !important;
	-webkit-text-fill-color: #007abc;
}

#form_contacto textarea
{
	width: 100%;
    color: #007abc;
    padding-left: 15px;
	margin-bottom: 10px;
	height: 206px;
	padding-top: 10px;
	font-size: 18px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 7px;
    outline: none;
}

.btn_form_contacto
{
	position: relative;
    float: right;
}




#form_agenda input[type="text"] {
    height: 40px;
    width: 100%;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 100px !important;
}

#form_agenda input[type="email"] {
    height: 40px;
    width: 100%;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 100px !important;
}

#form_agenda input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #595959 !important;
}

#form_agenda input[type="text"]::-webkit-input-placeholder {
    color: #595959 !important;
}

#form_agenda input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #595959 !important;
}

#form_agenda input[type="email"]::-webkit-input-placeholder {
    color: #595959 !important;
}

#form_agenda textarea::-webkit-input-placeholder {
    color: #595959 !important;
}

#form_agenda  textarea::-webkit-input-placeholder {
    color: #595959 !important;
}

#form_agenda input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset !important;
    -webkit-text-fill-color: #007abc;
}

#form_agenda .btn_form_agenda .btn_form_enviar {
    height: 40px;
    margin-top: 10px;
    padding: 8px 40px;
}


#form_aderentes{
    margin: 80px 0;
}

#form_aderentes input[type="text"] {
    height: 44px;
    /*width: 95%;*/
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 0;
    font-size: 18px;
}

#form_aderentes input[type="email"] {
    height: 44px;
    width: 95%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 0;
    font-size: 18px;
}

#form_aderentes input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc !important;
}

#form_aderentes input[type="text"]::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_aderentes input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc !important;
}

#form_aderentes input[type="email"]::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_aderentes textarea::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_aderentes  textarea::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_aderentes input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset !important;
    -webkit-text-fill-color: #007abc;
}

#form_aderentes textarea {
    width: 100%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    border: 0;
    height: 206px;
    padding-top: 10px;
    font-size: 18px;
    resize: vertical;
}

.btn_form_aderentes {
    /*position: relative;*/
    /*float: left;*/
    padding-left: 15px;
    padding-right: 15px;
}




#form_efetivos{
    margin: 80px 0;
}

#form_efetivos input[type="text"] {
    height: 44px;
    /*width: 95%;*/
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 0;
    font-size: 18px;
}

#form_efetivos input[type="email"] {
    height: 44px;
    width: 95%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 0;
    font-size: 18px;
}

#form_efetivos input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc !important;
}

#form_efetivos input[type="text"]::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_efetivos input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc !important;
}

#form_efetivos input[type="email"]::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_efetivos textarea::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_efetivos  textarea::-webkit-input-placeholder {
    color: #007abc !important;
}

#form_efetivos input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset !important;
    -webkit-text-fill-color: #007abc;
}

#form_efetivos textarea {
    width: 100%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    border: 0;
    height: 206px;
    padding-top: 10px;
    font-size: 18px;
    resize: vertical;
}

.btn_form_efetivos {
    padding-left: 15px;
    padding-right: 15px;
}

.data_div2
{
    position: relative;
    float: left;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	background: #007abc;
	height: 113px;
	color: #FFF;
	min-width: 74px;
	padding-top: 2%;
}


.data_div2.data_div2_interval {
	font-size:10px;
}

.noticia_texto2
{
	width: 92%;
    position: relative;
    float: left;
    border: 2px solid #000;
    height: 116px;
    padding-left: 10px;
    margin-left: 5px;
	padding: 25px;
}

.noticia_resumo2
{
	color: #007abc;
	font-size: 15px;
	font-weight: bold;
}

.noticia_resumo
{
	color: #000;
	font-size: 13px;
	font-family: 'OpenSans-Light';
	font-weight: bold;
}



.noticias_hr
{
	margin: 20px 0;
    border: 0;
    border-top: 1px solid #000;
	min-width: 1024px;
}

.row {
    margin-right: 0px;
	margin-left: 0px;
}

.detalhe_noticia
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.detalhe_noticia_titulo
{
	color: #007abc;
	font-size: 18px;
	margin-bottom: 5px;
	font-family:"OpenSans-Light";
	font-size:30px;
}

.detalhe_noticia_data 
{
	margin-bottom: 5px;
	font-size: 15px;
	font-family:"OpenSans-Light";
}

.data_div2  .data_dia
{
	font-size: 26px;
}

.data_div2  .data_mes
{
	font-size: 16px;
}

.data_div2.data_div2_interval .data_dia {
	font-size: 28px;
	line-height: 25px;
	padding-top: 3px;
}

.data_div2.data_div2_interval .data_mes {
	font-size: 17px;
	line-height: 20px;
}


.detalhe_noticia_texto
{
	margin-top: 10px;
	font-size: 15px;
	font-family:"OpenSans-Light";
}

.noticia_thumbnail{
    width: 135px;
    height: 100px;
    display: inline-block;
}

.div_btn_voltar
{
	margin-bottom: 120px;
}

.btn_voltar_atras
{
	background: #ebebeb;
	color: #007abc;
	height: 27px;
	width: 136px;
	border: 0;
	font-size: 15px;
}

.btn_voltar_atras_custom
{
	color: #8f8f8f;
	background:transparent;
	text-transform:uppercase;
	font-family:"OpenSans-Light";
	height: 27px;
	width: 136px;
	border: 0;
	font-size: 18px;
	cursor:pointer;
}

.select_todos
{
	width: 100%;
}

.select_items
{
	width: 30%;
	position: relative;
	float: right;
	padding-left: 87px;
    visibility: hidden;
	/*top: 20px;*/
}


@media screen and (max-width: 1200px) {	
	.select_items{
		width: 35%;
		top: -10px;
	}
}

.select_lista
{
	width: 70%;
	position: relative;
	float: left;
}

select#items
{
/*	background: #f1f1f1;*/
}
select#ordenar
{
/*	background: #f1f1f1;*/
}

.btn_noticias
{
	background: url('/site/imagens/btn_white_bg.png');
    border: 0;
    height: 43px;
    width: 157px;
	position: relative;
    top: -117px;
    left: 298px;
    margin-right: 30px;
	color: #007abc;
	font-size: 16px;
	padding: 11px;
    padding-right: 17px;
}

.noticias_div
{
	width: 31%;
    float: left;
    position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}

.noticias_div table
{
	width: 100%;
	height: 326px;
}

.noticias_div table img
{
	width: 455px;
	height: 275px;
}

.noticia_titulo2
{
	padding-right: 73px;
    padding-left: 20px;
	font-size: 24px;
    text-transform: uppercase;
}

.data_div3
{
	position: absolute;
    float: left;
    text-align: center;
    font-size: 19px;
    /* background: #FFF; */
    height: 73px;
    /* color: #007abc; */
    color: #fff;
    width: 66px;
    padding-top: 2%;
    /* right: 50px; */
    z-index: 1;
    bottom: 12px;
    left: 40px;
}

.noticia_titulo3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
	/*color: #007abc;*/
	color: #fff;
	position: absolute;
    /*top: 168px;*/
	bottom: 98px;
    /*background: #FFF;*/
    left: 20px;
	z-index: 1;
}

.noticia_imagem2
{
	position: relative;
	float: left;
	width: 40%;
	margin-right:25px;
	height: 320px;
	
}

.noticia_imagem2 img
{
	margin-bottom: 40px;
	/*
	height: 320px;
	width: 355px;
	*/
}
.img_wrapper_n_fd {
	width: 355px;
}

.noticia_conteudo2
{
	position: relative;
	float: left;
	width: 57%;
	min-height: 450px;
}

.selo img
{
	margin-left: 50px;
    margin-bottom: 25px;
}

.selo_btn
{
	width: 100%;
	margin-top: 10px;	
}

.btn_mais_info
{
	background: url('/site/imagens/btn_blue_bg.png');
	height: 43px;
	width: 320px;
	font-size: 18px;
	color: #FFF;
	border: 0;
}

.btn_inscreva
{
    border: 0;
    height: 43px;
    width: 250px;
    position: relative;
    top: -84px;
    left: 449px;
    margin-right: 30px;
    color: #007abc;
    font-size: 16px;
    padding: 11px;
    padding-right: 17px;
    background: #FFF;
}

.btn_inscreva2 {
    background-image: -webkit-linear-gradient(56deg, #265EA0 0%, #4289D0 100%);
    background-image: -moz-linear-gradient(56deg, #265EA0 0%, #4289D0 100%);
    background-image: -ms-linear-gradient(56deg, #265EA0 0%, #4289D0 100%);
    background-image: -o-linear-gradient(56deg, #265EA0 0%, #4289D0 100%);
    background-image: linear-gradient(56deg, #265EA0 0%, #4289D0 100%);
    background-color: #4289D0;
    border-radius: 26px !important;
    padding: 14px 40px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border: none;
    outline: none;
    line-height: 15px;
}

.btn_inscreva2:hover {
    background-image: none;
    background: #265EA0;
}

#inscreva{
    cursor: pointer;
}

.vantagens {
    margin: 20px 0;
    width: 50%;
    position: relative;
    float: left;
    padding: 0 15px;
}

#vant_379, #vant_380{
    display: none !important;
}

.vantagens_texto {
    width: Calc( 100% - 75px );
    position: relative;
    float: left;
    padding-left: 15px;
    font-family: 'Exo 2' !important;
    font-size: 14px;
    color: rgba(0,0,0,0.57);
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.vantagens_imagem
{
    width: 75px;
    position: relative;
    float: left;
    text-align: left;
}

.vantagens_imagem img
{
	width: 73px;
	height: 73px;
}

.escondida
{
	position: absolute; 
	display: none; 
	width: 100%; 
	height: 280%;
	background-color: rgba(46, 46, 46, 0.9); 
	z-index: 999;
	top: 0;
	max-height: 1735px;
}

.escondida2
{
	position: absolute; 
	display: none; 
	width: 100%; 
	height: 280%;
	background-color: rgba(46, 46, 46, 0.9); 
	z-index: 999;
	top: 0;
}

.escondida3
{
	position: absolute; 
	display: none; 
	width: 100%; 
	height: 280%; 
	background-color: rgba(46, 46, 46, 0.9); 
	z-index: 999;
	top: 0;
}

#boletim_inscricao
{
	color: #FFF;
	font-size: 13px;
}

#boletim_inscricao h5{
    text-transform: unset;
    font-weight: 600;
}

#boletim_inscricao input[type="text"],
#boletim_inscricao input[type="date"],
#boletim_inscricao input[type="file"]
{
	/*color: #007abc;
	background: #ebebeb;
	width: 49%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	height: 34px;
	font-size: 18px;
	padding-left: 20px;
	border: 0;*/
}

#boletim_inscricao input[type="email"]
{
	/*color: #007abc;
	background: #ebebeb;
	width: 45%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	height: 34px;
	font-size: 18px;
	padding-left: 20px;
	border: 0;*/
}

#boletim_inscricao input[type="checkbox"],
#boletim_inscricao input[type="radio"]
{
    color: #007abc;
    background: #ebebeb;
    height: 15px;
    width: 28px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 17px;
    margin-top: 15px;
}

#boletim_inscricao input{
    height: 44px;
    width: 100%;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 15px;
    background: #F1F0F0;
    border: 1px solid #E9E9E9;
    border-radius: 100px !important;
}

/*
#boletim_inscricao input.completo
{
	color: #007abc;
	background: #ebebeb;
	width: 100%;
	height: 34px;
	position: relative;
	float: left;
	font-size: 18px;
	padding-left: 20px;
	border: 0;
}

#boletim_inscricao input.metade
{
	color: #007abc;
	background: #ebebeb;
	width: 48.9%;
	height: 34px;
	position: relative;
	float: left;
	font-size: 18px;
	padding-left: 20px;
	border: 0;
}
*/

#boletim_inscricao input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #007abc !important;  
}

#boletim_inscricao input[type="text"]::-webkit-input-placeholder {
	color: #007abc !important;  
}

#boletim_inscricao input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #007abc !important;  
}

#boletim_inscricao input[type="email"]::-webkit-input-placeholder {
	color: #007abc !important;  
}

.texto_boletim_sem
{
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	font-size: 18px;
}

.texto_boletim
{
	width: 100%;
	text-align: right;
	margin-top: 110px;
	margin-bottom: 10px;
	font-size: 18px;
	display: inline-block;
}

.alinhamento_texto
{
	position: relative;
	float: left;
	padding-top: 9px;
	color: #007abc;
}

.alinhamento
{
	position: relative;
	float: left;
}

.btn_form
{
	background: #007abc;
	color: #FFF;
	border: 0;
	height: 38px;
	width: 167px;
}

.btn_form2
{
	background: #007abc;
	color: #FFF;
	border: 0;
	height: 40px;
	width: 40px;
}

.btn_div_form
{
	width: 100%;
    float: left;
    position: relative;
    text-align: right;
	margin-top: 40px;
    margin-bottom: 20px;
}

.btn_div_form2
{
	width: 100%;
    position: relative;
    text-align: right;
	top: -67px;
    position: relative;
	font-size: 18px;
}

input._number
{
	width: 41px !important;
	height: 34px !important;
	float: none !important;
	margin-left: 20px;
	padding-left: 8px !important;
}

.pequenos
{
	padding-top: 40px;
}

.informacoes
{
	position: relative;
	float: left;
	color: #007abc;
	padding-top:20px;
}

.btn_info
{
	background: url('/site/imagens/btn_info.png');
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	border: 0;
	margin-left: 14px;
    position: relative;
	float: right;
}

.texto_info
{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
}

.titulo_info
{
	color: #FFF;
	text-align: center;
	font-size: 30px;
	padding-top: 120px;
}

.info_voltar
{
	margin-top: 40px;
	background: #007abc;
	color: #FFF;
	border: 0;
	height: 38px;
	width: 167px;
	font-size: 18px;
}

.calendario{
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    float: left;
    width: 40%;
    background: #FFFFFF;
    box-shadow: 0 2px 19px 5px rgba(192,192,192,0.50);
    border-radius: 7px !important;
}

.calendario h5{
    padding-left: 12px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 26px;
    color: #4289D0;
    letter-spacing: 0;
    line-height: 38px;
    text-transform: unset;
}

.formacao_texto
{
	font-size: 16px;
	padding-top: 40px;
	margin-bottom: 60px;
}

.form_btn
{
	width: 250px;
	height: 43px;
	background: #007abc;
	border: 0;
	color: #FFF;
	font-size: 16px;
}

.btn_form_div
{
	text-align: center;
	margin-bottom: 60px;
}

.calendario_forma
{
	width: 40%;
	position: relative;
	float: left;
}

.select_div
{
	width: 60%;
	float: left;
	position: relative;
}

.select_div .select_items
{
	width: 33%;
    position: relative;
    float: right;
    top: 20px;
	padding-left: 0px !important;
}

.select_div .select_lista {
    width: 15%;
    position: relative;
    float: left;
}

.header_calendario
{
	position: relative;
	float: left;
	width: 99.8%;
	padding-top: 40px;
	/*border-bottom: 1px solid #000;*/
	z-index:2;
}

.lista{
	/*padding-top: 30px;*/
	position: relative;
	float: right;
	width:60%;
	padding-bottom: 40px;
	font-family: "OpenSans-Light";
}

.lista .note-warning {
    background-color: transparent;
    border: none;
}

.noticia_texto3
{
	position: relative;
    float: left;
    border: 2px solid #000;
    height: 58px;
    padding-left: 10px;
    margin-left: 5px;
/*    padding: 17px;*/
	width: 90%;
}

.table_list_cal_pro {
	width: 100%;
	height: 55px;
	vertical-align: middle;
}

.header_azul {
	background: #007abc;
	height: 50px;
	position: relative;
	float: left;
    width: 90%;
    padding-left: 10px;
    margin-left: 5px;
    margin-bottom: 8px;
	color: #FFF;
	text-transform: uppercase;
}

.noticia_resumo2 {
    color: #000;
    font-size: 15px;
}

.imagem_formacao img
{
	width: 111px;
    position: relative;
    float: left;
    margin-right: 5px;
	height: 115px;
}

.btn_inscrever_form
{
	position: relative;
	/*float: right;*/
}

.btn_inscrever_form button
{
	background: #007abc;
	color: #FFF;
	width: 250px;
	height: 60px;
	border: 0;
	font-size: 40px;
	margin-top: 15px;
	font-family:"OpenSans-Light";
}

.pagamento_div
{
	height: 30px;
    background: #FFF;
    color: #007abc;
	margin-left: 32%;
    margin-right: 32%;
    text-align: left;
    padding-left: 14px;
    padding-top: 3px;
	margin-bottom: 8px;
}

#login input.completo
{
	color: #000;
	border-bottom: 1px solid #3b3e40 !important;
    width: 98%;
    position: relative;
    float: left;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    background: none;
    border: 0;
	font-size: 52px;
}

#input_pesq
{
	color: #FFF;
	border-bottom: 1px solid #3b3e40 !important;
    width: 98%;
    position: relative;
    float: left;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    background: none;
    border: 0;
	font-size: 52px;
}

#login button
{
	background: #007abc;
    border-radius: 13px !important;
    width: 137px;
    height: 41px;
    color: #fff;
    border: 1px;
    float: right;
	right: 23px;
    position: relative;
	margin-top: 20px;
}

#resultados_pesquisa {
    position: absolute;
	height: 60%;
    padding: 20px;
    width: 100%;
    display: none;
    right: 0;
    top: 242px;
    color: #FFF;
	text-align: center;
	font-size: 30px;
}

#resultados_pesquisa ul
{
	 list-style-type: none;
}

#resultados_pesquisa ul a
{
	text-decoration: none;
	color: #FFF;
}

.lista_resultados
{
	margin-top: 20px;
	height: 100%;
	overflow-y: auto;
}

.historia_detalhe
{
	background: url('/site/imagens/historia_bg.png') center center no-repeat;
	background-size: auto 100%;
	height: 2851px;
}

.div1_historia
{
	position: absolute;
    top: 226px;
    width: 30%;
    text-align: right;
	font-family:"OpenSans-Light";
	right: 670px;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.div1_historia{
		width: 33%;
		right: 600px;
	}
}

.div2_historia
{
	position: absolute;
    top: 464px;
    width: 500px;
    text-align: left;
    left: 55%;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.div3_historia
{
	position: absolute;
    top: 741px;
    width: 531px;
    height: 314px;
    left: 27%;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.div3_historia img
{
	width: 100% !important;
    height: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 1200px) {
	.div3_historia{
		left: 24%;
	}
}

.div4_historia
{
	position: absolute;
    top: 1126px;
    right: 652px;
    width: 30%;
    text-align: right;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.div4_historia{
		right: 600px;
		width: 35%;
	}
}

.div5_historia
{
	position: absolute;
    top: 1442px;
    width: 531px;
    height: 314px;
    left: 27%;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.div5_historia img
{
	width: 100% !important;
    height: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 1200px) {
	.div5_historia{
		left: 24%;
	}
}

.div6_historia
{
	position: absolute;
    top: 1840px;
    right: 224px;
    width: 25%;
    text-align: left;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.div6_historia{
		right: 84px;
		width: 36%;
	}
}

.div7_historia
{
	position: absolute;
    top: 2037px;
    right: 668px;
    width: 30%;
    text-align: right;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.div7_historia{
		right: 600px;
		width: 35%;
	}
}

.div8_historia
{
	position: absolute;
    top: 2292px;
    width: 531px;
    height: 314px;
    left: 27%;
	font-family:"OpenSans-Light";
	font-weight: bold;
}

.div8_historia img
{
	width: 100% !important;
    height: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 1200px) {
	.div8_historia{
		left: 24%;
	}
}

.div_down
{
	position: absolute;
    right: 567px;
    top: 47px;
	cursor:pointer;
}

@media screen and (max-width: 1200px) {
	.div_down{
		right: 494px;
	}
}

.active2 a
{
	font-family:"OpenSans-Bold" !important;
}

.lupa
{
	position: relative; 
	top: 34px;
	right: 48px;
	text-align: right;
}

.registo_img
{
	position: relative; 
	top: 35px;
	right: 15px;
	text-align: right;
}

.header_azul_table
{
	width: 90%; 
	margin: 14px;
}

.formulario_fora
{
	margin-bottom: 40px;
	display: none;
	margin-top: -79px;
}

.fecha_escondidas
{
	color: #FFF;
	text-align: right;
	font-size: 20px;
	padding-right: 30px;
	cursor: pointer;
}

#form_pesquisa_associados input,
#form_pesquisa_associados_new input {
    color: #4289D0;
    background: #f4f4f4;
    width: 100%;
    height: 48px;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    border: 0;
    border-radius: 50px !important;
}

#form_pesquisa_associados input{
    float:none;
}

#form_pesquisa_associados input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #4289D0 !important;
}

#form_pesquisa_associados input[type="text"]::-webkit-input-placeholder {
    color: #4289D0 !important;
}

#form_pesquisa_associados input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #4289D0 !important;
}

#form_pesquisa_associados input[type="email"]::-webkit-input-placeholder {
    color: #4289D0 !important;
}

#form_pesquisa_associados textarea::-webkit-input-placeholder {
    color: #4289D0 !important;
}

#form_pesquisa_associados  textarea::-webkit-input-placeholder {
    color: #4289D0 !important;
}


#form_congresso{
    margin: 80px 0;
}

#form_congresso input[type="text"] {
    height: 44px;
    /*width: 95%;*/
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 0;
    font-size: 18px;
}

#form_congresso input[type="email"] {
    height: 44px;
    width: 95%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 0;
    font-size: 18px;
}

#form_congresso input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc;
}

#form_congresso input[type="text"]::-webkit-input-placeholder {
    color: #007abc;
}

#form_congresso input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #007abc;
}

#form_congresso input[type="email"]::-webkit-input-placeholder {
    color: #007abc;
}

#form_congresso textarea::-webkit-input-placeholder {
    color: #007abc;
}

#form_congresso  textarea::-webkit-input-placeholder {
    color: #007abc;
}

#form_congresso input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
    -webkit-text-fill-color: #007abc;
}

#form_congresso textarea {
    width: 100%;
    background: #ebebeb;
    color: #007abc;
    padding-left: 15px;
    margin-bottom: 30px;
    border: 0;
    height: 206px;
    padding-top: 10px;
    font-size: 18px;
    resize: vertical;
}

#form_congresso input[type="radio"]{
    width: 30px;
    display: inline-block;
    margin-left: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    vertical-align: middle;
}

#form_congresso .label-radio{
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

#form_congresso .label-radio-doenca{
    margin-bottom: 0;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

#form_congresso .label-radio-doenca + input[type="radio"]{
    width: 20px;
}

#form_congresso #acompanhante_mais{
    background: #007abc;
    color: #FFF;
    border: 0;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
    font-size: 20px;
}

#form_congresso #acompanhante_menos{
    background: #007abc;
    color: #FFF;
    border: 0;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
    font-size: 20px;
}


@media screen and (max-width: 1300px) {
    .header .navbar-nav li a{
        font-size: 11px;
        width: 85px;
    }
}

@media screen and (max-width: 1180px) {
    .header .navbar-nav li a{
        font-size: 11px;
        width: 63px;
    }

    .header a.logo-v1 img {
        width: 150px !important;
    }

}

@media screen and (max-width: 1100px) {

	.btn_download
	{
		right: 243px;
		bottom: 0;
	}
	.header .navbar-nav li a {
		font-size: 12px;
	}
	.submenu_barra_cinzenta li a {
		font-size: 12px;
	}
	.submenu_barra_cinzenta ul {
		/*margin-left: 232px;*/
	}
	.lupa
	{
		right: 54px;
	}
	.registo_img
	{	
		right: 17px;
	}
	.select_items {
		padding-left: 84px !important;
		top: -33px;
	}
	.lista
	{
		width: 69%;
	}
	.noticia_texto3
	{
		width: 69% !important;
	}
	.header_azul
	{
		width: 69% !important;
	}
	.header_azul_table
	{
		margin-top: 7px;
	}
	.header_calendario {
		height: 95px;
	}
	.texto_boletim {
		width: 98%
	}
	.texto_boletim_sem
	{
		width: 98%;
	}
	#boletim_inscricao input.completo
	{
		/*width: 98% !important;*/
	}
	#boletim_inscricao input[type="text"], 
	#boletim_inscricao input[type="date"]
	{
		/*width: 48%;
		margin-right: 20px;*/
	}
	#boletim_inscricao input[type="file"]
	{
		width: 107% !important;
	}
	
	#submenu3 .container{
		min-width: initial;
		width: 100%;
	}
	
	#submenu3 .container .submenu_barra_cinzenta_holder ul{
		margin-left: 0;
	}
	
}

@media screen and (max-width: 992px) {

    /*
    #header > .container{
        min-width: initial;
        width: 100%;
    }
    */

}

@media screen and (max-width: 850px) {

    .header .navbar-nav li a {
        font-size: 10px;
        width: 55px;
    }

}
