@charset "UTF-8";
@import url("semantic/semantic.min.b861871f3943.css");

:root {
  --main-dark-color: #007194;
  --main-light-color: #008db9;

  --dark-text-color: #1d1d1d;
  --dark-text-color-2: #414141;
  --light-text-color: #ffffff;
  --light-text-color-2: #e0e1e2;

  --small-text-size: 12px;
  --medium-text-size: 16px;
  --large-text-size: 20px;

  --horizontal-padding: 10px;
  --vertical-padding: 10px;
}

.page__header {
  /* TODO: Ajustar esse margin-top*/
  margin-top: 50px;
  background: var(--main-light-color);
  color: var(--light-text-color);
  padding: 1.5em var(--horizontal-padding);
}

.page__title {
  font-size: var(--large-text-size);
  padding: 6px 14px;
  border-left: 4px solid var(--main-dark-color);
}

main {
  background: #ffffff;
  /* Mantem o rodapé sempre no final da página
  a ideia é colocar o corpo da pagina com 100% 
  do espaço(100vh) menos o tamanho do rodapé(138px) */
  min-height: calc(100vh - 138px) !important;
}

main > .content {
  padding: var(--vertical-padding) var(--horizontal-padding) calc(var(--vertical-padding) * 2);

  /* TODO: Quando upar o processo seletivo, ajustar .content */
  display: flex;
  flex-direction: column;
  gap: 1.5em; 
}

.text__medium {
  font-size: var(--medium-text-size);
  color: var(--dark-text-color-2);
}

.text__large {
  font-size: var(--large-text-size);
  color: var(--dark-text-color);
}

.text__justify {
  text-align: justify;
}

.content {
  /* */
}

.main__section .header {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark-text-color);
}

.section .header {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-text-color);
}

.content .list > li {
  /* margin-bottom: 0.5em; */
}

/* Tablet */
@media (min-width: 768px) {

}

/* Desktop */
@media (min-width: 1024px) {
  :root {
    --horizontal-padding: 20vw;
    --vertical-padding: 40px;
  }
}

/* Desktop grande */
@media (min-width: 1440px) {
}

/* ^^ NOVO CSS ^^ */

/* Mobile */
@media only screen and (max-width: 767px) {
  [class*='mobile hidden'],
  [class*='or lower hidden'] {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  #hero_section {
    min-height: 550px;
    padding: 0em 0em 0em 0em;
    margin-top: 0em;
    background: url("../images/equipe.d0d07c749c49.jpg");
    -webkit-background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  #hero_section {
    min-height: 450px;
    padding: 0em 0em 0em 0em;
    margin-top: 0em;
    background: url("../images/equipe.d0d07c749c49.jpg");
    -webkit-background-size: auto;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

#principal_home {
  background: rgba(0, 0, 0, 0.75);
  padding: 0em;
  border-radius: 0px; /* verificar o porque isso não é padrão */
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin-right: 0px;
  margin-left: 0px;
}

#fundo_azul_titulo {
  background: var(--main-light-color);
  padding-top: 5.5em;
  margin-bottom: 0em;
  margin-top: 0em;
  border-radius: 0px; /* verificar o porque isso não é padrão */
  overflow-x: hidden;
}

.fundo_cinza {
  background: #fafafa !important;
}

#foto_membro_equipe {
  margin-bottom: 20px;
}

body {
  background: var(--main-dark-color);
  position: relative;
  min-height: 100vh;
}

.justificado {
  text-align: justify;
}

#titulo_home {
  padding-top: 0.3em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

#subtitulo_home {
  padding-top: 0em;
  margin-top: 0em;
  padding-bottom: 0.3em;
}

p {
  font-size: 1.1rem;
}

#titulo_pagina {
  font-weight: 900;
  text-transform: uppercase;
  padding: 0em;
}

#titulo_secao {
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0.5em;
}

.processo_seletivo > h3 > a {
  color: #e0e1e2;
  font-weight: 900;
}

.go-top {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 7px;
}

.go-top:hover {
  background: #000000;
  color: #ffffff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

footer {
  margin-top: 10px;
  bottom: 0;
}

footer .ui.icon.button,
.ui.icon.buttons .button {
  margin-bottom: 0.5em;
  padding: 0.35em;
}

footer .ui.mini.button,
.ui.mini.buttons .button,
.ui.mini.buttons .or {
  font-size: 1.15rem;
}

footer #paragrafo_rodape {
  margin-left: 0.5rem;
}

footer #paragrafo_rodape {
  font-size: 1rem;
}

footer #paragrafo_rodape > b {
  font-weight: 900;
}

#rodape {
  background: var(--main-dark-color);
}

.ui.vertical.stripe.segment.processo_seletivo {
  background: var(--main-light-color);
}

.ui.container.processo_seletivo > h3 {
  padding-top: 0em;
  margin-top: 0em;
  padding-bottom: 0.2em;
}

.ui.container.processo_seletivo > h1 {
  padding-top: 0.2em;
  padding-bottom: 0em;
  margin-bottom: 0.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.ui.fixed.menu {
  z-index: 1001;
}