/* ==========================================================================
   Login
   ========================================================================== */

.box-login {
	background: #FFF;
	border: 5px solid #244B6F;
	border-radius: 5px;
	margin: 40px 0 0 0;
	position: relative;
	z-index: 1000;
}

.box-login input {
	color: #2F68A3;
	font-size: 1.1em;
	height: 46px;
	padding-left: 20px;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 80%;
}

.box-login select {
	color: #2F68A3;
	font-size: 1.1em;
	height: 46px;
	padding: 10px 12px 10px 15px;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 80%;	
}

.box-login button {
	background: #244B6F;
	color: #FFF;
	font-size: 1.1em;
	margin-left: 23px;
	margin-top: 5px;
	padding: 13px 20px 13px 15px;
}

.box-login button:hover {
	background: #2F68A3;
	color: #FFF;
}

.box-login button:focus {
	background: #2F68A3;
	color: #FFF;
}

.box-login-text-1 {
	background: #244B6F;
	color: #FFF;
	font-size: 1.3em;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height: 15px;
	text-align: left;
	margin: 1px 1px 29px 1px;
	padding: 20px 10%;
}

.box-login-text-2 {
	color: #FFF;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-top: 20px;
	text-align: right;
}

.box-login-text-3 {
	background: #F3F3F3;
	color: #666;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 25px 1px 1px 1px;
	padding: 20px 0;
}

.box-login-text-4 {
	display: inline-block;
	float: left;
	font-size: 1.1em;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height: 15px;
	text-align: left;
	margin: 1px 1px 0px 1px;
	padding: 20px 10%;	
	width: 49.4%;
}

.box-login-text-4.on {
	background-color: #244B6F;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
}

.box-login-text-4.off {
	background-color: #D5DEE5;
	color: #244B6F;
	cursor: hand;
	cursor: pointer;
}

.box-login-text-1 .icon-lock2 {
	font-size: 1.4em;
}

.box-login-text-4 .icon-lock2 {
	font-size: 1.1em;
	margin-right: 10px;
}

.box-login-borda-header {
	background-color: #244B6F;
	clear: both;
	height: 4px;
	margin: 1px 1px 29px 1px;
	width: 99.3%;
}

.label-input {
	display: none;
}

.button-login i {
	font-size: 1.3em;
}

.btn .text-position {
	top: 2px;
}

.container-icon-modulo {
	background: #F0EFEF;
}

.col-icon-modulo {
	background: #EAEAEA;
	margin: 50px 0 10px 0;
	padding: 40px 40px 50px 40px;
	height: 380px;
}

.col-icon-modulo h3,
.col-icon-modulo p {
	color: #244B6F;
	margin: 20px 0 0 0;
}

.icon-input {
	position: absolute;
	left: 80%;
	/* top: -16px; */
	margin-top: -50px;
	font-size: 25px;
	color: #C1C1C1;
}

.icon-on {
	color: #244B6F;
}

.icon-off {
	color: #C1C1C1;
}

.text-position {
	position: relative;
	top: -2px;
	left: 5px;
}

.serv {
	z-index: 10;
	margin: 20px 0 40px 0;
}

.serv-icon {
	font-size: 2em;
	top: 0px;
	line-height: 60px;
	width: 75px;
	height: 75px;
	background: #244B6F;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #F0EFEF;
	box-shadow: 0px 0px 0px 2px #244B6F;
	padding: 20px 23px;
}

.serv-icon,
.serv:hover {
	-o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

.serv:hover .serv-icon {
	box-shadow: 0 0 0 10px #EAEAEA;
}

.table-responsive button {
	background: #28537B;
	color: #FFF;
	font-size: 1.0em;
	padding: 8px;
}

.msg_erro_login {
	background-color: #FFE7E7;
	border: 2px solid #B70000;
	font-size: 0.9em;
	color: #B70000;
	padding: 9px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 10px;
	width: 80%; 
}

.msg_erro_login img {
	margin-right: 10px;
}

.btn.dark {
	background: #244B6F;
	font-size: 0.9em;
}

.btn.small {
	padding: 5px;
}

.slider .sl-slider-wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

/* ==========================================================================
   General Styles
   ========================================================================== */

html, body {
	height: 100%;
}

#tudo {
	min-height: 100%;
	position: relative;
}

* html #tudo {
	height: 100%;
}

#clear {
	padding-bottom: 200px;
}
  
hr.cinza {
    border: 0;
    height: 0;
    border-top: 2px solid #D0D0D0;
	border-bottom: 1px solid #FFFFFF;
}

p.trigger,
a {
	color: #244B6F;
	text-decoration:none;
}

p.trigger:hover,
a:hover, a:active { 
	color: #2F68A3;
	text-decoration:none;
}

p.trigger,
.table-padrao a.text {
	color: #333333;
	text-decoration:none;
}

p.trigger,
.table-padrao a.link1 {
	color: #FFFFFF;
	text-decoration:underline;
}

p.trigger,
.table-padrao a.link2 {
	font-size: 1.3em;
	text-decoration:none;
}

.table-padrao a.link-icon {
	color: #FFFFFF;
	text-decoration: none;
}

p.trigger:hover,
.table-padrao a.text:hover, .table-padrao a.text:active { 
	color: #2F68A3;
	text-decoration:underline;
}

p.trigger,
.table-padrao a.image {
	color: #000000;
	font-size: 2.4em;
	text-decoration:none;
}

.input-valor {
	display: inline;
	padding: 0px;
	width: 70px;
}

.blue {
	color: #28537B;
}

.bold {
	font-weight: bold;
}

.green {
	color: green;
}

.gray2 {
	color: #A9A9A9;
}

.red {
	color: rgb(223, 0, 0);
}

.yellow {
	color: rgb(207, 165, 0);
}

