@import url(variables.css);

@media screen and (max-width: 1172px) {
  .metric-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    row-gap: 2rem;
  }
  .metric-container > #first-metric,
  #second-metric,
  #third-metric,
  #fourth-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .metric-container span {
    text-align: center;
  }
}

/*__________________________________________________*/

@media screen and (max-width: 990px) {
  .testimonials-container h1 {
    color: var(--titletext-color);
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0.5rem;
    font-style: medium;
    font-weight: 500;
    font-size: 1rem;
  }
  #menu {
    display: none;
  }
  /* menu mobile ativo*/
  #body.active {
    overflow-y: hidden;
  }
  #menu-mobile.active {
    position: absolute;
    top: 4.40572rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-bg);
  }
  .menu_home {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 2rem;
    gap: 0.9375rem;
    margin-left: 5.25rem;
  }
  #open-menu,
  #menu_logo {
    display: inline-block;
    cursor: pointer;
  }
  #open-menu {
    color: var(--primary-bg);
  }
  #logo_e_cardapio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 0.4rem;
  }

  footer #text {
    color: var(--text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  footer h1 {
    color: var(--titletext-color);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

/*__________________________________________________*/

@media screen and (max-width: 576px) {
  .header-container {
    padding: 6rem 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5vw;
    width: 100%;
  }
  .header-container h4 {
    font-style: medium;
    color: var(--main-button-color);
    font-weight: 600;
    font-size: 0.8rem;
  }
  .header-container h1 {
    font-style: medium;
    color: var(--titletext-color);
    font-weight: 600;
    font-size: 2.3rem;
    text-align: center;
    width: 100%;
  }
  #first_section_of_text {
    font-style: normal;
    color: var(--text-color);
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
  }
  .talent-section span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 4rem;
  }
  .segond-vacancy-container pre {
    font-size: 0.62rem;
  }
  .testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    background: rgba(196, 25, 25, 0.03);
    border-radius: 1rem;
    margin-top: 6rem;
    padding: 4rem 1rem;
  }

  .testimonials-container h4 {
    color: var(--main-button-color);
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .testimonials-container h1 {
    color: var(--titletext-color);
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  footer h1 {
    color: var(--titletext-color);
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.25rem;
  }
  footer #text {
    color: var(--text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer #email {
    background-color: var(--text-color);
    border: 0.0625rem solid #d0d5dd;
    margin-right: 1rem;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(16, 24, 40, 0.05);
    border-radius: 0.5rem;
    width: 130%;
    height: 3rem;
    margin-bottom: 0.5rem;
  }
}
a:hover {
  color: var(--secundary-bg);
}
a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 150%;
}
li {
  list-style: none;
}
