body {
  background-color: white;
  margin: 0;
  width: fit-content;
  padding: 0;
  font-family: 'Oxygen', sans-serif;
  overflow-x: hidden;
}

sup {
  top: -0.9em;
  font-size: 50%;
}

.btn {
  cursor: pointer;
}

.team-text {
  max-width: 60%;
  padding-bottom: 32px;
}

.trust-img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

menu {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #eabd1a;
  text-decoration: none;
}

header {
  padding-bottom: 20px;
}

.center-header {
  padding-top: 46px;
  text-align: center;
}

.no-padding {
  padding-bottom: 0 !important;
}

.nav-pages {
  background-color: #5b5b5d;
}

h2 {
  font-weight: bold;
}

th,
td {
  padding: 1%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

main {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url('../img/itajuba_building.jpg') no-repeat center center fixed;
  background-size: cover;
}

main section {
  text-align: center;
  color: white;
  padding: 10%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(10% + 80px);
}
.word-itajuba {
  background: url('../img/gold.png') no-repeat center 80px fixed;
  background-size: cover;
}
.word-itajuba-centered {
  background-color: #5b5b5d !important;
  color: white;
  background: url('../img/gold.png') no-repeat center 80px fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  filter: grayscale(50%);
}
.word-itajuba-centered article {
  padding: 2% 0;
  width: 60%;
}
main section article {
  max-width: 680px;
}

nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 3% 8%;
  color: white;
  z-index: 999;
  transition: background-color 200ms linear;
  height: 100px;
}

#navbar {
  position: fixed;
}

menu {
  max-width: 80%;
  padding-right: 6%;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.call-timeline {
  width: 82%;
}

#menu-icon {
  display: none;
  width: 40px;
  height: 40px;
}

.icon-menu {
  width: 100%;
  text-align: end;
}

menu h6 {
  padding: 20px;
  font-size: 18px;
}

.logo-img {
  width: 200px;
}

#quemsomos,
.word-itajuba {
  display: grid;
  grid-template-columns: 0.2fr 1.5fr 0.5fr 0.2fr;
  grid-template-rows: auto;
  grid-template-areas: '. call img img';
  background-color: #5b5b5d;
  color: white;
}

.section-call2 {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr 2fr 0.2fr;
  grid-template-rows: max-content;
  grid-template-areas: '. call . .';
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url('../img/saopaulo.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
}
.word-itajuba .call,
#quemsomos .call {
  padding: 8% 4%;
}
.img-call {
  grid-area: img;
}

.section-color {
  background-color: #58585d;
  width: 100%;
}

.img-call img {
  width: 100%;
  height: fit-content;
  max-height: 255px;
  object-fit: cover;
}

.call {
  text-align: center;
  max-width: 100%;
  padding: 40px;
  grid-area: call;
  align-self: center;
}
.call-centered {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center !important;
}
.call-centered h4 {
  width: 60%;
}
.call h4 {
  width: 60%;
}
.dash {
  display: flex;
  width: 50px;
  border-bottom: 3px solid #eabd1a;
  flex: 1 0 auto;
  justify-content: space-between;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 4% auto;
}

.cards > div {
  width: 160px;
  height: 250px;
}

.team_info {
  color: white;
  text-align: end;
  width: 160px;
  height: 250px;
  padding: 1%;
  opacity: 0;
  position: absolute;
  background-color: rgba(91, 91, 93, 0.8);
  display: flex;
  flex-direction: column;
  align-content: space-around;
}

.team_info:hover {
  opacity: 1;
  z-index: 99;
}

.team_info > a > div {
  padding: 100px 10px 0px 0px;
}