p.trigger:hover,
.table-padrao a.image:hover, .table-padrao a.image:active { 
	color: #2F68A3;
	font-size: 2.4em;
	text-decoration:none;
}

.titulo {
	background: #EAEAEA;
	color: #909090;
	font-weight: bold;
}

.cinza1 {
	background: #F0EFEF;
}

.cinza2 {
	background: #EAEAEA;
}

.foto {
	background-color: #FFFFFF;
	border: 2px solid #2E6190;
	padding: 5px;
}
.hand {
	cursor: hand;
	cursor: pointer;
}

.negrito {
	font-weight: bold;
	font-size: 15px;
}

.noticia_data {
	font-size: 12px;
}

.noticia_titulo {
	font-size: 16px;
	font-weight: bold;
}

.noticia_saiba_mais {
	font-size: 13px;
}

.table-msg-erro {
	background-color: #FFE7E7;
	border: 2px solid #B70000;
	font-size: 0.9em;
	color: #B70000;
	margin-bottom: 12px;
}

.table-msg-erro img {
	text-align: center;
	vertical-align: middle;
}

.table-msg-erro td {
	padding: 11px;
}

.table-msg-ok {
	background-color: #E9FFDF;
	border: 2px solid #2A8900;
	font-size: 0.9em;
	color: #2A8900;
	margin-bottom: 12px;
}

.table-msg-ok img {
	text-align: center;
	vertical-align: middle;
}

.table-msg-ok td {
	padding: 11px;
}

.table-responsive button:hover {
	background: #2F68A3;
	color: #FFF;
}

.table-responsive button:focus {
	background: #2F68A3;
	color: #FFF;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

header {
	background: #FFF;
	margin-top: 0;
    top: 0px;
    width: 100%;
    z-index: 9999 !important;
}

header .menu-externo {
	height: 120px;
}

#header.static {
	background: #2F68A3;
    display: inline-block;
	height: 50px;
    position: fixed;
    top: 0;
    z-index: 9999 !important;
}

.header-title {
	color: #244B6F;
	font-size: 2.5em;
	margin-top: 38px;
}

.header-title-interno {
	color: #FFF;
	position: relative;
	margin-top: -75px;
}

.icones-right-header {
	margin-right: -40px;
}

.icones-right-header a.icones-header:last-child {
	color: #244B6F;
}

.icones-right-header a.icones-header:last-child:hover {
	background: #244B6F;
	color: #244B6F;
	cursor: default;
}

.borda-header {
	background: #244B6F;
	height: 8px;
	border-bottom: 1px solid #FFF;
}

.borda-header-interno {
	background: #244B6F;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 11px 0;
	margin-top: 15px;
}

#menu-bars.menu-bars-scroll h1 {
	margin-top: -3px;
	font-size: 1em;
}

.menu-interno .menu-bars h1 {
	margin-top: 40px;
	font-size: 1em;
}

.logo-img-header {
	margin-top: 20px;
	width: 129px;
}

.logo-img-login {
	width: 50%;
}

.img-fundo-logo {
	position: relative;
	top: -87px;
	margin-bottom: -80px;
}

.img-fundo-logo-interno {
	position: relative;
	top: 0;
	left: 140px;
}

#icones-header {
	border-top: 1px solid #FFF;
	background: #D5DEE5;
	height: 43px;
	margin-top: -43px;
	padding: 10px 0;
}

#icones-header a {
	color: #2F68A3;
}

#icones-header a:hover {
	color: #FFF;
}

.header-title-interno span.icon-books {
    position: absolute;
	top: -7px;
	font-size: 50px;
	right: 210px;
}

.header-title span.icon-books {
    position: absolute;
	top: 30px;
	font-size: 50px;
	right: 210px;
}

a.icones-header {
	font-size: 1.1em;
	color: #FFF;
	padding: 12px;
	-webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;	
	text-decoration: none;
}

a.icones-header:hover {
	background: #47739B;
	-webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
	text-decoration: none;
}

a.icones-header.notification-box {
	padding: 12px 0px 12px 12px;
}

.icones-right-header {
	margin-right: -40px;
}

.icones-right-header a.icones-header:last-child {
	color: #244B6F;
}

.icones-right-header a.icones-header:last-child:hover {
	background: #244B6F;
	color: #244B6F;
	cursor: default;
}

.razao-cabecalho {
	padding-left: 10px;
}

.sem-titulo {
	margin: 200px 0 25px 0;
	position: relative;
	z-index: -1;
}

.titulo-modulo {
	font-size: 1.8em;
	background: #D5DEE5;
	color: #28537B;
	padding: 13px 0;
	margin: 190px 0 25px 0;
	position: relative;
	z-index: -1;
}

.titulo-modulo-icone {
	background: #28537B;
	color: #FFF;
	font-size: 1em;
	padding: 8px 13px;
}

.erro-modulo {
	color: #244B6F;
	text-transform: uppercase;
}

.erro-modulo span {
	font-size: 17em;
}

.erro-modulo h1 {
	font-size: 4em;
}

.erro-modulo h3 {
	font-size: 1.8em;
}

.row-icons-width {
	width: 100px;
}

.notification {
	background: #FF0000;
	border-radius: 50%;
	font-size: 0.7em;
	padding: 0px 5px 1px 3px;
	position: relative;
	left: -4px;
	top: 6px;
	width: 0;
	
	-webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.8)
	-moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.8);
}

.notification2 {
	background: #D5DEE5;
	border-radius: 5px;
	color: #244B6F;
	font-weight: bold;
	left: -6px;
}

/* ==========================================================================
   Dropdown-Menu Key
   ========================================================================== */

.dropdown-key {
    display: inline;
	position: relative;
	padding: 15px 1px;
	margin: 0;
}

