* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .hero{
      background-image: url("../../assets/bg-crono-grad-sp.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: #ae5032;
      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;
    }
  }
  
  .data-wrapper{
    width: 100%;
    border-radius: 51px;
    border: 2px solid #B0905D;
    background: rgba(210, 165, 131, 0.00);
    display: flex;
    align-items: center; 
    max-height: 152px;
    height: 80px; 
    padding: 0 20px 0 0;
  
    & p{
      color: #B0905D;
      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: #AE5032;
    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%; 
    }
  }
  
  .claro{
    background: #D2A583;
    margin-left: -5px;
  }
  
  .btn-grad{
    border-radius: 8px;
    background: linear-gradient(90deg, #FFEFB8 0%, #FF9E00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px; 
    letter-spacing: 2.6px;
    padding: 20px 30px 20px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    margin-top: 60px;
    text-decoration: none;
    width: fit-content;
  }
  
  @media only screen and (max-width: 768px){
  .hero{
      background-image: url("../../assets/bg-crono-sp-mobile.webp");
      height: 600px;
      background-size: cover;
      background-position: center center;
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 20px 0 20px;
  
    & h2{
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 30px;
      font-weight: 900;
      line-height: 150%; 
      letter-spacing: 2.8px;
      text-transform: uppercase;
      width: 100%;
      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 20px 80px 20px;
  
    & h1 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 30px;
      font-weight: 900;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 40px;
    }
  }
  
  .data-wrapper{
    width: 100%;
    border-radius: 40px;
    border: 2px solid #B0905D;
    background: rgba(210, 165, 131, 0.00);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: fit-content;
    height: fit-content;
    padding: 0 0 0 0;
    
    & p {
      color: #B0905D;
      font-family: inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      padding-left: 10px;
      max-width: 70%;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  
  .data{
    width: 100%;
    padding: 10px;
    border-radius: 51px;
    background: #AE5032;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 0;
    margin-top: -20px;
    
    & p {
      color: #FFF;
      font-family: inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 140%;
      text-transform: lowercase;
      text-align: center;
    }
  }
  
  .celebracao{
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    & h2{
      color: #525252;
      text-align: center;
      font-family: inter;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%; 
    }
  }
  
  .cerimonia{
    margin-top: 80px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    & h2{
      color: #525252;
      text-align: center;
      font-family: inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 140%; 
    }
  }
  
  .claro{
    background: #D2A583;
    margin-left: 0;
  }
  
  .btn-grad{
    border-radius: 8px;
    background: linear-gradient(90deg, #FFEFB8 0%, #FF9E00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px; 
    letter-spacing: 2.6px;
    padding: 20px 30px 20px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    margin-top: 60px;
    text-decoration: none;
    width: fit-content;
  }
  }