* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  max-width: 1920px;
  width: 100%;
}

/* Cabeçalho e navbar */

header {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(to bottom, #336988, #ccc);
  color: #fff0c6;
  height: 150px;
}

header img {
  margin: 0;
}

header img.texto-logo {
  filter: opacity(50%) hue-rotate(50deg) saturate(200%);
}

header .flex-container-col {
  width: 60%;
  align-items: center;
}

header div {
  width: 150px;
  height: 150px;
}

section.navbar {
  display: flex;
  width: 100%;
}

.navbar nav {
  background: linear-gradient(to top, #7aa5bf, #ccc);
  width: 100%;
  height: 100%;
}

nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

nav ul li {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #1e5373;
}

nav ul li a {
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px 25px;
  color: #1e5373;
}

nav ul li a:hover {
  background: #1e5373;
  color: #b0cedf;
}

nav ul li a.curriculo {
  box-sizing: content-box;
  background-color: #fff;
  padding: 5px 15px;
  margin: 10px;
}

nav ul li a.curriculo:hover {
  background: #1e5373;
  color: #b0cedf;
}

/* Fim do cabeçalho e navbar*/

/* Footer */

footer {
  height: 60px;
  text-align: center;
  background: linear-gradient(to top, #336988, #ccc);
}

footer p {
  margin-top: 0;
  padding: 20px;
}

/* Fim do footer */

.container {
  display: flex;
  justify-content: flex-end;
}

.flex-container-col {
  display: flex;
  flex-direction: column;
}

.flex-container-center {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/* Aside */

.container aside {
  /* align-items: flex-end; */
  background: #336988;
  padding: 20px;
  width: 100%;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: 300;
}

.container aside .redes-icons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container aside .redes-icons a {
  margin-top: 60px;
}
/* Fim do aside */

.container aside a {
  font-size: 60px;
  color: #fff;
}

/*------------------------*/
/* Estilos página Inicial */

/* Vagas em destaque */

section.destaque {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  /* min-width: 960px; */
}

section.destaque h2 {
  justify-content: flex-start;
  font-family: 'Caveat', cursive;
  margin: 10px;
  color: #1e5373;
}
section.destaque h1 {
  font-size: 48px;
  font-family: 'Caveat', cursive;
  margin-bottom: 20px;
  color: #1e5373;
}

article.vagas-destaque {
  display: flex;
  flex-direction: column;
  align-items: center;
}

article.vagas-destaque header {
  background: #d6b049;
  text-align: center;
}

.box-vagas {
  display: flex;
  justify-content: space-around;
  height: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
  flex-wrap: wrap;
}

.box-vagas article {
  display: flex;
  flex-direction: column;
  border: 1px solid #d66b49;
  margin: 0 10px 20px;
  min-width: 320px;
  width: calc(94% / 3);
  justify-content: space-between;
  border-radius: 20px;
}

.box-vagas header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  height: auto;
  font-size: 150%;
  background-color: #d6b049;
  border-radius: 20px;
}

.box-vagas p {
  text-align: center;
}

.box-vagas ul {
  margin-top: 30px;
  margin-left: 30px;
  list-style: square;
  list-style-position: inside;
  margin-bottom: 10px;
}
.btn {
  height: 60px;
  font-size: 18px;
  align-self: center;
  width: 60%;
  margin-bottom: 20px;
  border-radius: 30px;
  line-height: 60px;
}

.box-vagas .btn {
  background: #d6b049;
  text-decoration: none;
  color: white;
  text-align: center;
}

.box-vagas .btn:hover {
  background: #d66b49;
}

.textos-conteudo .btn {
  background: #7aa5bf;
  text-decoration: none;
  color: white;
  text-align: center;
}
.textos-conteudo .btn:hover {
  background: #1e5373;
}

/* Fim de vagas em destaque */

.frase-efeito {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 2px solid #1e5373;
  margin: 50px;
  font-size: 28px;
  color: #336988;
  box-shadow: 10px 5px #33698848;
}

.fonte-efeito {
  font-family: 'Caveat', cursive;
  font-size: 38px;
  font-weight: 600;
}

.frase-efeito p {
  padding: 15px;
  font-weight: 300;
  flex-wrap: wrap;
  text-align: center;
}
section.noticias {
  display: flex;
  background: #fff;
  justify-content: space-between;
  margin: 0;
}

section.noticias img {
  width: 100%;
}
main {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 300px;
}
main header {
  background: linear-gradient(to bottom, #336988, #ccc);
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  color: #1e5373;
}
main header h3 {
  margin: 0;
}
article {
  background: #fafafa;
}

article header {
  background: linear-gradient(to bottom, #336988, #ccc);
  color: #1e5373;
  margin: 0;
}
article header h4 {
  color: #1e5373;
  margin: 0;
}

article p {
  padding: 50px;
  padding-top: 20px;
  background-color: #fafafa;
  margin: 0;
}

/*----------------------------*/
/* Fim estilos página inicial */
/*----------------------------*/

a.curriculo-back,
a.cadastro {
  text-decoration: none;
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  background: #336988;
  color: #fff;
  width: 50%;
  min-width: 150px;
  border-radius: 30px;
}

a.curriculo-back:hover,
a.cadastro:hover {
  background: #1e5373;
  color: #b0cedf;
}

a.fale_conosco {
  text-decoration: none;
  text-align: center;
  align-self: center;
  margin-top: 25px;
  padding: 15px;
  background: #336988;
  color: #fff;
  width: 20%;
  min-width: 150px;
  border-radius: 30px;
}
a.fale_conosco:hover {
  background: #1e5373;
  color: #b0cedf;
}

button {
  padding: 15px;
  background-color: #336988;
  color: #fff;
  width: 30%;
  min-width: 150px;
  border-radius: 30px;
  align-self: center;
  margin-top: 100px;
}

section.conteudo {
  width: 100%;
  flex-direction: column;
  min-height: 600px;
  display: flex;
}

section.conteudo h2 {
  justify-content: flex-start;
  font-family: 'Caveat', cursive;
  margin: 10px;
  color: #1e5373;
}

section.conteudo h1,
h3 {
  font-size: 48px;
  font-family: 'Caveat', cursive;
  margin-bottom: 20px;
  color: #1e5373;
  align-self: center;
}

section.conteudo h4 {
  margin-left: 5px;
}

article.textos-conteudo {
  display: flex;
  flex-direction: column;
}

article.textos-conteudo h4 {
  color: #1e5373;
  font-size: 1.2em;
  margin-bottom: 15px;
}
article.textos-conteudo h5 {
  color: #1e5373;
  font-size: 0.8em;
  margin-left: 50px;
}

article.textos-conteudo ul {
  margin-top: 15px;
  margin-left: 50px;
  list-style: square;
  list-style-position: inside;
}

.underline {
  align-self: center;
  height: 5px;
  width: 75%;
  background: radial-gradient(#1e5373, #fff);
  margin-bottom: 15px;
}

span.flex-container-center {
  margin-bottom: 20px;
}

.textos-conteudo .sobre-img {
  float: right;
  width: 300px;
  height: 200px;
  margin: 10px 40px 10px 20px;
}

/*-------------------*/
/* Página de contato */
/*-------------------*/

.contato h3,
h1 {
  text-align: center;
}

.contato h4 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #336988;
}

.enderecos {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.endereco h5 {
  font-size: 1.1em;
  color: #336988;
  border-bottom: 2px solid #336988;
  text-align: center;
  margin-bottom: 5px;
}
.endereco p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.endereco a {
  text-decoration: none;
  color: #336988;
}

.email-title {
  min-height: 250px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.email-curriculo {
  min-height: 250px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.email {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.email span {
  text-transform: uppercase;
}

.email a {
  text-decoration: none;
  color: #336988;
  margin-left: 10px;
}

section.conteudo h3.flex-container-center {
  font-size: 40px;
}

.back-home {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1e5373;
  align-self: center;
  font-size: 15px;
}

.back-home i {
  text-align: center;
  align-self: center;
  font-size: 60px;
  color: #fff;
  background-color: #336988;
  border-radius: 50%;
  padding: 10px;
}

/* Cadastro ou envio */

div.select {
  display: flex;
  flex-direction: column;
}

div.select h1 {
  margin-bottom: 150px;
}
