/*
1. %core
--------------------------------------------------------------------------------

1.1. %core: bootstrap
------------------------------------------------------------------------------*/
@import url(../bootstrap/css/bootstrap.min.css);

/*
1.2. %core: font
------------------------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Homenaje);*/
/* %use: font-family: 'Homenaje', sans-serif; */

/*
2. %layout: default
------------------------------------------------------------------------------*/
html,
body {
	font-family: 'Arial', sans-serif;
	color: #555555;
	background: url(../images/bg-depoimentos.jpg) fixed center no-repeat;
    background-size: cover;
}
i {
	display: block;
}
.input-group .btn {
	margin-top: 0;
}
ul {
	margin: 0;
	padding: 0;
}
/* default > links */
a {
	color: #ec0f3a;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}
a:hover {
	color: #b9072a;
	text-decoration: none;
}
.pagination a {
	color: #7a7a7a;
}

/* default > article title */
b.header-title {
	font-size: 36px;
	display: block;
	line-height: 1.1;
}
b.header-title,
h1.header-title,
h2.header-title,
h3.header-title {
	margin: 10px auto;
	font-family: 'Homenaje', sans-serif;
	font-weight: 400;
	color: #113b83;
}
h1.page-title, h2.page-title, h3.page-title {
	font-family: 'Homenaje', sans-serif;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
h2.page-title {
	font-size: 26px;
}
.carousel-control {
	opacity: .6;
	width: 18%;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-caption {
	left: 0;
	width: 46%;
	background-color: #113b83;
	text-align: left;
	padding: 20px;
	bottom: 50px;
}
.carousel-caption h3 {
	font-size: 26px;
	color: #e6d432;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
.carousel-caption p {
	margin: 0;
}
.carousel-indicators li {
	background-color: #fffad1;
	border-color: #fffad1;
	width: 20px;
	height: 20px;
}
.carousel-indicators .active {
	background-color: #ffe500;
	border-color: #ffe500;
	width: 20px;
	height: 20px;
}
.carousel-indicators {
	bottom: 0;
}
a:hover img {
	opacity: 0.75;
}
/*
2.1. %layout: sprits
------------------------------------------------------------------------------*/
.icon {
	width: 75px;
	height: 75px;
	margin: auto;
	background-image: url('../images/sprits.png');
}
.icon-tiles-payment { background-position: 0 0; }
.icon-tiles-contact { background-position: -75px 0; }
.icon-tiles-network { background-position: -150px 0; }

.icon-advantages-payment { background-position: 0px -75px; }
.icon-advantages-time { background-position: -75px -75px; }
.icon-advantages-calendar { background-position: -150px -75px; }
.icon-advantages-contact { background-position: -225px -75px; }

.icon-header-twitter,
.icon-header-facebook {
	width: 24px;
	height: 24px;
	margin: 0;
}
.icon-header-twitter { background-position: 0 -150px }
.icon-header-facebook { background-position: -24px -150px; }



/*
%layout: header
------------------------------------------------------------------------------*/
header[role="banner"] {
	min-height: 100px;
	/*border-bottom: 2px solid #081e43;*/
	border-bottom: 2px solid #ddd;
	/*background-color: #0e3d81;*/
	background-color: #fff;
}

header[role="banner"] .navbar-brand {
	position: absolute;
	z-index: 1;
}

header[role="banner"] .navbar {
	min-height: 0;
	margin: 30px 0 0 0;
}
header[role="banner"] .navbar .navbar-header {}
header[role="banner"] .navbar .navbar-header button {
	margin-top: -5px;
	background-color: rgba(0,0,0,0.3);
}
header[role="banner"] .navbar .navbar-header button .icon-bar {
	background-color: rgba(255,255,255,0.4);
}
header[role="banner"] .navbar .navbar-header .navbar-brand img {}
header[role="banner"] .navbar .navbar-collapse {}
header[role="banner"] .navbar .navbar-collapse ul {
	/*float: right;*/
}
header[role="banner"] .navbar .navbar-collapse ul > li {}
header[role="banner"] .navbar .navbar-collapse ul > li a {
	padding: 7px 8px;
	line-height: 26px;
	font-family: 'Homenaje', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	/*color: #ffffff;*/
	color: #444;
}
header[role="banner"] .navbar .navbar-collapse ul > li a:hover,
header[role="banner"] .navbar .navbar-collapse ul > li.active a {
	/*color: #ffe500;*/
	background: none;
	    color: #fff;
}

header[role="banner"] .navbar .navbar-collapse ul > li a:hover {
	    color: #85acd8;
}
header[role="banner"] .navbar .navbar-collapse ul > li.active a {
	    background: #203b57;
    color: #fff!important;
}

header[role="banner"] .navbar .navbar-collapse ul > li a.social {
	padding: 7px 2px;
	float: left;
}
header[role="banner"] .navbar .navbar-collapse ul > li a.divider {
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #3e649b;
}
a.social:hover {
	opacity: 0.75;
}
header[role="banner"] .navbar .navbar-collapse ul > li a.drop:hover {
	color: #0e3d81;
	background-color: #f4f8ff;
}

a.drop:hover {
	color: #ffe500;
}
a.drop:focus {
	color: #ffe500;
}
.dropdown-menu {
	background-color: #f4f8ff;
	left: -1px;
	margin-top: -1px;
}
.dropdown-menu a {
	color: #0e3d81 !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
}
.dropdown-menu a:hover {
	background: #203b57 !important;	/*background-color: #ffe500 !important;*/
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	color: #0e3d81 !important;
	background-color: #f4f8ff !important;
}
/*
%layout: footer
------------------------------------------------------------------------------*/
footer {
	margin-top: 60px;
    padding: 20px 0;
}
footer.container {
	margin-top: 0;
}
footer[role="contentinfo"] {
	color: #fff;
	font-size: 12px;
}
footer[role="contentinfo"] .navbar {
	min-height: 0;
	margin-bottom: 0;
}
footer[role="contentinfo"] .navbar .navbar-header {}
footer[role="contentinfo"] .navbar .navbar-header button {
	background-color: #f9f9f9;
}
footer[role="contentinfo"] .navbar .navbar-header button .icon-bar {
	background-color: #e3e3e3;
}
footer[role="contentinfo"] .navbar .navbar-collapse {}
footer[role="contentinfo"] .navbar .navbar-collapse ul {}
footer[role="contentinfo"] .navbar .navbar-collapse ul > li {}
footer[role="contentinfo"] .navbar .navbar-collapse ul > li a {
	padding: 0 10px 0 10px;
	border-left: 1px solid #e3e3e3;
	color: #7a7a7a;
}
footer[role="contentinfo"] .navbar .navbar-collapse ul > li a:hover {
	color: #ea113e;
	background-color: transparent;
}
footer[role="contentinfo"] .navbar .navbar-collapse ul > li:first-child a {
	padding-left: 0;
	border-left: none;
}

/*
%layout: featured
------------------------------------------------------------------------------*/
article.featured {
	background-color: #e0e0e0;
}
/*
%layout: tiles
------------------------------------------------------------------------------*/
article.tiles {
	margin-top: 60px;
}
article.tiles .col-inner {}
article.tiles footer > div {
	margin: 40px 0;
	border-bottom: 2px solid #f4f4f4;
}
a.feat-btn {
	display: block;
	color: #555;
}
a.feat-btn:hover b {
	color: #ec0f3a;
}
/*
%layout: news
------------------------------------------------------------------------------*/
article.news {
	margin-bottom: 40px;
}
article.news .col-inner {
	margin-bottom: 20px;
}
article.news .col-inner img {
	min-width: 100%;
	min-height: 210px;
	margin-bottom: 20px;
}
article.news .col-inner .meta {
	margin-bottom: 10px;
	color: #999999;
}
article.news .col-inner .meta .detail {
	height: 1px;
	margin-bottom: 10px;
	border-left: 20px solid #113b83;
	background-color: #f4f4f4;
}
article.news .col-inner .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #113b83;
}
a.title {
	display: block;
}
a.title:hover {
	color: #6084c3 !important;
}
article.news .col-inner a {
	font-weight: bold;
}
/*
%layout: advantages
------------------------------------------------------------------------------*/
article.advantages {
	margin-bottom: 20px;
}
article.advantages .article-inner {
	padding: 20px 0;
	border-radius: 5px;
	background-color: #f4fafe;
}
article.advantages header h1 {
	margin: 0 0 20px 10px;
}
article.advantages .col-inner h4 {
	margin-left: 80px;
	padding: 8px 0;
}
/*
%layout: newsletter
------------------------------------------------------------------------------*/
.recarga {
	padding: 10px 20px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	display: block;
}
.recarga span {
	font-size: 16px;
	line-height: 2.5;
}
.recarga img {
	float: right;
}
article.newsletter {
	margin-bottom: 20px;
}
article.newsletter .article-inner {
	padding: 10px 0;
	border-radius: 5px;
	background-color: #f9f9f9;
}
article.newsletter .col-inner h4,
article.newsletter .col-inner p {
	margin: 0;
}
article.newsletter .col-inner form {
	padding: 3px 0;
}
.newsletter-home label.error {
	position: absolute;
	bottom: -20px;
	left: 0;
}
/*
%layout: pagina
------------------------------------------------------------------------------*/
.content p {
	margin-bottom: 20px;
}
.carousel-empresa {
	margin-bottom: 30px;
}
.logo-interna {
	width: 94px;
}
.topo-pagina {
	padding: 40px 0;
	margin-bottom: 40px;
}
.topo-pagina h1 {
	font-family: 'Homenaje', sans-serif;
	margin: 0;
	text-align: center;
	color: #fff;
}
.topo-pagina h3, .box-content h3 {
	font-family: 'Homenaje', sans-serif;
	margin: 0;
	text-align: center;
	margin-top: 10px !important;
	color: #fff;
}
.box-content {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-content h3 > strong {
	color: #85acd8;
}

.box-content p.linha-suplementar {
	text-align: center;
    color: #fff;
    margin-top: 30px;
    font-family: 'Homenaje', sans-serif;
    font-size: 20px;
}

.box-content p.linha-suplementar a {
	text-decoration: none;
	color: #85acd8
}

.box-content p.linha-suplementar a:hover {
	text-decoration: underline;
	font-style: italic;
}

.box-content h2 {
	margin-bottom: 20px;
}

.box-form {
	margin: 20px auto;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #56657a;
    height: auto;
    padding: 15px;
    position: relative;
}

.box-form-validation {
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    position: relative;
}

.box-form input.btn, .box-form button.btn,.box-form a.btn,
.box-form-validation input.btn, .box-form-validation button.btn, .box-form-validation a.btn {
	background: #2184BC;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
}

.box-form .panel, 
.box-form-validation .panel {background: none; border-color: #203b57;}

.box-form .panel .panel-heading, 
.box-form-validation .panel .panel-heading  {padding:10px 15px; font-weight: bold; background-color: #203b57; color: #fff; border-color: #203b57; }

.box-form .panel > .form-group, 
.box-form-validation .panel > .form-group {margin-bottom:10px !important;}

.box-form form > .form-group > label.control-label, 
.box-form-validation form > .form-group > label.control-label { font-weight: normal !important; font-family: 'Homenaje', sans-serif !important; font-size: 18px !important; }

.box-form .panel > .form-group > .form-control,
.box-form-validation .panel > .form-group > .form-control {border: 1px solid #000 !important; }

.terms-conditions {overflow-y: scroll; height: 280px; margin: 10px 0; text-align: justify;}

#formTwo .panel-body h3 {border-bottom: 1px solid #203b57; padding: 5px 0px; margin-bottom: 20px;}
#formTwo .form-group {margin: 10px 0; clear: both; display: inline-block; width: 100%;}
#formTwo .form-group label {font-weight: normal;}
#formTwo .form-group .form-control {background: transparent !important; color: #74b05d; border: none; border-bottom: 1px solid #ccc; font-style: italic;}
#formTwo .form-group .form-control:active, 
#formTwo .form-group .form-control:focus {border: none; border-bottom: 1px solid #ccc; -webkit-box-shadow: none;
    box-shadow: none;
}
/*#formTwo #upload_fields {}*/
#formTwo #upload_fields select {color: #fff !important;}
/*#formTwo #upload_fields input[type=file] {}*/
#formTwo #upload_fields button#del_field {color: #fff !important; background-color: #d9534f !important; border-color: #d43f3a !important; margin: 0 !important; border-width: 2px; height: 34px;}

#formOne .form-group .form-control {background: transparent !important; color: #fff; border: none; border-bottom: 1px solid #ccc; font-style: italic;}
#formOne .form-group .form-control:active, 
#formOne .form-group .form-control:focus {border: none; border-bottom: 1px solid #ccc; -webkit-box-shadow: none;
    box-shadow: none;
}

.box-form-validation .form-group .form-control {background: transparent !important; color: #fff; border: none; border-bottom: 1px solid #ccc; font-style: italic;}
.box-form-validation .form-group .form-control:active, 
.box-form-validation .form-group .form-control:focus {border: none; border-bottom: 1px solid #ccc; -webkit-box-shadow: none;
    box-shadow: none;
}

.box-rede {
	margin-bottom: 20px;
	text-align: center;
}
.box-rede span {
	display: block;
	line-height: 1.1;
	color: #63a4be;
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
}
/* Sidebar */
.box-sidebar {
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin-bottom: 10px;
}
.box-sidebar.contato, .box-sidebar.end {
	background-color: #0e3d82;
	color: #fff;
}
.box-sidebar.end span {
	float: left;
	line-height: 1.2;
	width: 80%;
}
.box-sidebar.end i {
	margin-top: 8%;
}
.box-sidebar span {
	font-size: 15px;
	line-height: 2;
}
.btn-sidebar {
	display: block;
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin-bottom: 10px;
}
.btn-sidebar {
	font-family: 'Homenaje', sans-serif;
	font-size: 23px;
	color: #444;
	float: left;
	width: 100%;
}
.btn-sidebar b {
	float: left;
	text-transform: uppercase;
	width: 75%;
	line-height: 1.8;
}
.box-sidebar i, .btn-sidebar i {
	float: right;
}
.btn-sidebar.active, .btn-sidebar:hover {
	background-color: #0e3d82;
	color: #fff;
}
.btn-sidebar.active i, .btn-sidebar:hover i {
	opacity: 0.5;
}
.btn-sidebar.acreditar b {
	line-height: 1;
}
.btn-sidebar.acreditar i {
	margin-top: 2%;
}
.side-newsletter {
	width: 100%;
	float: left;
	background-color: #f4f8ff;
	padding: 20px;
	margin-top: 10px;
}
.side-newsletter b {
	font-family: 'Homenaje', sans-serif;
	display: block;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.side-newsletter span {
	font-size: 13px;
	display: block;
	margin-bottom: 14px;
}
.side-newsletter form button {
	width: 100%;
	margin-top: 0;
}
label.error {
	margin-top: 2px;
	color: #cf1203;
	font-weight: normal;
}
.side-box {
	margin-bottom: 20px;
}
.side-box h3 {
	border-top: 3px solid #0c3f80;
	padding: 20px 20px;
	margin: 0 0 0 0;
	font-family: 'Homenaje', sans-serif;
	border-bottom: 1px solid #ebebeb;
	text-transform: uppercase;
}
.side-box .box-noticia {
	padding: 10px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	border: none;
}
.side-box .box-noticia figure {
	margin-right: 10px;
}
.side-box .box-noticia h4 {
	font-size: 16px;
}
.side-box .btn {
	width: 100%;
}
/* Trabalhe Conosco */
.form-group {
	position: relative;
}
.box-etapa b {
	font-size: 26px;
	font-family: 'Homenaje', sans-serif;
}
.radio {
	display: inline-block;
	margin: 0 20px 0 0 !important;
}
label.error {
	font-size: 12px;
}
.radios label {
	display: block;
}
.radios label.error {
	position: absolute;
	top: 0;
	left: 50px;
}
form h5 {
	margin: 40px 0 10px 0;
	color: #0e3d82;
}
form h5 span {
	font-size: 11px;
}
form h5.margin {
	margin-top: 20px;
}
form .btn {
	margin: 20px 10px 0 0;
}
form label span {
	font-size: 12px;
	color: #7a7a7a;
	font-weight: normal;
}
form .control-label {
	margin-top: 4%;
	font-weight: normal !important;
}
.label-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
/* Noticias */
.box-noticia {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f5f5f5;
}
.box-noticia figure {
	float: left;
	margin-right: 20px;
}
.box-noticia figure img {
	max-width: 150px;
}
.box-noticia .title {
	text-transform: uppercase;
	font-family: 'Homenaje', sans-serif;
	margin: 0;
}
.box-noticia h2 {
	font-size: 28px;
}
.box-noticia .title a {
	color: #113b83;
}
.box-noticia .title a:hover {
	color: #6084c3;
}
.box-noticia .meta {
	font-size: 12px;
}
#busca {
	float: right;
	width: 294px;
}
/* Servicos */
.lista-servicos {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lista-servicos li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #eaeaea;
}
.lista-servicos li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.lista-servicos li h5 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Homenaje', sans-serif;
}
.lista-servicos li h5 b {
	position: absolute;
	background-color: #ec0f3a;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	bottom: 0;
	left: 0;
}
.logo-tudodebanco {
	margin-bottom: 10px;
}
.lista-servicos li p {
	margin-bottom: 0;
}
.lista-servicos li ul {
	margin-top: 15px;
	padding: 10px;
	background-color: #f4f8ff;
}
.lista-servicos li ul li {
	margin-bottom: 15px;
	padding-bottom: 0;
	border: none;
	list-style: none;
}
.lista-servicos li .carousel {
	margin: 15px 0 0 0;
}
.carousel-servico .carousel-caption {
	width: 100%;
	bottom: 0;
	padding: 10px;
	opacity: 0.8;
}
h2.busca span {
	text-transform: none;
	font-weight: bold;
	color: #113b83;
}
/* Parceiros */
.lista-requisitos {
	list-style: none;
	margin: 10px 0 20px;
}
.lista-requisitos li {
	margin-bottom: 4px;
}
.form-line input {
	float: left;
	width: 40%;
}
.form-line b {
	float: left;
	padding: 5px;
}
.form-line label {
	display: block;
}
.form-line label.error {
	position: absolute;
	bottom: -25px;
	left: 15px;
}
.panel h5 {
	margin-top: 20px;
	margin-bottom: 15px;
}
/* Post */
.post {
	overflow: hidden;
}
.post img {
	max-width: 100%;
}
.post h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'Homenaje', sans-serif;
	margin: 0;
}
.post span.meta {
	display: block;
	margin: 15px 0 40px 0;
	padding-bottom: 40px;
	border-bottom: 2px solid #f5f5f5;
	font-size: 12px;
}
span.legenda {
	padding: 8px;
	background-color: #eee;
	display: block;
	font-size: 12px;
}
p.fonte {
	margin-top: 15px;
}
.gallery {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}
.gallery img {
  display: block;
  border: 1px solid transparent;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease;
}

.gallery li {
  height: 106px;
  overflow: hidden;
  display: inline-block;
  padding: 5px;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.gallery li:hover img {
  opacity: 0.75;
}
.compartilhar {
	background-color: #f9f9f9;
	padding: 20px;
}

/* Contato */
.panel-heading {
	padding: 0;
}
.panel-title>a {
	display: block;
	padding: 10px 15px;
	font-family: 'Homenaje', sans-serif;
	font-size: 22px;
}
.panel-group {
	margin-bottom: 20px;
}

.panel-group span {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.convenio label.error {
	left: 15px;
	top: 12px;
}

/* -----------------------------------------
   Reponsive
----------------------------------------- */
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 600px) and (orientation : landscape) {
	.carousel-caption h3 {
		font-size: 16px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #f4f8ff;
	}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 320px) and (max-width : 600px) and (orientation : portrait) {
	.carousel-caption h3 {
		font-size: 16px;
	}
	.carousel-caption {
		width: 55%;
		padding: 10px;
		bottom: 10px;
	}
	.carousel-indicators {
		bottom: -40px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #f4f8ff;
	}
	.navbar-collapse {
		margin-top: 25px;
	}
	header[role="banner"] .navbar .navbar-collapse ul > li a.divider {
		margin: 0;
		border: none;
	}
	.box-sidebar.end i {
		margin-top: 4%;
	}
	#busca {
		width: 100%;
		margin-top: 20px;
	}
	.form-line label.error {
		bottom: -62px;
	}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	header[role="banner"] .navbar .navbar-collapse ul > li a {
		font-size: 14px;
		padding: 7px 5px;
	}
	.btn-sidebar b {
		line-height: 1;
	}
}

html{height:100%}

/* Glisse: Hide elements by default */
#glisse-overlay, #glisse-close, #glisse-controls,#glisse-spinner{opacity:0;}

/* Glisse: Overlay */
#glisse-overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 8888;
    background-color:rgba(0,0,0,.75);
}
    #glisse-overlay.loading #glisse-spinner {opacity:1;} /* Display spinner */

/* Glisse: Overlay content */
/* Glisse: Overlay content */
#glisse-overlay-content {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -moz-background-size:       contain;
    -webkit-background-size:    contain;
    -o-background-size:         contain;
    background-size:            contain;
    -webkit-backface-visibility:hidden;
    backface-visibility:        hidden;
    z-index: 9999;
}
    /* Hide images */
    #glisse-overlay-content img{display:none;}

    /* Shake effect */
    #glisse-overlay-content.shake {
        -webkit-animation: shake 600ms 1;
        -moz-animation:    shake 600ms 1;
        -ms-animation:     shake 600ms 1;
        -o-animation:      shake 600ms 1;
        animation:         shake 600ms 1;
    }

/* Glisse: Close button */
#glisse-close { cursor:pointer; }

/* Glisse: Spinner */
#glisse-spinner {
    position:fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    background:rgba(0,0,0,.6) url(../images/loader.gif) center center no-repeat;
    border-radius:6px;
}

