body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
}

a:link,
a:active,
a:visited {
  color: #315e8a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

.sem-padding {
  padding: 0 !important;
}

.sem-margin {
  margin: 0 !important;
}

/*#header {
  background: 10px 100%;
  background-color: #d3d3d3;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}*/

/*.vanilsa {
  padding-top: 10px;
}*/

/*nav {
  background-color: #c4bfbf;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

nav ul {
  margin: 3px;
}

nav ul li a {
  display: inline-block;
  flex-direction: column;
}*/

#inicio {
  background: url("../img/fundo6aedicao.jpeg");
  height: 580px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

#inicio h3 {
  margin-top: 20%;
  text-align: center;
}

#inicioinscricao {
  margin-top: 5%;
  text-align: right;
}

#inicio ul {
  list-style: none;
}

#inicio p {
  padding-top: 70%;
  text-align: justify;
  margin-right: 50%;
}

#acelereresultados {
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

#acelereresultados h3 {
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: lightgray;
  align-items: center;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

#acelereresultados h4 {
  margin-top: 15px;
  margin-left: 10px;
}
#acelereresultados ul {
  margin-bottom: 40px;
}

#acelereresultados p {
  text-align: justify;
  max-width: 1000px;
  padding: 0 10px;
}

#resultadoscomprovados {
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

#resultadoscomprovados h3 {
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: lightgray;
  align-items: center;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

#resultadoscomprovados h4 {
  text-align: center;
}

#resultadoscomprovados ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: justify;
  padding-right: 30px;
}

#resultadoscomprovados p {
  margin: 0;
}

#prosperando {
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#prosperando h3 {
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: lightgray;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

.content-video01 {
  margin-top: 10px;
}

.content-img01 {
  margin-top: 20px;
  overflow: auto;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

#processo {
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#processo h3 {
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: lightgray;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

#processo ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

#processo a {
  margin-top: 5px;
}

#profissional {
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#profissional h3 {
  margin-top: 15px;
  margin-right: 5%;
  margin-left: 5%;
  background-color: lightgray;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
}

#profissional ul {
  list-style: none;
  padding: 0 10px;
}

#imgvanilsaprofi {
  float: right;
}

.simulacao {
  background: url("../img/fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simulacao h3 {
  margin-top: 10%;
  text-align: center;
}

.simulacao h2 {
  margin-top: 5%;
  text-align: center;
}
.simulacao ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.voltar {
  margin-bottom: 10%;
}

.inscricao {
  padding-top: 5%;
}

@media screen and (min-width: 768px) {
  #imgvanilsainicio {
    margin-right: 150px;
  }

  #inicio ul {
    max-width: 1050px;
  }
  #resultadoscomprovados ul li img {
    float: left;
  }

  #resultadoscomprovados p {
    margin-top: 70px;
    max-width: 1000px;
  }

  #profissional ul {
    max-width: 800px;
    margin-bottom: 0;
  }

  #prosperando img {
    max-width: 1050px;
  }
}

ul.inline li,
ol.inline li {
  display: inline;
  margin-right: 0px;
}
ul.inline li:last-child,
ol.inline li:last-child {
  margin-right: 0;
}
ul.sem-marcador,
ol.sem-marcador {
  list-style: none;
}

a.botao,
input.botao {
  background: #1f3c58;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ebebeb;
  cursor: pointer;
  display: inline-block;
  border: none;
}

a.botao:hover,
input.botao:hover {
  background: #315e8a;
  text-decoration: none;
}

h1.logo {
  font-size: 300;
  color: #315e8a;
  letter-spacing: -2px;
}

footer {
  background: #1f3c58;
  color: #ebebeb;
  padding: 5px 5px;
}

footer p {
  padding-bottom: 20px;
  text-align: center;
}

footer ul {
  list-style: none;
}

footer a {
  float: right;
}

footer a:hover {
  background-color: #483d8b;
  border-radius: 50%;
}

.menu {
  text-transform: capitalize;
}

.menu li a {
  background: #ff0;
  padding: 5px 10px;
  border-radius: 4px;
  color: black;
}

.menu li a:hover {
  text-decoration: none;
  background: #1f3c58;
  color: #ebebeb;
}
