.page {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  
  .header {
    display: flex;
    max-height: 800px;
    padding: 30px 100px 40px;
    position: relative;
    box-sizing: border-box;
  }
  
  .nav {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
  }
  
  .nav__logo {
    height: 80px;
    width: 80px;
  }
  
  .nav__links {
    margin: 8px 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    list-style-type: none;
    column-gap: 20px;
    padding-left: 0;
  }
  
  .nav__link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
  }
  
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .header__title {
    max-width: 635px;
    font-size: 130px;
    line-height: 112px;
    font-weight: 900;
    margin-top: 128px;
    margin-bottom: 0;
  }
  
  .header__description {
    max-width: 515px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 0;
  }
  
  .header__image {
    max-width: 500px;
  }
  
  /* Responsivo para 1400px ou menos */
  @media (max-width: 1400px) {

    .header {
      padding: 30px 60px;
    }
  
    .header__title {
      font-size: 64px;
      line-height: 72px;
    }
  
    .header__description {
      font-size: 18px;
      line-height: 28px;
    }
  
    .header__image {
      max-width: 600px;
    }
  }
  
  
  /* Responsivo para tablets (até 768px) */
  @media (max-width: 768px) {
    .header {
      padding: 20px 20px;
    }
  
    .header__content {
      flex-direction: column;
      text-align: center;
    }
  
    .header__title {
      font-size: 48px;
      line-height: 56px;
    }
  
    .header__description {
      font-size: 18px;
      line-height: 28px;
      margin-top: 16px;
    }
  
    .nav__logo {
      height: 60px;
      width: 60px;
    }
  }
  
  /* Responsivo até 544px */
  @media (max-width: 544px) {
    .header__title {
      font-size: 36px;
      line-height: 44px;
    }
  
    .header__description {
      font-size: 16px;
      line-height: 24px;
    }
  }
  
  /* Responsivo até 322px */
  @media (max-width: 322px) {
    .header,
    .staff,
    .events,
    .form,
    .membership {
      padding: 20px;
    }

    .header__content {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: unset;
        gap: 0px;
      }

    .header__title {
      font-size: 28px;
      line-height: 36px;
      margin: 0;
    }
  
    .header__description {
      font-size: 14px;
      line-height: 22px;
      margin: 0;
    }

    .nav__logo {
        height: 90px;
        width: 90px;
      }

      .header__image {
        max-width: 300px;
      }
  }
  
  .staff {
    background-image: url("../images/staff_picks_background.jpg");
    padding: 100px 100px 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  
  .staff__cards {
    display: flex;
    max-width: 760px;
    margin: 68px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
    padding: 0;
    list-style-type: none;
  }
  
  .staff__title {
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-weight: 400;
    margin: 0 0 24px;
    color: #ffffff;
  }
  
  .staff__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
  }
  
  .card {
    background-color: #fff;
    border-radius: 6px;
    padding: 32px 40px 20px 32px;
    box-sizing: border-box;
    display: inline-block;
    height: 420px;
    width: 360px;
  }
  
  .card__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .card__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
  }
  
  .card__text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  
  .card__footer {
    margin: auto 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
  }
  
  .card_capa {
    width: 100%;
    height: auto;
    max-width: 1100px;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .galeria-vertical {
    padding: 20px;
    box-sizing: border-box;
  }  
  
  .events {
    padding: 100px 0 120px 80px;
    display: flex;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    background-color: #EB601D;
  }
  
  .events__content {
    flex-basis: 580px;
  }
  
  .events__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
  }
  
  .events__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    margin: 32px 0 0;
  }
  
  .events__info-section {
    margin-top: 32px;
  }
  
  .event-info__item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-weight: 500;
    border-radius: 10px;
    background-color: wheat;
  }
  
  .event-info__icon {
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    width: 24px;
    height: 24px;
  }
  
  .event-info__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
  }
  
  .events__description {
    margin: 40px 0 60px;
  }
  
  .events__more {
    color: #2f80ed;
    text-decoration: none;
  }
  
  .events__cover {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 780px;
    max-width: 780px;
    position: relative;
  }
  
  .events__image {
    max-width: 100%;
  }
  
  .person {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  
  .person__image {
    max-width: 100%;
  }
  
  .person__image_size_l {
    width: 140px;
  }
  
  .person__image_size_m {
    width: 100px;
  }
  
  .person__image_size_s {
    width: 80px;
  }
  
  .person__caption {
    text-align: center;
    font-size: 14px;
    margin: 0;
  }
  
  .membership {
    padding: 100px 0 140px;
    background-color: #057bf2;
    color: #ffffff;
  }
  
  .membership__title {
    max-width: 574px;
    margin: 0 auto;
    text-align: center;
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
  }
  
  .membership__steps {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 100px 0 0;
    justify-content: center;
    gap: 40px;
  }
  
  .step {
    flex-basis: 220px;
  }
  
  .step__title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  
  .step__icon {
    margin-left: 20px;
  }
  
  .step__description {
    margin: 10px 0 0;
  }
  
  body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
  }
  
  .container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    width: 300px;
  }
  
  input, textarea {
    width: 94%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  button {
    background: #EA5F1C;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  
  button:hover {
    background: #db9b7b;
  }
  
  .footer {
    box-sizing: border-box;
    background-color: #1f1f1f ;
    color: #ffffff;
    padding: 60px 80px;
  }
  
  .footer__columns {
    display: flex;
    justify-content: space-between;
  }
  
  .footer__column {
    margin-right: auto;
  }
  
  .footer__column_content_hours {
    margin-right: 0;
    margin-left: auto;
  }
  
  .footer__column_content_social {
    margin-right: 0;
    margin-left: 80px;
  }
  
  .footer__logo {
    width: 80px;
    height: 80px;
  }
  
  .footer__column-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .footer__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .footer__list-item {
    margin-bottom: 16px;
  }
  
  .footer__column-link {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    gap: 10px;
  }
  
  .footer__social-icon {
    width: 16px;
    height: 16px;
  }
  
  .footer__copyright {
    margin-top: 100px;
  }
  
/* Responsivo até 1400px */
@media (max-width: 1400px) {
    .footer {
      padding: 40px 60px;
    }
  
    .footer__column_content_social {
      margin-left: 40px;
    }
  }
  
  /* Responsivo até 768px */
  @media (max-width: 768px) {
    .footer__columns {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer__column,
    .footer__column_content_hours,
    .footer__column_content_social {
      margin: 20px 0;
    }
  
    .footer__column_content_social {
      margin-left: 0;
    }
  
    .footer__logo {
      width: 70px;
      height: 70px;
    }
  
    .footer {
      padding: 40px 30px;
    }
  }
  
  /* Responsivo até 544px */
  @media (max-width: 544px) {
    .footer {
      padding: 30px 20px;
    }
  
    .footer__logo {
      width: 60px;
      height: 60px;
    }
  
    .footer__list-item {
      font-size: 0.95rem;
    }
  
    .footer__column-heading {
      font-size: 1.1rem;
    }
  }
  
  /* Responsivo até 322px */
  @media (max-width: 322px) {
    .footer {
      padding: 20px 15px;
    }
  
    .footer__logo {
      width: 50px;
      height: 50px;
    }
  
    .footer__list-item {
      font-size: 0.85rem;
    }
  
    .footer__column-heading {
      font-size: 1rem;
    }
  
    .footer__copyright {
      font-size: 0.75rem;
      margin-top: 50px;
    }
  }
  
.form {
    display: flex;
    justify-content: center;
    padding: 30px;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    width: 300px;
}

input, textarea {
    width: 94%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background: #EA5F1C;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

button:hover {
    background: #db9b7b;
}


.mensagem-sucesso {
  background-color: #ffece3;
  color: #EA5F1C;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mensagem-erro {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
