/* Breadcrumbs */
#breadcrumbs {
  padding: 50px 0;
  background-color: #eeedf9;
}
#breadcrumbs .page-title {
  color: #1B3A69;  
  font-family: var(--font-BaksoSapi);
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}




/* Conteudo */
#conteudo {
  padding: 0 0 50px 0;
  background-color: #eeedf9;
}
#conteudo .content h2 {
  font-family: var(--font-Museo);
  color: #1B3A69;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px 0;
}
#conteudo .content p {
  color: #1B3A69;
  font-size: 20px;
  font-weight: 200;
  text-align: justify;
  margin: 0;
}
#conteudo .image {
  width: 100%;
  aspect-ratio: 16/10;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 200px 32px 32px 32px;
}
#conteudo .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* Metodologia */
#metodologia {
  padding: 0 0 100px 0;
  background-color: #eeedf9;
}
#metodologia .con-metodologia {
  border-top: 2px solid #fff;
  padding-top: 100px;
}
#metodologia .content h2 {
  max-width: 600px;
  
  color: #1B3A69;
  font-family: var(--font-Museo);
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px auto;
}
#metodologia .content p {
  max-width: 600px;

  color: #1B3A69;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
#metodologia .content h3 {
  max-width: 600px;
  color: #1B3A69;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin: 80px auto 20px auto;
}
#metodologia .content h3 + p {
  text-align: left;
}

#metodologia .lista-momentos {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#metodologia .momento-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
#metodologia .momento-numero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;

  width: 100px;

  color: transparent;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 6px #fff;
  
  user-select: none;
  z-index: 0;
}
#metodologia .momento-icon {
  position: absolute;
  top: 50%;
  left: -40px;
  
  width: 80px;
  height: 80px;
  transform: translateY(-50%);

  pointer-events: none;
  z-index: 3;
}
#metodologia .momento-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#metodologia .momento-card {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 800px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 64px;
  box-shadow: 0 4px 20px rgba(27, 58, 105, 0.07);
}
#metodologia .momento-texto h4 {
  color: #1B3A69;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
#metodologia .momento-texto p {
  color: #1B3A69;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  text-align: justify;
}


/* Cards Metodologia (STEAM + BNCC) */
#metodologia .cards-metodologia {
  margin-top: 40px;
}
#metodologia .card-met { 
  height: 100%;
  overflow: hidden;
}
#metodologia .card-steam {
  position: relative;
  display: flex;
  flex-direction: column;
}
#metodologia .card-steam .card-met-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -100px;
  z-index: 1;
}
#metodologia .card-steam .card-met-image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
#metodologia .card-met-body {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(27, 58, 105, 0.07);
  padding: 32px;
  flex: 1;
}
#metodologia .card-steam .card-met-body {
  padding-top: 132px;
}
#metodologia .card-met-body h4 {
  color: #1B3A69;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 16px 0;
}
#metodologia .card-met-body p {
  color: #1B3A69;
  font-size: 20px;
  font-weight: 200;
  text-align: justify;
  margin: 0;
}
#metodologia .lista-bncc {
  list-style: none;
  padding-left: 0px;
  margin: 20px 0 0 0;
}
#metodologia .lista-bncc li {
  color: #1B3A69;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}




/* Botões */
#metodologia .action {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#metodologia .action .botao {
    display: block;
    width: fit-content;
    
    padding: 10px 50px;
    background-color: #E63331;
    border-radius: 50px;
    
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
    line-height: normal;
    text-align: center;
    margin: 0;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#metodologia .action .botao:hover {
    background-color: #E63331;
    text-shadow: none;
    transform: scale(1.05);
}

@media (max-width: 992px) {
  #breadcrumbs {
    padding: 50px 0 25px 0;
  }
  #breadcrumbs .page-title {
    font-size: 32px;
  }


  #conteudo .content p {
    font-size: 16px;
    text-align: justify;
  }
  #conteudo .content h2 {
    font-size: 32px;
  }
  #conteudo .image {
    margin-top: 25px;
  }

  #metodologia .action {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  #metodologia .action .botao {
    padding: 10px 30px;
    font-size: 18px;
  }

  #metodologia .con-metodologia {
    padding-top: 50px;
  }
  #metodologia .content h2 {
    font-size: 32px;
  }
  #metodologia .content p {
    font-size: 16px;
  }
  #metodologia .content h3 {
    margin: 50px 0 10px 0;
    text-align: center;
  }
  #metodologia .content h3 + p {
    text-align: center;
  }

  #metodologia .lista-momentos {
    margin: 80px 0 0 0;
    gap: 100px;
  }
  #metodologia .lista-momentos .momento-item .momento-numero {
    left: 20px;
    top: -70px;    
    z-index: 2;
    bottom: unset;
    font-size: 125px;
    width: fit-content;
  }
  #metodologia .lista-momentos .momento-item:nth-child(1) .momento-numero {
    -webkit-text-stroke: 6px #0082b0;
  }
  #metodologia .lista-momentos .momento-item:nth-child(2) .momento-numero {
    -webkit-text-stroke: 6px #FFE007;
  }
  #metodologia .lista-momentos .momento-item:nth-child(3) .momento-numero {
    -webkit-text-stroke: 6px #F0781C;
  }
  #metodologia .lista-momentos .momento-item:nth-child(4) .momento-numero {
    -webkit-text-stroke: 6px #A1C422;
  }
  #metodologia .lista-momentos .momento-item .momento-icon {
    top: 0;
    left: 55px;
  }
  #metodologia .lista-momentos .momento-item:nth-child(2) .momento-icon {
    left: 65px;
  }
  #metodologia .lista-momentos .momento-item:nth-child(3) .momento-icon {
    left: 75px;
  }
  #metodologia .lista-momentos .momento-item:nth-child(4) .momento-icon {
    left: 75px;
  }
  #metodologia .lista-momentos .momento-item .momento-card {
      padding: 60px 20px 20px 20px;
  }
  #metodologia .momento-texto p {
    font-size: 16px;
  }

}