.cards > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gestor-cards {
  display: flex;
  margin: 4% auto;
}
.gestor-call {
  padding: 2% 8%;
}
.gestor-table {
  padding: 2% 10%;
  min-width: 300px;
}
.txt-team {
  background-color: #e0e0e0;
  width: 200px;
  height: 130px;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.center-div {
  width: 100vw;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-article {
  color: white;
}

.process-header {
  color: white;
}

/* New Footer */

footer {
  width: 100vw;
  padding: 35px;
  background-color: #5b5b5d;
  color: white;
  line-height: 1.5;
}

footer p {
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: white;
  font-family: 'Oxygen', sans-serif;
}

footer a {
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Oxygen', sans-serif;
}

footer a:hover {
  text-decoration: none;
  color: #eabd1a;
}

.footer-main {
  padding: 35px;
}

.footer-address {
  text-align: center;
}

.footer-logos {
  display: flex;
  flex-direction: column;
}

.footer-logos-wrap .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 12.5px;
  justify-content: space-around;
  align-items: flex-end;
}

@media (max-width: 1160px) {
  .footer-logos-wrap {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: baseline;
  }
}

.footer-logos p {
  margin: 0;
}

.footer-logos img {
  width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.logo-footer {
  display: flex;
}

.footer-logos .logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}

.footer-logos .logo-1 {
  max-width: 430px;
  margin: 50px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-1 img {
  max-height: 100px;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-2 {
  width: 430px;
  margin: 50px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-2 img {
  max-height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-3 {
  width: 430px;
  margin: 50px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-3 img {
  max-height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-4 {
  width: 430px;
  margin: 50px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-4 img {
  max-height: 100px;
  object-fit: contain;
  width: 235px;
}

.footer-logos .logo-5 {
  width: 430px;
  margin: 45px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-5 img {
  max-height: 85px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-6 {
  width: 430px;
  margin: 80px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-6 img {
  max-height: 100px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-7 {
  width: 430px;
  margin: 50px 15px 90px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-7 img {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos .logo-8 {
  width: 430px;
  margin: 50px 15px 90px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.footer-logos .logo-8 img {
  max-height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-information {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

@media (max-width: 1068px) {
  .footer-logos .logo-1,
  .footer-logos .logo-2,
  .footer-logos .logo-3,
  .footer-logos .logo-4,
  .footer-logos .logo-5,
  .footer-logos .logo-6,
  .footer-logos .logo-7,
  .footer-logos .logo-8 {
    max-width: 430px;
  }
}

@media (max-width: 680px) {
  .gestor-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .gestor-table {
    min-width: 200px;
  }
  .footer-main {
    margin: auto;
  }
  .footer-information {
    margin: auto;
    margin-top: 25px;
  }
  .footer-logos .logo-1,
  .footer-logos .logo-2,
  .footer-logos .logo-3,
  .footer-logos .logo-4,
  .footer-logos .logo-5,
  .footer-logos .logo-6,
  .footer-logos .logo-7,
  .footer-logos .logo-8 {
    margin: 25px;
    max-width: 250px;
  }
}

.footer-information-wrap .footer-information-2 {
  max-width: 660px;
  margin-right: 25px;
}

.footer-information-wrap .footer-information-3 {
  max-width: 595px;
  margin-right: 25px;
}

@media (max-width: 1375px) {
  .footer-information-wrap .footer-information-2 {
    max-width: 100%;
    margin-right: 0;
  }
  .footer-information-wrap .footer-information-3 {
    max-width: 100%;
    margin-right: 0;
  }
}

.footer-information-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 480px) {
  .footer-main {
    padding: 15px;
  }
}

@media (max-width: 410px) {
  .footer-main {
    padding: 0;
  }

  .footer-logos {
    max-width: 285px;
  }

  .footer-logos .logo-1 img {
    margin-bottom: 10px;
    max-width: 200px;
    height: auto;
  }

  .footer-logos .logo-2 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-3 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-4 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-5 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-6 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-7 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }

  .footer-logos .logo-8 img {
    margin-bottom: 10px;
    max-width: 220px;
    height: auto;
  }
}

@media (max-width: 350px) {
  .footer-logos-wrap {
    width: auto;
    margin: 0;
  }
  .footer-logos .logo {
    justify-content: space-between;
  }
  .footer-logos .logo-1,
  .footer-logos .logo-2,
  .footer-logos .logo-3,
  .footer-logos .logo-4,
  .footer-logos .logo-5,
  .footer-logos .logo-6,
  .footer-logos .logo-7,
  .footer-logos .logo-8 {
    margin: 20px 0;
    width: auto;
  }
  .footer-logos .logo-1 img {
    margin-bottom: 25px;
    max-width: 150px;
    height: auto;
  }
  .footer-logos .logo-2 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }
  .footer-logos .logo-3 img {
    margin-bottom: 10px;
    max-width: 125px;
    height: auto;
  }
  .footer-logos .logo-4 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }
  .footer-logos .logo-5 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }

  .footer-logos .logo-6 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }

  .footer-logos .logo-7 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }

  .footer-logos .logo-8 img {
    margin-bottom: 10px;
    max-width: 150px;
    height: auto;
  }
}

/*End new Footer*/

/*Pages Layout */

.pages > section {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pages > section > header,
.pages > section > article {
  max-width: 60%;
  text-align: inherit;
}
/*
.pages>section:nth-child(odd){
    background-color: #58585D;
} */

.pages > section > .logos-container {
  max-width: 900px;
}

.smaller-container {
  max-width: 700px !important;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 32px 40px;
  margin: 30px auto;
}

.logos-container > :nth-child(n) {
  width: 25%;
  margin: 15px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-container img {
  background-color: white;
  width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

.logos-container a {
  filter: grayscale(100%);
}

.logos-container a:hover {
  filter: none;
}

@media (max-width: 800px) {
  .logos-container > :nth-child(n) {
    width: 60%;
    height: auto;
  }
}

.brasil-capital {
  width: 80% !important;
}

.root-capital {
  width: 90% !important;
}

.jumpstart::before {
  content: '';
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

.timeline {
  max-width: 100%;
  justify-content: center;
  display: flex;
  padding: 56px;
  padding-left: 96px;
}

blockquote {
  font-size: 1.6rem;
  font-weight: bolder;
}

.timeline-card {
  position: relative;
  padding: 8px;
  padding-top: 16px;
  padding-bottom: 0;
  width: 196px;
  font-size: 12px;
  border-left-style: solid;
  border-bottom-style: solid;
}

.timeline-icon {
  width: 56px;
  position: absolute;
  top: -52px;
  left: -28px;
}

.timeline-year {
  position: absolute;
  bottom: -40px;
  left: -24px;
}

.line-extensor {
  position: absolute;
  left: -40px;
  bottom: -3px;
  width: 40px;
  border-bottom-style: solid;
}

.equipe-list {
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10vh;
}

@media (max-width: 1024px) {
  .timeline {
    align-items: center;
    padding: 40px;
    padding-left: 40px;
    flex-direction: column;
  }
  .timeline-card {
    font-size: 14px;
    width: 50%;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: none;
  }
  .timeline-icon {
    top: -40px;
    left: 98%;
  }
  .timeline-year {
    top: -16px;
    left: -56px;
  }
  .line-extensor {
    height: 32px;
    top: -32px;
    left: -3px;
    border-bottom-style: none;
    border-left-style: solid;
  }
}

@media (max-width: 925px) {
  menu {
    width: 100%;
    padding-right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  #menu-icon {
    display: inline-block;
  }
  nav {
    max-height: 12vh;
    padding: 4% 8%;
    height: 100px;
  }
  nav menu,
  nav:active menu {
    display: none;
    position: absolute;
    padding: 1px;
    background: #fff;
    border: 2px solid #444;
    right: 30px;
    top: 60px;
    width: 40%;
    border-radius: 4px 0 4px 4px;
  }
  menu a {
    color: #444;
    width: 100%;
    padding: 0px 0;
    margin: 0;
  }
  menu h6 {
    padding: 8px;
  }
  .icon-menu {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav:hover menu {
    display: block;
  }
  .logo {
    width: 80%;
    text-align: initial;
  }
  .logo-img {
    width: 150px;
  }
}

@media (max-width: 800px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: 4% auto;
  }
  .cards > div {
    width: 150px;
    height: 200px;
  }
  .txt-team {
    width: 150px;
    height: 200px;
  }
  .team_info {
    width: 150px;
    height: 200px;
  }
  .team_info > a > div {
    padding: 70px 20px 0px 10px;
  }
}

@media (max-width: 600px) {
  .timeline {
    padding: 56px;
  }
  .timeline-card {
    width: 100%;
  }
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 450px;
    margin: 4% auto;
  }
  .cards > div {
    width: 150px;
    height: 200px;
  }
  .txt-team {
    width: 150px;
    height: 200px;
    flex-grow: inherit;
  }
  .team_info {
    width: 150px;
    height: 200px;
  }
  main {
    height: auto;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.9)
      ),
      url('../img/HL_faria_lima.jpg') no-repeat center center fixed;
    background-size: cover;
  }
  main section {
    padding: 26% 5% 5% 5%;
  }
  h4 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .call {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .call h4 {
    width: 85%;
  }
  .call-centered h4 {
    width: 90%;
    padding: 5% 0%;
  }
  nav {
    max-height: 12vh;
    padding: 4% 8%;
    height: 80px;
  }
  .team_info > a > div {
    padding: 70px 20px 0px 10px;
  }
  .logo {
    width: 80%;
    text-align: initial;
  }
  .logo-img {
    width: 150px;
  }
  #quemsomos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'img' 'call';
    background-color: #5b5b5d;
    color: white;
  }
  .call-timeline {
    width: 100%;
  }
  .img-call {
    height: 250px;
  }
  .section-call2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.9)
      ),
      url('../img/saopaulo.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
  }
  /*Pages Layout */
  .pages > section > header,
  .pages > section > article {
    max-width: 100%;
    text-align: inherit;
  }
  .pages > section {
    padding: 20px;
  }
  .equipe-itajuba {
    padding: 0 !important;
  }
  .gestor > :nth-child(n) {
    width: 40%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
  }
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  max-width: 600px;
  position: relative;
  margin: 5% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.nav-colored {
  background-color: #5b5b5d;
}

.nav-transparent {
  background-color: transparent;
}

.team_info h5 {
  font-size: 1.1rem;
}

.team_info h6 {
  font-size: 0.9rem;
}