/* .dropdown-key:hover {
    background: #F4F4F4;
    color: #244B6F;
} */

.dropdown-key-hover {
    background: rgb(244, 244, 244);
    color: rgb(36, 75, 111);
}

a.icones-header.dropdown-key-icon-hover {
    background: rgb(244, 244, 244);
    color: rgb(36, 75, 111);
}

.dropdown-key-elements {
    background: #F4F4F4;
    color: #244B6F;
	display: none;
    float: left;
    left: auto;
    right: -1px;
    top: auto;
    margin: 11px 1px 0 0;
	padding: 0 5px;
    position: absolute;
    text-align: left;
	width: 350px;
	z-index: 9999;
	
	-webkit-box-shadow: 0px 6px 8px 1px rgba(36,75,111,0.28);
	-moz-box-shadow: 0px 6px 8px 1px rgba(36,75,111,0.28);
	box-shadow: 0px 6px 8px 1px rgba(36,75,111,0.28);
}

.dropdown-info {
	border-bottom: 2px solid #D5DEE5;
}

.dropdown-info:first-child {
	padding-top: 5px;
}

.dropdown-info:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}

a.dropdown-link .dropdown-info-link {
    color: #244B6F;
	padding: 5px;
}

a.dropdown-link:hover .dropdown-info-link {
    color: #244B6F;
	background: #EDEDED;
}

/* .dropdown-key:hover a.icones-header:hover {
	background: #F4F4F4;
    color: #244B6F;
} */
	

/* ==========================================================================
   Navigation
   ========================================================================== */

.nav > li > a {
	padding-left: 0;
}

.navbar {
	background: #2E6190;
	height: 120px;
	border: 1px solid #F0F0F0;
	margin-bottom: 300px;
}

.navbar a {
	color: #FFF;
}

.navbar-header {
	float: right;
}

ul.dropdown-menu {
	background: #FFF;
	padding: 5px 10px;
}

ul.dropdown-menu li {
	border-bottom: 1px solid #E0CCBE;
	border-left: 1px solid #E0CCBE;
    line-height: 30px;
    height: auto;
	margin-left: 0;
    margin-bottom: 5px;
}

ul.dropdown-menu li a {
	color: #666;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0 10px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.dropdown-menu li a:hover {
	border: none;
    background-color: #2E6190;
    color: #FFF;
	text-decoration: none;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.dropdown-menu li:first-child {
    margin-top: 5px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

/* ==========================================================================
   Flyout Menu
   ========================================================================== */
   
#menu {
    background: #014464;
    list-style: none;
	margin-bottom: 0px;
}

#menu li {
    border: none;
    float: right;
    position: relative;
    text-align: center;
}
 
#menu li:hover {
    background: #F4F4F4;
    border: 1px solid #777777;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

#menu li:hover div a {
    color: #000000;
    font-size: 12px;
}

#menu li:hover div a:hover {
    color: #029feb;
}
 
#menu li a {
    display: block;
    outline: 0;
    text-decoration: none;
}
 
#menu li:hover a {
    color: #161616;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

#menu li ul li {
    font-size: 12px;
    line-height: 24px;
    position: relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
    margin:0;
    float: none;
    text-align: left;
}

#menu li ul li:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
 
