@charset "UTF-8";
/* General Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  margin: 0; }

/* Font Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.5em;
  color: #B382BA; }
  @media (max-width: 768px) {
    h1 {
      font-size: 42px; } }

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #2F373E;
  text-transform: uppercase;
  margin: 20px 0 10px 0; }

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #7E459B; }
  @media (max-width: 768px) {
    h3 {
      font-size: 24px; } }

p, a {
  font-family: 'Lato', sans-serif;
  color: #2F373E;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none; }

.all-caps {
  text-transform: uppercase; }

.lead {
  font-size: 24px; }
  @media (max-width: 768px) {
    .lead {
      font-size: 20px; } }

.legend {
  text-align: center; }

.feat {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 42px; }
  @media (max-width: 768px) {
    .feat {
      font-size: 36px; } }

.quote {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 8%;
  margin-left: 8%; }
  @media (max-width: 768px) {
    .quote {
      padding-left: 4%;
      margin-left: 4%; } }

/* Font Colors
–––––––––––––––––– */
.wt {
  color: rgba(255, 255, 255, 0.8); }

.pr {
  color: #7E459B; }

.pl {
  color: #B282B9; }

/* Common Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(47, 55, 62, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99; }
  .navbar img {
    width: 200px;
    margin: 20px 0 15px 0; }
    @media (max-width: 768px) {
      .navbar img {
        width: 150px; } }
  .navbar ul {
    display: flex;
    align-items: center;
    list-style-type: none; }
    .navbar ul li {
      padding: 10px 20px;
      text-transform: uppercase; }
      .navbar ul li a {
        color: #FFFFFF;
        display: flex;
        align-items: center;
        text-decoration: none;
        height: 100%; }
      .navbar ul li .join-btn {
        list-style-type: none;
        text-transform: uppercase;
        background-color: #5BE7A1;
        border-radius: 4px;
        padding: 10px 15px; }
        @media (max-width: 768px) {
          .navbar ul li .join-btn {
            display: none; } }
    .navbar ul .li-btn {
      margin-left: 20px;
      padding: 0; }
      @media (max-width: 768px) {
        .navbar ul .li-btn {
          display: none; } }
  .navbar .navbar-button:hover, .navbar .navbar-button:active {
    background-color: rgba(0, 0, 0, 0.25); }
    .navbar .navbar-button:hover .dropdown-content, .navbar .navbar-button:active .dropdown-content {
      display: block;
      margin-left: -80px; }
  .navbar .dropdown-content {
    display: none;
    position: absolute;
    padding-left: 0;
    list-style: none;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .navbar .dropdown-content li:hover, .navbar .dropdown-content li:active {
      background-color: #B282B9; }
    .navbar .dropdown-content a {
      color: #2F373E;
      padding: 0 40px; }
  .navbar .navbar-dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
    margin-left: 7px; }

.container {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 1000px) {
    .container {
      width: 700px;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      width: 100%;
      padding: 0 15px; } }

.container-general {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 20px; }
  @media (max-width: 1000px) {
    .container-general {
      width: 700px;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .container-general {
      flex-direction: column;
      width: 100%;
      padding: 0 15px; } }

.foto-turma-01 {
  background: linear-gradient(rgba(212, 0, 255, 0.2), rgba(212, 0, 255, 0.2)), url(./assets/img/turma01.jpg);
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6% 0; }

.foto-turma-02 {
  background: linear-gradient(rgba(212, 0, 255, 0.2), rgba(212, 0, 255, 0.2)), url(./assets/img/turma01.jpg);
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6% 0; }

.foto-turma-03 {
  background: linear-gradient(rgba(212, 0, 255, 0.2), rgba(212, 0, 255, 0.2)), url(./assets/img/turma01.jpg);
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6% 0; }

.foto-turma-04 {
  background: linear-gradient(rgba(212, 0, 255, 0.2), rgba(212, 0, 255, 0.2)), url(./assets/img/turma01.jpg);
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6% 0; }

.foto-turma-05 {
  background: linear-gradient(rgba(212, 0, 255, 0.2), rgba(212, 0, 255, 0.2)), url(./assets/img/turma01.jpg);
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6% 0; }

/* General Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  background-color: #2F373E;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px; }

.intro {
  width: 50%; }
  @media (max-width: 768px) {
    .intro {
      flex-direction: column;
      width: 100%;
      padding: 0 10px; } }

.destaque {
  width: 40%; }
  @media (max-width: 768px) {
    .destaque {
      width: 50%;
      margin-top: 20px; } }

.first-stats {
  width: 42%;
  display: flex;
  justify-content: space-between;
  margin-left: 35px; }
  @media (max-width: 768px) {
    .first-stats {
      width: 100%;
      padding: 0 10px;
      margin-left: 0; } }
  .first-stats img {
    margin-bottom: 5px; }

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

.column-maps {
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 300px;
  position: relative; }
  @media (max-width: 768px) {
    .column-maps {
      width: 80%;
      padding: 0 10px; } }
  .column-maps img {
    position: absolute;
    width: 100%;
    transition: opacity 0.2s ease-in-out; }
  .column-maps img.top:hover {
    opacity: 0; }

.column-demografia {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .column-demografia {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 40px 10px; } }

.chart-big {
  width: 240px; }

.chart-small {
  width: 125px; }

/* Turma Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section {
  background-color: #F8F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    section {
      justify-content: center;
      width: 100%; } }
  section .basics-05 {
    width: 40%; }
    @media (max-width: 768px) {
      section .basics-05 {
        width: 100%;
        padding: 0 10px; } }
    section .basics-05 .bar-chart {
      width: 100%; }
      @media (max-width: 768px) {
        section .basics-05 .bar-chart {
          width: 300px;
          padding: 0 10px; } }
    section .basics-05 img {
      margin: 20px 0; }
    section .basics-05 .info-class {
      padding: 20px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      margin-bottom: 30px;
      width: 100%; }
      @media (max-width: 768px) {
        section .basics-05 .info-class {
          width: 100%;
          justify-content: center; } }
  section .stats-05 {
    display: flex;
    justify-content: space-between;
    width: 52%; }
    @media (max-width: 768px) {
      section .stats-05 {
        width: 100%;
        padding: 0 10px;
        justify-content: center;
        flex-wrap: wrap; } }
  section .prev-areas {
    padding: 0 10px; }
    section .prev-areas .tag {
      display: inline-block;
      background: rgba(204, 204, 204, 0.5);
      border: 1px solid #FFFFFF;
      border-radius: 4px;
      color: #7E459B;
      text-align: center;
      padding: 10px;
      margin: 3px 1px; }

/* Manas Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.manas {
  background-color: #DDDDDD;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .manas .row {
    width: 100%;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .manas .row {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .manas .row .card {
      background: #FFFFFF;
      border: 1px solid #CCCCCC;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
      border-radius: 4px;
      padding: 15px;
      margin: 5px;
      width: 23%; }
      @media (max-width: 768px) {
        .manas .row .card {
          width: 44%; } }
      @media (max-width: 480px) {
        .manas .row .card {
          width: 80%; } }
      .manas .row .card .c-header {
        text-transform: uppercase;
        font-size: 11px; }
      .manas .row .card .card-header {
        display: flex;
        justify-content: flex-start; }
        .manas .row .card .card-header p {
          margin: 0 10px; }
        .manas .row .card .card-header img {
          width: 50px;
          height: 50px; }
      .manas .row .card .card-body {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin: 10px 0; }
      .manas .row .card .card-badge {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .manas .row .card .card-badge img {
          margin-right: 10px; }
      .manas .row .card .social-media {
        display: inline-block;
        border: 1px solid #5BE7A1;
        border-radius: 4px;
        color: #5BE7A1;
        background-color: rgba(91, 231, 161, 0.2);
        text-align: center;
        padding: 3px 5px;
        margin: 3px 1px; }
      .manas .row .card .social-media:hover {
        color: #FFFFFF;
        background-color: rgba(91, 231, 161, 0.9); }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  text-align: center;
  background-color: #1C2227;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px; }
  footer p {
    font-size: 10px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=main.css.map */
