@charset "utf-8";
/* Chrome do site Engenharia de Aplicação — só header/rodapé, sem vazar estilos para a app APS */

.site-chrome.bgorange {
  background-color: #FF5A17;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.site-chrome .container-central-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 12px;
  box-sizing: border-box;
}

.site-chrome .title {
  display: flex;
  flex-direction: column;
  line-height: 10px;
  min-height: 50px;
  min-width: 150px;
  color: #000000;
}

.site-chrome .title h1 {
  margin: 0;
  font-weight: 200;
  font-family: poppinsmedium, sans-serif;
  font-size: 30px;
  line-height: 1.05;
  color: #000000;
}

.site-chrome ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-self: center;
  height: auto;
}

.site-chrome li {
  display: inline-block;
  margin: 0;
  font-family: poppinsregular, sans-serif;
  color: #ffffff;
  line-height: 1.2;
}

.site-chrome a {
  color: #ffffff;
  text-decoration: none;
}

.site-chrome a:hover {
  color: rgb(132, 14, 201);
  transition: 0.3s;
}

.site-chrome #inscreva-se-btn {
  padding: 8px 16px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: auto;
  line-height: 1.2;
  box-sizing: border-box;
}

.site-chrome #inscreva-se-btn:hover {
  background-color: #ab2378;
  color: white;
  border-width: 2px;
  border-color: #AB2378;
}

.site-chrome .container-central.foot {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
}

.site-chrome .foot h4 {
  margin: 0 0 4px;
  font-family: poppinsregular, sans-serif;
  color: #ffffff;
  font-weight: 600;
}

.site-chrome .foot p {
  margin: 0;
  line-height: 20px;
  font-family: poppinsregular, sans-serif;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width: 450px) {
  .site-chrome .title {
    width: 120px;
    min-width: 0;
  }

  .site-chrome .title h1 {
    font-size: 16px;
  }

  .site-chrome .container-central-header {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .site-chrome li {
    margin: 0;
  }
}

@media print {
  .site-chrome {
    display: none !important;
  }
}
