* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero{
    background-image: url("../assets/formanda_ead_bg.webp");
    height: 600px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;

  & h2{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-weight: 900;
    line-height: 150%; 
    letter-spacing: 2.8px;
    text-transform: uppercase;
    width: 500px;
    justify-content: center;
    margin: auto;
    margin-top: 330px;  
  }
}

.graduacao{
  background-image: url("../assets/bg-rasgado.webp");
  height: 300px;
  margin-top: -250px;
}

.ec-graduacao{
  background-color: #FBF8F6;
}

.maxContainer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 80px 0;

  & h1 {
    color: #003366;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }

  & h2 {
    color: #003366;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }
}

.data-wrapper{
  width: 100%;
  border-radius: 51px;
  border: 2px solid #003366;
  background: rgba(210, 165, 131, 0.00);
  display: flex;
  align-items: center; 
  max-height: 152px;
  height: 80px; 
  padding: 0 20px 0 0;

  & p{
    color: #003366;
    font-family: inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-left: 10px;
    max-width: 60%;
  }
}

.data{
  width: 360px;
  padding: 10px;
  border-radius: 51px;
  background: #003366;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: -5px;
  
  & p {
    color: #FFF;
    font-family: inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    text-transform: lowercase;
    text-align: center;
  }
}

.celebracao{
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & h2{
    color: #525252;
    text-align: center;
    font-family: inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%; 
  }
}

.cerimonia{
  margin-top: 80px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & h2{
    color: #525252;
    text-align: center;
    font-family: inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    text-transform: none;
  }
}

.claro{
  background: #003366;
  margin-left: -5px;
}

.btn-grad{
  border-radius: 8px;
    background: linear-gradient(90deg, #C4893F 0%, #DAA651 50%, #FCD28F 100%);
    color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px; 
  letter-spacing: 2.6px;
  padding: 20px 30px;
  border: none;
  text-decoration: none;
  width: fit-content;
}

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.btn-playlist {
  border-radius: 8px;
  background: linear-gradient(90deg, #C4893F 0%, #DAA651 50%, #FCD28F 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 20px 30px;
  border: none;
  text-decoration: none;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .hero {
    background-image: url("../assets/formanda_ead_bg.webp");
    height: 600px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;

    & h2 {
    font-size: 30px;
    width: 100%;
    margin-top: 330px;  
  }
}

.maxContainer {
  padding: 0 20px 80px 20px;

  & h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  & h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

  .data-wrapper {
  border-radius: 40px;
  flex-direction: column;
  max-height: fit-content;
  height: fit-content;
    padding: 0;
  
  & p {
    font-size: 16px;
    max-width: 70%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

  .data {
  width: 100%;
  margin-left: 0;
  margin-top: -20px;
  
  & p {
    font-size: 24px;
  }
}

  .celebracao {
  gap: 40px;

    & h2 {
    font-size: 20px;
  }
}

  .cerimonia {
  gap: 40px;

    & h2 {
    font-size: 24px;
  }
}

  .claro {
  margin-left: 0;
}

  .btn-container {
    flex-direction: column;
    gap: 15px;
}
}