/*
1 - table
2 - caracteristicas
3 - nav
4 - bandeiras
5 - footer
*/
/*
a:HOVER,
a:ACTIVE,
a:VISITED {
	color: #333;
}*/

.tooltip-inner {
    white-space: pre-wrap;
}

/*1 - table*/
table {
	font-size: small;
}

table thead tr {
	color: #fff;
}

table thead tr .titulo1 {
	background-color: #65625A;
}

table thead tr .titulo2 {
	background-color: #324177; 
}

table thead tr .titulo3 {
	 background-color: #832D6B;
}

table thead tr .titulo4 {
	 background-color: #95752C;
}

table thead tr .subtitulo1 {
	background-color: #AEADAD;
}

table thead tr .subtitulo2 {
	background-color: #7683B2;
}

table thead tr .subtitulo3 {
	background-color: #C378AE;
}

table thead tr .subtitulo4 {
	background-color: #AC8835;
}

table tbody tr .conteudo1 {
	background-color: #f9f9f9;
}

table tbody tr .conteudo2 {
	background-color: #F5F7FC;
}

table tbody tr .conteudo3 {
	background-color: #FDF4FB;
}

table tbody tr .conteudo4 {
	background-color: #FFFBF6;
}

/*2 - caracteristicas*/
.caracteristicas {
	margin: 10px 0 30px 0;
	background-color: #F9F9F9; 
	border-radius: 5px;
	border: 1px solid #ECF0F1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.caracteristicas img {
	margin: 0 auto;
}

.caracteristicas a {
	cursor: pointer;
}

/*.caracteristicas ul:FIRST-CHILD {
  	list-style: none;
  	padding: 0;
}*/

.caracteristicas ul {
  	list-style: none;
  	padding: 0;
}

.caracteristicas li {
  	padding-left: 1.3em;
}
.caracteristicas li.thumbs-up:before  {
  	content: "\f164"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
  	color: green;
}

.caracteristicas li.thumbs-down:before  {
  	content: "\f165"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
  	color: red;
}

.caracteristicas li.info:before  {
	content: "\f05a"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: blue;
}

/*3 - nav*/
.navbar {
	height: 65px;
	background-color: #2594e9;
}

.navbar img {
	display: inline-block;
	padding-right: 10px;
}

.navbar span {
	color: #fff;
	font-size: 25px;
	vertical-align: middle;
}

/*4 - bandeiras*/
ul.bandeiras-lista {
	padding-left: 0px;	
}



.bandeiras-lista li {
    display: inline-block;
    width: 80px;
    height: 60px;
    margin: 4px;
    position: relative;
}

.bandeiras-lista li img {
    max-width: 80%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*5 - footer*/
footer {
	color: #fff;
	background-color: #0572C6;
	padding-top: 20px;
	border-top: 8px solid #2594e9;
}

footer a,
footer a:HOVER,
footer a:focus,
footer a:VISITED {
	color: #fff;
}

footer .copyright {
	background-color: #043B65;
	margin-top:20px;
	padding: 15px 0px;
	color: #fff;
}

footer .copyright p {
	margin-bottom: 0px;
}