.dropdown_1column {
    background: #F4F4F4;
    border: 1px solid #777777;
    border-top: none;   
    float: left;
    left: -999em; /* Hides the drop down */
    padding: 10px 5px 10px 5px;
    position: absolute;
    text-align: left;
	width: 350px;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.rodape {
	background: #FFF;
	margin: 0 auto;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.rodape-left {
	background: #414042;
	float: left;
	height: 15px;
	margin: -1px 0 0 0;
	width: 50%;
}

.rodape-right {
	background: #6D6E71;
	float: right;
	height: 15px;
	margin: -1px 0 0 0;
	width: 50%;
}

.imagens-rodape {
	padding-top: 15px;
}
   
.gray {
	background: #D2D2D2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 15px;
	margin: 0;
}

/* ==========================================================================
   Sroll To Top
   ========================================================================== */

.scrollTop {	
	background: #424242;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 999;
	display:none;
}

.scrollTop a {	
	background: #959595;
    display: block;
    padding: 4px 8px;
    line-height: 32px;
    width: 40px;
    color: #fff;
    text-align: center;
}

.scrollTop a:hover {
	background-color: #244B6F;
	text-decoration: none;
}

.scrollTop a:active {
	background-color: #244B6F;
	text-decoration: none;
}

/* ==========================================================================
   Tabelas
   ========================================================================== */

.table-padrao {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}

.table-padrao > thead > tr > th,
.table-padrao > tbody > tr > th,
.table-padrao > tfoot > tr > th,
.table-padrao > thead > tr > td,
.table-padrao > tbody > tr > td,
.table-padrao > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.table-padrao > thead > tr > th,
.table-padrao > tbody > tr > th,
.table-padrao > tfoot > tr > th {
	background: #28537B;
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid #F0EFEF;
	color: #FFF;
	padding: 15px 8px;
	text-transform: uppercase;
}

.table-padrao > thead > tr > th.th_secundaria,
.table-padrao > tbody > tr > th.th_secundaria,
.table-padrao > tfoot > tr > th.th_secundaria {
	background: #D5DEE5;
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid #F0EFEF;
	padding: 12px 8px;
	color: #28537B;
}

.table-padrao > tbody > tr:hover {
	background-color: #DBDBDB;
}

.table-padrao > tbody > tr > td.active:hover,
.table-padrao > tbody > tr > th.active:hover,
.table-padrao > tbody > tr.active:hover > td,
.table-padrao > tbody > tr:hover > .active,
.table-padrao > tbody > tr.active:hover > th {
	background-color: #FFF;
}

.table-padrao > tbody > tr > td.linha_fim {
	background-color: #F0EFEF;
	border-top: 2px solid #28537B;
}

.table-padrao > tbody > tr > th.middle {
	vertical-align: middle;
}

.table-padrao > tbody > tr > td.middle {
	vertical-align: middle;
}

/**********************/
.table-calendario {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}

.table-calendario > thead > tr > th,
.table-calendario > tbody > tr > th,
.table-calendario > tfoot > tr > th,
.table-calendario > thead > tr > td,
.table-calendario > tbody > tr > td,
.table-calendario > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.table-calendario > thead > tr > th,
.table-calendario > tbody > tr > th,
.table-calendario > tfoot > tr > th {
	background: #28537B;
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid #F0EFEF;
	color: #FFF;
	padding: 15px 8px;
	text-transform: uppercase;
}

.table-calendario > thead > tr > th.th_secundaria,
.table-calendario > tbody > tr > th.th_secundaria,
.table-calendario > tfoot > tr > th.th_secundaria {
	background: #D5DEE5;
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid #F0EFEF;
	padding: 12px 8px;
	color: #28537B;
}

.table-calendario > tbody > tr > td:hover {
	background-color: #2E6190;	
	cursor: hand;
}

.table-calendario > tbody > tr > td.dia {
	color: #244B6F;
	font-weight: bold;
}
.table-calendario > tbody > tr > td.dia_atual {
	color: #FF0000;
	font-weight: bold;
}

.table-calendario > tbody > tr > td.dia_selecao {
	color: #FFF;
	font-weight: bold;
}

.table-calendario > tbody > tr > td.active:hover,
.table-calendario > tbody > tr > th.active:hover,
.table-calendario > tbody > tr.active:hover > td,
.table-calendario > tbody > tr:hover > .active,
.table-calendario > tbody > tr.active:hover > th {
	background-color: #FFF;
	color: #FFF;
}

.table-calendario > tbody > tr > td.linha_fim {
	background-color: #F0EFEF;
	border-top: 2px solid #28537B;
}

.table-calendario > tbody > tr > th.middle {
	vertical-align: middle;
}

.table-calendario > tbody > tr > td.middle {
	vertical-align: middle;
}

.table-calendario > tbody > tr > td.middle:hover {
	color: #FFF;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */

.div-header {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	background: #28537B;
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid #F0EFEF;
	color: #FFF;
	font-weight: bold;
	padding: 15px 8px;
}

.div-all {
	/* background: #FFF; */
	border-bottom: 2px solid #28537B;
	/* padding: 8px; */
}

.div-header-sec {
	background: #D5DEE5;
	border-bottom: 1px solid #F0EFEF;
	border-top: 1px solid #F0EFEF;
	color: #28537B;
	font-weight: bold;
	line-height: 1.42857143;
	vertical-align: top;
	/* padding: 8px; */
	padding: 12px 8px;
}

.contact-form ul {
    list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
    width: auto;
}

.contact-form li{
	padding: 7px 5px; 
	position: relative;
}

.contact-form li:hover {
	background-color: #DBDBDB;
}

.contact-form label {
	display: inline-block;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 3px;
	padding: 3px;
	text-align: justify;
	width: 158px;
}

.contact-form label.negrito {
	font-weight: bold;
}

.contact-form label.label-auto {
	width: auto;
}

.contact-form label.label-small {
	width: 85px;
}

.contact-form label.label-medium {
	width: 200px;
}

.contact-form label.label-large {
	width: 300px;
}

.contact-form label.label-ultra-large {
	width: 100%;
}

.contact-form input[type="radio"], 
.contact-form input[type="checkbox"] {
	height: auto;
	box-shadow: none;
	margin: 0 5px;
}

.contact-form .obrigatorio {
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #FF0000;
}

.contact-form input {
	height: 30px; 
	padding: 5px 8px;
}

.contact-form select {
	height: 30px;
	padding: 5px 8px;
}

.contact-form textarea {
	padding:8px; 
	width:300px;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea { 
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #FFF, 0 10px 15px #EFF2F4 inset;
	border-radius: 4px;
	-moz-transition: width .25s; 
	-webkit-transition: width .25s; 
	-o-transition: width .25s;
	transition: width .25s;
}
.contact-form .input-large {
	width: 300px;
}

.contact-form textarea.input-large {
	height: 100px;
	width: 500px;
}

.contact-form .input-ultra-large {
	width: 70.5%;
}

.contact-form .input-medium {
	width: 190px;
}

.contact-form input.hasDatepicker, 
.contact-form .input-small {
	width: 120px;
}

.contact-form input:focus, 
.contact-form select:focus, 
.contact-form textarea:focus {
	background: #FFF; 
	border: 1px solid #2F68A3; 
	box-shadow: 0px 0px 3px #FFF;
	outline: 0;
}

.contact-form input[type="radio"]:focus,
.contact-form input[type="checkbox"]:focus {
	box-shadow: 0px 0px 0.5px 1px #2F68A3;
}

.contact-form input.input-medium:focus, 
.contact-form select.input-medium:focus, 
.contact-form textarea.input-medium:focus {
	width: 220px;
}

.contact-form input.input-large:focus,
.contact-form select.input-large:focus {
	width: 330px;
}

.contact-form textarea.input-large:focus {
	width: 550px;
}

.contact-form input.input-ultra-large:focus,
.contact-form select.input-ultra-large:focus,
.contact-form textarea.input-ultra-large:focus {
	width: 75%;
}

.contact-form input.hasDatepicker:focus, 
.contact-form input.input-small:focus,
.contact-form select.input-small:focus,
.contact-form textarea.input-small:focus {
	width: 140px;
}

.red {
	color: red;
}

.normal-weight {
	font-weight: normal;
}

.btn.dark {
	background: #244B6F;
	color: #FFFFFF;
	font-size: 14px;
}

/**********************/

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* ==========================================================================
	   Login
	   ========================================================================== */

	.box-login input {
		padding-left: 20px;
		height: 35px;		
	}
	
	.box-login select {
		padding-top: 6px;		
		padding-bottom: 10px;
		height: 35px;
	}
	
	.box-login button {
		margin: 0;
		padding: 7px 15px 7px 10px;
	}
	
	.box-login-text-2 {
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}
	
	.box-login-text-3 {
		font-size: 0.9em;
	}
	
	.box-login-text-4 {
		font-size: 1.1em;
		width: 49.1%;
	}	
	
	.button-login {
		text-align: center;
	}
	
	.icon-input {
		top: -10px;
		font-size: 23px;
	}

	/* ==========================================================================
	   Header Styles
		========================================================================== */
		
	.header-interno {
		text-align: right;
	}
	
	.header-title-interno {
		font-size: 2.5em;
		margin-top: -105px;
		margin-bottom: 50px;
	}
	
	.img-fundo-logo-interno {
		width: 40px;
		left: 0px;
		top: -50px;
	}
	
	.icones-header-mobile {
		border-top: 1px solid #FFF;
		background: #244B6F;
		height: 25px;
		margin-top: 10px;
		padding: 8px 0 32px 0;
		position: relative;
		top: 60px;
	}
	
	a.icones-header {
		font-size: 1.3em;
		color: #FFF;
		padding: 7px 7px;
		text-decoration: none;
	}

	a.icones-header:hover {
		background: #D5DEE5;
		color: #CB6A26;
		text-decoration: none;
	}

	a.icones-header.notification-box {
		padding: 12px 0px 12px 12px;
	}

	.icones-right-header {
		margin-right: -40px;
	}

	.icones-right-header a.icones-header:last-child {
		color: #244B6F;
	}

	.icones-right-header a.icones-header:last-child:hover {
		background: #244B6F;
		color: #244B6F;
		cursor: default;
	}

	.razao-cabecalho {
		font-size: 1.2em;
	}
	
	.row-icons-width {
		width: 70px;
	}
	
	.sem-titulo {
		margin: 130px 0 25px 0;
	}
	
	.titulo-modulo {
		margin: 130px 0 25px 0;
	}
	
	.header-title-interno span.icon-books {
		font-size: 54px;
		/* right: 170px; */
		top: -10px;
	}	
		
	/* ==========================================================================
	   Navigation
	   ========================================================================== */
	
	.nav {
		background: #FFF;
		padding: 20px 10px 5px 10px;
	}

	.nav > li {
		border-bottom: 1px solid #E0CCBE;
		border-left: 1px solid #E0CCBE;
		height: auto;
		margin-left: -5px;
		margin-bottom: 5px;
	}

	.nav > li > a {
		display: inline;
		padding: 2px 0 2px 10px;
	}
	
	.navbar { 
		height: 100px;
	}
	
	.navbar-header {
		float: none;
	}
	
	.navbar-nav {
		margin: 0;
		width: 100%;
	}
	
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-nav > li > a {
		color: #666;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 300;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.navbar-nav > li > a:hover {
		border: none;
		background-color: #2E6190;
		color: #FFF;
		text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.navbar-toggle {
		color: #FFF;
		font-size: 2.2em;
		float: left;
		margin-top: -46px;
		margin-bottom: -15px;
	}

	.container > .navbar-collapse { 
		position: relative;
		z-index:1000;
	}
	
	.web-resp {
		margin-top: 7px;
		position: fixed;
		top: 106px;
		width: 100%;
		z-index: 999;
	}
	
	.dropdown-key-elements {
		margin: 6px 1px 0 0;
	}
	
	.titulo-modulo.break-line { 
		margin-top: 180px;
	}
	
	.rodape_prime {
		float: right;
	}
	
	/* ==========================================================================
	   Contact Form
	   ========================================================================== */

	.contact-form label.label-auto {
		width: 100%;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

	/* ==========================================================================
	   Login
	   ========================================================================== */
	   
	.box-login {
		border: 0;
		background: #E6E6E6;
		margin: -6px -6px 0 -6px ;
	}

	.box-login input {
		padding-left: 20px;
		height: 40px;
	}
	
	.box-login select {
		padding: 10px 12px 10px 15px;
		height: 40px;
	}
	
	.box-login button {
		background: #244B6F;
		margin: 0;
		padding: 10px 15px 10px 10px;
	}
	
	.box-login-text-1 {
		background: #244B6F;
		margin: 1px 1px 30px 1px;
		padding: 20px 10% 15px 10%;
	}
	
	.box-login-text-2 {
		margin-top: 20px;
		text-align: center;
	}

	.box-login-text-3 {
		background: #244B6F;
		color: #FFFFFF;
		font-size: 0.9em;
	}
	
	.box-login-text-4 {
		background: #244B6F;
		margin: 1px 1px 0px 1px;
		padding: 20px 10% 15px 10%;
		width: 49.3%;
	}

	.button-login {
		text-align: center;
	}

	.icon-input {
		top: -13px;
		font-size: 25px;
	}
	
	#clear {
		padding-bottom: 178px;
	}

	/* ==========================================================================
	   Header Styles
	   ========================================================================== */
		
	header {
		height: 90px;
	}
	
	.header-interno {
		text-align: right;
	}
	
	.header-title {
		font-size: 2em;
	}
	
	.header-title-interno {
		font-size: 1.8em;
		margin-top: -82px;
		margin-right: 5px;
	}
	
	#menu-bars.menu-bars-scroll {
		margin-top: 10px;
		font-size: 1em;
	}
	
	.menu-interno .header-title {
		margin-top: -187px;
	}
	
	.menu-interno .img-fundo-logo {
		width: 66px;
		top: -117px;
	}

	.img-fundo-logo {
		width: 50px;
		top: -70px;
	}
	
	.img-fundo-logo-interno {
		width: 25px;
		left: -5px;
		top: -45px;
	}
	
	.logo-img-header {
		margin-top: 5px; 
		width: 120px;
	}
	
	.borda-header-interno {
		margin-top: 20px;
		font-size: 1em;
		padding-bottom: 0;
	}
	
	#icones-header {
		border-top: 1px solid #FFF;
		background: #D5DEE5;
		margin-top: -35px;
		padding: 5px 0;
	}
	
	a.icones-header {
		font-size: 1.3em;
		color: #FFF;
		padding: 5px 20px;
		text-decoration: none;
	}

	a.icones-header:hover {
		background: #D5DEE5;
		color: #CB6A26;
		text-decoration: none;
	}

	a.icones-header.notification-box {
		padding: 12px 0px 12px 12px;
	}
	
	.icones-header-mobile {
		border-top: 1px solid #FFF;
		background: #244B6F;
		height: 40px;
		margin-top: 10px;
		padding: 8px 0;
		position: relative;
		top: 40px;
	}
	
	.noticia_data {
		font-size: 10px;
	}

	.noticia_titulo {
		font-size: 13px;
		font-weight: bold;
	}

	.noticia_saiba_mais {
		font-size: 11px;
	}

	.razao-cabecalho {
		font-size: 1.15em;
	}
	
	.row-icons-width {
		width: 125px;
	}
	
	.sem-titulo { 
		margin: 110px 0 20px 0;
	}
	
	.titulo-modulo { 
		margin: 110px 0 20px 0;
	}
	
	.input-valor {
		display: inline;
		padding: 0px;
		width: 50px;
	}
	
	.header-title span.icon-books {
		font-size: 40px;
		right: 170px;
	}
	
	.header-title-interno span.icon-books {
		font-size: 40px;
		right: 145px;
		top: -8px;
	}
	
	/* ==========================================================================
	   Navigation
	   ========================================================================== */

	nav.navigation {
		width: 100%;
	}
	
	.nav {
		background: #FFF;
		padding: 5px 10px;
	}

	.nav > li {
		border-bottom: 1px solid #E0CCBE;
		border-left: 1px solid #E0CCBE;
		height: auto;
		margin-left: -5px;
		margin-bottom: 5px;
	}

	.nav > li > a {
		display: inline;
		padding: 2px 0 2px 10px;
	}

	.navbar { 
		height: 80px;
	}
	
	.navbar-nav {
		margin: 0 -5px 0 -5px;
	}
	
	.navbar-nav > li > a {
		color: #666;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: 300;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.navbar-nav > li > a:hover {
		border: none;
		background-color: #2E6190;
		color: #FFF;
		text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.navbar-header {
		float: none;
		height: 38px;
	}
	
	.navbar-toggle {
		color: #FFF;
		font-size: 2.2em;
		float: left;
		margin-top: -56px;
		margin-bottom: -15px;
	}
	
	.container > .navbar-collapse { 
		width: 105%;
		position: relative;
		z-index:1000;
	}
	
	.slider .sl-slider-wrapper {
		height: 412px;
	}

	/* ==========================================================================
	   Dropdown-Menu Key
	   ========================================================================== */

	.dropdown-key {
		padding: 15px 0px;
	}

	.dropdown-key-elements {
		margin: 5px 1px 0 0;
		width: 350px;
	}


	a.dropdown-link .dropdown-info-link {
		color: #244B6F;
		padding: 3px;
	}

	/* ==========================================================================
	   Contact Form
	   ========================================================================== */

	.contact-form label.label-auto {
		width: 100%;
	}

	.contact-form textarea.input-large {
		width: 90%;
	}
	
	.contact-form textarea.input-large:focus {
		width: 100%;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	/* ==========================================================================
	   Login
	   ========================================================================== */

	.box-login {
		border: 0;
		background-color: #E6E6E6;
		margin: -6px -6px 0 -6px ;
	}

	.box-login input {
		padding-left: 20px;
	}
	
	.box-login select {
		padding: 10px 12px 10px 15px;
	}
	
	.box-login button {
		margin: 0;
		padding: 10px 15px 10px 10px;
	}
	
	.box-login-text-2 {
		margin-top: 20px;
		text-align: center;
	}
	
	.box-login-text-3 {
		background: #244B6F;
		color: #FFFFFF;
		font-size: 0.9em;
	}
	
	.button-login {
		text-align: center;
	}
	
	.col-icon-modulo {
		margin: 0px;
		height: 320px;
	}

	.icon-input {
		top: -13px;
		font-size: 25px;
	}
	
	#clear {
		padding-bottom: 162px;
	}

	/* ==========================================================================
	    Header Styles
		========================================================================== */
	
	header {
		height: 85px;
	}
	
	p {
		font-size: 10px;
	}
	
	p.trigger {
		font-size: 13px;
		padding: 0 0 0 2%;
	}
	
	.header-interno {
		text-align: right;
	}
	
	.header-title {
		font-size: 1.5em;
	}
	
	.header-title-interno {
		font-size: 1.5em;
		margin: -80px 5px 0 0;
	}
	
	.img-fundo-logo {
		width: 50px;
		top: -70px;
	}
	
	.img-fundo-logo-interno {
		width: 28px;
		left: -10px;
		top: -48px;
	}
	
	.table-msg-erro {
		font-size: 0.7em;
	}
	
	.table-msg-erro td {
		padding: 9px;
	}
	
	.table-msg-ok {
		font-size: 0.7em;
	}
	
	.table-msg-ok td {
		padding: 9px;
	}
	
	.menu-interno .img-fundo-logo {
		width: 50px;
		top: -104px;
	}
	
	.logo-img-header {
		margin-top: 20px;
		width: 100px;
	}
	
	.borda-header-interno {
		margin-top: 5px;
		font-size: 0.85em;
		padding-bottom: 0;
	}
	
	.icones-header-mobile {
		border-top: 1px solid #FFF;
		background: #244B6F;
		height: 35px;
		padding: 6px 0;
		position: relative;
		top: 35px;
	}
	
	a.icones-header {
		font-size: 1.3em;
		color: #FFF;
		padding: 5px 20px;
		text-decoration: none;
	}

	a.icones-header:hover {
		background: #D5DEE5;
		color: #CB6A26;
		text-decoration: none;
	}
	
	.negrito {
		font-size: 10px;
	}
	
	.sem-titulo {
		margin: 85px 0 10px 0;
	}
	
	.table-responsive button {
		background: #244B6F;
		margin: 0;
		font-size: 10px;
		height: 32px;
	}
	
	.titulo-modulo {
		font-size: 1.3em;
		padding: 8px 0;
		margin: 85px 0 10px 0;
	}
	
	.titulo-modulo-icone {
		padding: 4px 6px;
	}
	
	.razao-cabecalho {
		font-size: 1.2em;
	}
	
	.header-title span.icon-books {
		font-size: 36px;
		right: 125px;
	}
	
	.header-title-interno span.icon-books {
		font-size: 30px;
		right: 120px;
		top: -5px;
	}
		
	/* ==========================================================================
	   Navigation
	   ========================================================================== */
	
	nav.navigation {
		width: 100%;
		margin-top: -7px; 
	}
	
	nav.navigation ul { 
		display: none;
		height: auto;
		margin: 0;
		width: 100%;
	}
	
	nav.navigation  ul li { 
		display: block;
	}

	nav.navigation:hover > ul {
		visibility: none;
	}
	
	nav.navigation ul li a {
		font-size: 22px;
	}
	
	.nav {
		background: #FFF;
		padding: 5px 10px;
	}

	.nav > li {
		border-bottom: 1px solid #E0CCBE;
		border-left: 1px solid #E0CCBE;
		height: auto;
		margin-left: -5px;
		margin-bottom: 5px;
	}

	.nav > li > a {
		display: inline;
		padding: 2px 0 2px 10px;
	}
	
	.navbar { 
		height: auto;
	}
	
	.navbar-nav {
		margin: 0 -5px 0 -5px;
	}
	
	.navbar-nav > li > a {
		color: #666;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 300;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.navbar-nav > li > a:hover {
		border: none;
		background-color: #2E6190;
		color: #FFF;
		text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.navbar-header {
		float: none;
		height: 34px;
	}
	
	.navbar-toggle {
		font-size: 1.5em;
		padding: 0 0 0 10px;
		margin-top: -35px;
		margin-bottom: -15px;
	}
	
	/* ==========================================================================
	   Footer Styles
	   ========================================================================== */
	
	.imagens-rodape img {
		width: 80%;
	}
	
	#clear {
		padding-bottom: 178px;
	}
	
	/* ==========================================================================
	   Tabelas
	   ========================================================================== */

	.table-padrao {
		font-size: 0.7em;
	}
	
	.table-padrao > thead > tr > th,
	.table-padrao > tbody > tr > th,
	.table-padrao > tfoot > tr > th,
	.table-padrao > thead > tr > td,
	.table-padrao > tbody > tr > td,
	.table-padrao > tfoot > tr > td {
		padding: 4px;
		line-height: 1.42857143;
		vertical-align: top;
	}

	.table-padrao > thead > tr > th.th_secundaria,
	.table-padrao > tbody > tr > th.th_secundaria,
	.table-padrao > tfoot > tr > th.th_secundaria {
		padding: 2px;
	}
	
	.table-calendario {
		font-size: 0.7em;
	}
	
	.table-calendario > thead > tr > th,
	.table-calendario > tbody > tr > th,
	.table-calendario > tfoot > tr > th,
	.table-calendario > thead > tr > td,
	.table-calendario > tbody > tr > td,
	.table-calendario > tfoot > tr > td {
		padding: 4px;
		line-height: 1.42857143;
		vertical-align: top;
	}

	.table-calendario > thead > tr > th.th_secundaria,
	.table-calendario > tbody > tr > th.th_secundaria,
	.table-calendario > tfoot > tr > th.th_secundaria {
		padding: 2px;
	}

	/* ==========================================================================
	   Dropdown-Menu Key
	   ========================================================================== */

	.dropdown-key {
		padding: 11px 1px;
	}

	
	.dropdown-key-elements {
		margin: 5px -25px 0 0;
		width: 300px;
	}

	/* ==========================================================================
	   Contact Form
	   ========================================================================== */

	.div-header {
		padding: 4px;
		line-height: 1.42857143;
		vertical-align: top;
		font-size: 13px;
	}
	
	.btn.dark {
		padding: 4px 8px;
		font-size: 12px;
	}

	.div-header-sec {
		padding: 6px;
	}

	.contact-form li{
		padding: 3px 0px; 
	} 

	.contact-form label {
		font-size: 0.8em;
		margin-top: 0;
		padding: 0 5px;
		width: 100%;
	}

	.contact-form label.label-small {
		width: 100%;
	}

	.contact-form label.label-large {
		width: 100%;
	}

	.contact-form label.label-ultra-large {
		width: 100%;
	}

	.contact-form input[type="radio"], 
	.contact-form input[type="checkbox"] {
		margin: 0 2px;
	}

	.contact-form input,
	.contact-form select {
		height: 20px;
		padding: 2px 4px;
	}

	.contact-form textarea {
		padding: 4px; 
		width: 90%;
	}

	.contact-form .input-large,
	.contact-form textarea.input-large,
	.contact-form .input-ultra-large {
		width: 90%;
	}

	.contact-form .input-medium {
		width: 70%;
	}

	.contact-form input.hasDatepicker, 
	.contact-form .input-small {
		width: 50%;
	}

	.contact-form input.input-large:focus,
	.contact-form select.input-large:focus,
	.contact-form textarea.input-large:focus,
	.contact-form input.input-ultra-large:focus,
	.contact-form select.input-ultra-large:focus,
	.contact-form textarea.input-ultra-large:focus {
		width: 100%;
	}

	.contact-form input.input-medium:focus, 
	.contact-form select.input-medium:focus, 
	.contact-form textarea.input-medium:focus {
		width: 80%;
	}

	.contact-form input.hasDatepicker:focus, 
	.contact-form input.input-small:focus,
	.contact-form select.input-small:focus,
	.contact-form textarea.input-small:focus {
		width: 60%;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 320px) {
	
	/* ==========================================================================
	    Header Styles
		========================================================================== */
	
	.header-title-interno {
		font-size: 1.5em;
		margin: -75px 5px 0 0;
	}
	
	.icones-header-mobile {
		border-top: 1px solid #FFF;
		background: #244B6F;
		height: 30px;
		padding: 6px 0;
		position: relative;
		top: 35px;
	}
	
	a.icones-header {
		font-size: 1.1em;
		color: #FFF;
		padding: 5px 7px;
		text-decoration: none;
	}
	
	.razao-cabecalho {
		font-size: 1em;
	}
	
	/* ==========================================================================
	   Navigation
	   ========================================================================== */
	
	.navbar-toggle {
		margin-top: -30px;
	}
	
	#clear {
		padding-bottom: 162px;
	}
	
	.navbar-nav {
		/*margin-top: 25px;*/
		margin-top: 0;
	}
	
	/* ==========================================================================
	   Dropdown-Menu Key
	   ========================================================================== */

	.dropdown-key {
		padding: 8px 1px;
	}

	.dropdown-key-elements {
		margin: 5px -25px 0 0;
		width: 260px;
	}
}


/* ==========================================================================
   Slider
   ========================================================================== */

.slider .bg-img-1 {
	background-image: url(../imagens/slider_fundo.png);
}

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
	display: none;
}

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.slider .sl-slider h2,
.slider .sl-slider p {
	padding: 50px 0 10px 0;
	max-width: 960px;
	color: #FFF;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.slider .sl-slider h1 {
	color: #FFF;
	font-size: 4.3em;
    font-weight: 400;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	padding-top: 30px;
}

.slider .sl-slider p {
	font-size: 1.9em;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
	padding: 10px 0 25px 0;
	font-weight: 300;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.slider .sl-slider p cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.slider .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.nav-arrows span {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	z-index: 1000;
	margin: 0 auto;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
}

.slider .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(255,255,255,0.5);
}

.slider .nav-dots span.nav-dot-current,
.slider .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}

.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}

