body {
	background-color: #004080;
	font-family: Verdana, Arial;
	text-align: justify;
}

.container {
	background-color: #FFFFFF;
	max-width: 600px;
	padding: 15px;
	margin: 30px auto 15px auto;
	border-radius: 10px;
}

.logo img {
	max-width: 600px;
}

.img-renda-online {
	max-width: 600px;
}

h1 { font-size: 24px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

.destaque { color: #CC0000; }

.center { text-align: center; }

.destaque-ebook {
	
}

.conteudo {
	width: 100%;
}

.conteudo p {
	font-size: 14px;
}

ul li {
	font-size: 14px;
	margin: 5px auto;
}

ol li {
	font-size: 14px;
	margin: 5px auto;
}

.beneficios {
	
}

.sobre-autor {}

.rodape {
	text-align: center;
	font-size: 10px;
}

.rodape p {
	margin: 2px;
}

.disclaimer { font-size: 12px; }

.cta-button {
	
}

nav {
  display: inline-flex;  
}

nav ul {
  display: inline-flex;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

nav ul li {
  margin: 0 10px;
}

.imagem-responsiva {
	width: 100%;
	height: auto;
}

.imagem-esquerda {
	float: left;
	margin-right: 4px;
}

.software-box { max-width: 250px; }

.thumbs { max-width: 80px; }

.thumbs-mini {
	max-width: 60px;
	max-height: 60px;
}

.testemunhos {	
	font-size: 13px;
	font-style: italic;
}

 /* Style the container with a rounded border, grey background and some padding and margin */
.testemunho {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.testemunho::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testemunho img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.testemunho span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .testemunho {
    text-align: center;
  }

  .testemunho img {
    margin: auto;
    float: none;
    display: block;
  }
}

#dowmloads ul { list-style-type: none; }

#downloads ul li {
	display: flex;
	align-items: center;
}

#downloads ul li a {
	margin-left: 6px;
}