#glisse-controls {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #2d2f35;
  text-shadow: 0 -1px 0 #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7); }

.glisse-next a, .glisse-prev a {
  position: absolute;
  display: block;
  left: 0;
  height: 39px;
  width: 39px;
  font-family: 'WebSymbolsRegular';
  line-height: 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 black; }

.glisse-next a:active, .glisse-prev a:active {
  text-shadow: 0 0 30px white, 0 0 10px white; }

.glisse-prev a {
  border-right: 1px solid #2d2f35;
  -moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-next a {
  left: auto;
  right: 0;
  border-left: 1px solid #2d2f35;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-legend {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px; }

/* Glisse: Keyframes */
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
    0%, 100% {-moz-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
    0%, 100% {-ms-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@-o-keyframes shake {
    0%, 100% {-o-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}

@media (min-width: 992px){
	.modal-lg {
	    width: 900px;
	}
}

/* MODAIS PERSONALIZADOS */
#ModalAlerta .modal-content, 
#ModalAtencao .modal-content, 
#ModalSucesso .modal-content {position: relative;border-radius: 3px;margin: 0 auto;font-family: 'Homenaje', sans-serif !important;}

#ModalAlerta .modal-header, 
#ModalAtencao .modal-header, 
#ModalSucesso .modal-header {font-size: 2.4em !important;font-weight: 300;opacity: 0.8;border-radius: 3px 3px 0 0;border-bottom:none;text-align: center;}

#ModalAlerta .modal-header {background: #e74c3c;}
#ModalAtencao .modal-header {background: #e8b04e;}
#ModalSucesso .modal-header {background: #0f8830;}

#ModalAlerta .modal-title, 
#ModalAtencao .modal-title, 
#ModalSucesso .modal-title {color: #fff;}

#ModalAlerta .modal-body, 
#ModalAtencao .modal-body, 
#ModalSucesso .modal-body {padding: 15px 40px 30px;margin: 0;font-weight: 300;font-size: 1.5em;}

#ModalAlerta .modal-footer, 
#ModalAtencao .modal-footer, 
#ModalSucesso .modal-footer {text-align: center;border: none;}

#ModalAlerta .modal-footer button.btn, 
#ModalAtencao .modal-footer button.btn, 
#ModalSucesso .modal-footer button.btn {border: none;padding: 0.6em 1.2em;color: #fff;font-size: 1em;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;display: inline-block;margin: 3px 2px;border-radius: 2px;}

#ModalAlerta .modal-footer button.btn, #ModalAlerta .modal-footer input.btn {background: #c0392b !important;}
#ModalAtencao .modal-footer button.btn, #ModalAtencao .modal-footer input.btn {background: #e8b04e !important;}
#ModalSucesso .modal-footer button.btn, #ModalSucesso .modal-footer input.btn {background: #0f8830 !important;}


.progress {
	height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 20px !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {line-height: 20px !important;}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.alert-message {margin: 20px 0;padding: 20px;border-left: 3px solid #eee; border-radius: 4px;}
.alert-message h4 {margin-top: 0;margin-bottom: 5px;}
.alert-message p:last-child {margin-bottom: 0;}
.alert-message code {background-color: #fff;border-radius: 3px;}
.alert-message-success {background-color: #F4FDF0;border-color: #3C763D;}
.alert-message-success h4 {color: #3C763D;}
.alert-message-danger {background-color: #fdf7f7;border-color: #d9534f;}
.alert-message-danger h4 {color: #d9534f;}
.alert-message-warning {background-color: #fcf8f2;border-color: #f0ad4e;}
.alert-message-warning h4 {color: #f0ad4e;}
.alert-message-info {background-color: #f4f8fa;border-color: #5bc0de;}
.alert-message-info h4 {color: #5bc0de;}
.alert-message-default {background-color: #EEE;border-color: #B4B4B4;}
.alert-message-default h4 {color: #000;}
.alert-message-notice {background-color: #FCFCDD;border-color: #BDBD89;}
.alert-message-notice h4 {color: #444;}

/*.upload-btn-wrapper > .btn-file {border: 2px solid gray;color: gray;background-color: white; margin: 0; border-radius: 4px; padding: 5px 20px; padding: 8px 20px;border-radius: 8px;font-size: 20px;font-weight: bold;}*/

.upload-btn-wrapper {position: relative;overflow: hidden;display: inline-block;}
.upload-btn-wrapper > .btn-file {border: 2px solid gray;color: gray;background-color: white; margin: 0; border-radius: 4px; padding: 5px 20px;}
.upload-btn-wrapper > .btn:hover, 
.upload-btn-wrapper > .btn-file:hover {cursor: pointer;}
.upload-btn-wrapper > .btn {margin: 0; background-color: #0e3479 !important; border-color: #0d3e80 !important;} 
.upload-btn-wrapper input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0; padding: 10px;}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-anexos {background: transparent; border: 1px solid #203b57; color: #fff; font-size: 12px;}
.table-anexos > thead > tr > th, 
.table-anexos > tbody > tr > th, 
.table-anexos > tfoot > tr > th, 
.table-anexos > thead > tr > td, 
.table-anexos > tbody > tr > td, 
.table-anexos > tfoot > tr > td {
    border: 1px solid #203b57;
	font-weight: normal;
}

.table-anexos > tr > td > a, 
.table-anexos > tr > td > a:hover {color: #6eb2d8 !important;}

.form-group > label, .box-content form h2, .box-content form h3 {color: #fff;}
.box-content form h3 {border-bottom: 1px solid #fff; padding-bottom: 5px; margin-bottom: 10px;}