.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}

.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}

.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}

.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}

@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}

@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}

@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}

@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}

@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}

@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}

@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}

@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}

@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}

@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}

@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}

@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
   
/* ==========================================================================
   Slider Carousel
   ========================================================================== */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
 
.owl-theme .owl-controls {
	margin-top: -30px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: #BFBFBF;
	font-size: 20px;
	font-family: icomoon;
	font-weight: 900;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	position: relative;
	top: -190px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -50%;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	left: 50%;
}

.owl-theme .owl-controls .owl-nav .owl-prev:before {
	content: "\f096";
}

.owl-theme .owl-controls .owl-nav .owl-next:before {
	content: "\f097";
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	color: #2F68A3;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
 
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.calendario1,
.calendario {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
    font-weight: normal; 
	text-decoration: none;
}
.calendario {
	background-color: #244B6F;
}

.vermelho {
	color: #DC0006;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

/* DATEPICKER */
.ui-datepicker .ui-icon{
	background-image:url("../imagens/ui-icons_ffffff_256x240.png");
}
.ui-datepicker .ui-datepicker-header {
	background:#28537B;
	border-bottom: 1px solid #f0efef;
	border-top: 1px solid #f0efef;
	color: #fff;
	border-radius:0;
}
.ui-datepicker .ui-datepicker-header a.ui-state-hover {
	border-color:transparent;
	background:transparent;
	right:2px;
	top:2px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-calendar {
	background: #e0e0e0;
}
.ui-datepicker .ui-datepicker-calendar thead tr {
	border-bottom: 1px solid #f0efef;
	border-top: 1px solid #f0efef;
}
.ui-datepicker .ui-datepicker-calendar tr th {
	background: #d5dee5;
	color: #28537b;
	text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end {
	background:#CCCCCC;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-collapse:collapse;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
	background:transparent;
	border:0;
	color:#244b6f;
	font-weight:bold;
	text-align:center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
	background:transparent;
	border:0;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active a {
	
	border:0;
	background: #2E6190;
	color:#fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
	background: #B70000;
	color: #ffffff;
}
.hasDatepicker {
	width:calc(100% - 50px);
	display:inline-block;
}
.hasDatepicker[disabled] + img {
	visibility:hidden;
}
.hasDatepicker + img {
	display:inline-block;
	margin-left:14px;
	cursor:pointer;
}

.nota_small {
	width:52px;
}
.btn-nota {
    background: #28537B;
    color: #FFF;
    font-size: 1.0em;
    padding: 8px;
}
.btn-nota:hover,
.btn-nota:focus {
    background: #2F68A3;
    color: #FFF;
}
.btn-nota-disabled {
	background: #DBDBDB;
	color: #28537B;
	border: 1px solid #AAA;
}