@import url("https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

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

html,
body {
  font-size: 62.5%;
}

h1,
h2 {
  font-family: "League Gothic", serif;
  font-size: 8rem;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10rem;
  padding-top: 5rem;
  text-transform: uppercase;
}

h3 {
  font-size: 3rem;
  font-family: "League Gothic", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

a {
  text-decoration: none;
  color: black;
}

.header__wrapper {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.wrapper__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background-color: white;
}

.wrapper__menu img {
  width: 10rem;
  margin-left: 10rem;
}

nav {
  display: inline-block;
  margin-right: 10rem;
}

nav ul {
  display: flex;
  gap: 1.3rem;
  margin-left: 0;
  padding-left: 0;
}

nav li {
  font-size: 1.8rem;
  list-style-type: none;
}

nav li a {
  text-decoration: none;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  transition: all 0.8s ease;
  padding: 2px 5px;
}

.btnagendar {
  background-color: black;
  color: white;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  padding: 1rem;
  margin-left: 50px;
}

.banner__topo__hero {
  width: 100%;
  height: 80rem;
  opacity: 0.8;
  background-image: url(Imagens/horizontais\(2\).jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  z-index: 0;
}

.texto__hero {
  width: 80%;
  margin: auto;
  height: 80rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner__text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 40%;
  height: 50rem;
  padding: 3rem;
  gap: 7rem;
  background-image: linear-gradient(to right, transparent, white);
}

.banner__text__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* camada semi-transparente preta */
  z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
}

.banner__text__quemsomos {
  height: auto;
}

.banner__h2 {
  font-size: 8rem;
  color: black;
  font-family: "League Gothic", serif;
  text-transform: uppercase;
}

.banner__p {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.banner__btn {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

.btnagendar2 {
  background-color: black;
  color: white;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  padding: 2rem;
}

.btn__navigation2 {
  background-color: black;
  color: white;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  padding: 2rem;
  border: none;
  cursor: pointer;
}

.banner__embed__vid {
  width: 60%;
}

.banner__youtube {
  width: 100%;
  height: 50rem;
}

i[class="bx-fw bx bxl-youtube"] {
  margin-right: 1rem;
}

.equipe__wrapper {
  width: 100%;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.equipe__content {
  width: 80%;
  margin: auto;
}

.equipe__detalhes {
  display: flex;
  justify-content: space-between;
}

.equipe__book {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  flex-basis: 0;
  align-self: flex-start;
}

.equipe__book img {
  width: 300px;
  max-height: 370px;
  object-fit: cover;
}

.equipe__book p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  margin-right: 3rem;
}

.servicos__wrapper {
  width: 100%;
  margin: auto;
  padding-bottom: 5rem;
}

.servicos__table__cortes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  width: 80%;
  margin: auto;
  height: auto;
}

.servicos__table__cortes img {
  width: 20%;
  object-fit: cover;
}

.servicos__table__barba {
  padding-top: 10rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  width: 80%;
  margin: auto;
  height: auto;
}

.servicos__table__barba img {
  width: 20%;
  object-fit: cover;
}

.service__corte {
  font-size: 10rem;
}

.service__barba {
  font-size: 10rem;
  text-align: right;
}

.contato__wrapper {
  width: 100%;
  margin: auto;
  padding-bottom: 10rem;
}

.contato__content {
  width: 80%;
  margin: auto;
}

.local__mapa {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}

.local__mapa p {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.local__mapa button {
  display: none;
}

footer {
  background-color: black;
  padding: 40px;
}

footer p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 1440px) and (max-width: 1528px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-size: 62.5%;
  }

  h1,
  h2 {
    font-family: "League Gothic", serif;
    font-size: 6rem;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10rem;
    text-transform: uppercase;
  }

  h3 {
    font-size: 4rem;
    font-family: "League Gothic", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
  }

  i[class="bx-fw bx bxs-map"] {
    margin-right: 1rem;
  }

  .header__wrapper {
    position: static;
    width: 100%;
    background-color: white;
    z-index: 10;
  }

  .wrapper__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: white;
  }

  .wrapper__menu img {
    width: 10rem;
  }

  nav {
    display: inline-block;
    width: 100%;
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  nav li {
    font-size: 1.8rem;
    list-style-type: none;
  }

  nav li a {
    text-decoration: none;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.8s ease;
    padding: 2px 5px;
  }

  .btnagendar {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 10px;
  }

  .banner__topo__hero {
    width: 100%;
    height: 50rem;
    opacity: 0.8;
    background-image: url(Imagens/horizontais\(2\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    z-index: 0;
  }

  .texto__hero {
    width: 80%;
    margin: auto;
    height: 50rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .banner__text__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 50%;
    height: 40rem;
    padding: 3rem;
    gap: 7rem;
    background-image: linear-gradient(to right, transparent, white);
  }

  .banner__text__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      255,
      255,
      255,
      0.8
    ); /* camada semi-transparente preta */
    z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
  }

  .banner__text__quemsomos {
    height: auto;
  }

  .banner__h2 {
    font-size: 8rem;
    color: black;
    font-family: "League Gothic", serif;
    text-transform: uppercase;
  }

  .banner__p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
  }

  .banner__btn {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .btnagendar2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    text-align: center;
  }

  .btn__navigation2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    border: none;
    cursor: pointer;
  }

  .banner__embed__vid {
    width: 50%;
  }

  .banner__youtube {
    width: 100%;
    height: 40rem;
  }

  .equipe__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
  }

  .equipe__content {
    width: 80%;
    margin: auto;
  }

  .equipe__detalhes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 4rem;
  }

  .equipe__book {
    display: flex;
    justify-content: space-around;
    flex-basis: 0;
    padding: 0;
  }

  .equipe__book img {
    width: 40rem;
    max-height: 50rem;
    object-fit: cover;
    padding-bottom: 2rem;
  }

  .equipe__texto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 2rem;
    margin: auto;
    width: 95%;
    text-align: center;
  }

  .servicos__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }

  .servicos__table__cortes {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__cortes img {
    width: 20%;
    object-fit: cover;
  }

  .servicos__table__barba {
    padding-top: 10rem;
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__barba img {
    width: 20%;
    object-fit: cover;
  }

  .service__corte {
    font-size: 5rem;
    text-align: left;
  }

  .service__barba {
    font-size: 5rem;
    text-align: right;
  }

  .contato__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .local__mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .local__mapa iframe {
    width: 95%;
    margin: auto;
  }

  .local__mapa p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  .local__mapa button {
    display: none;
  }

  footer {
    background-color: black;
    padding: 4rem;
  }

  footer p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-size: 62.5%;
  }

  h1,
  h2 {
    font-family: "League Gothic", serif;
    font-size: 6rem;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10rem;
    text-transform: uppercase;
  }

  h3 {
    font-size: 4rem;
    font-family: "League Gothic", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
  }

  i[class="bx-fw bx bxs-map"] {
    margin-right: 1rem;
  }

  .header__wrapper {
    position: static;
    width: 100%;
    background-color: white;
    z-index: 10;
  }

  .wrapper__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: white;
  }

  .wrapper__menu img {
    width: 10rem;
  }

  nav {
    display: inline-block;
    width: 100%;
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  nav li {
    font-size: 1.8rem;
    list-style-type: none;
  }

  nav li a {
    text-decoration: none;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.8s ease;
    padding: 2px 5px;
  }

  .btnagendar {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 10px;
  }

  .banner__topo__hero {
    width: 100%;
    height: 50rem;
    opacity: 0.8;
    background-image: url(Imagens/horizontais\(2\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    z-index: 0;
  }

  .texto__hero {
    width: 80%;
    margin: auto;
    height: 50rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .banner__text__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 50%;
    height: 40rem;
    padding: 3rem;
    gap: 7rem;
    background-image: linear-gradient(to right, transparent, white);
  }

  .banner__text__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      255,
      255,
      255,
      0.8
    ); /* camada semi-transparente preta */
    z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
  }

  .banner__text__quemsomos {
    height: auto;
  }

  .banner__h2 {
    font-size: 8rem;
    color: black;
    font-family: "League Gothic", serif;
    text-transform: uppercase;
  }

  .banner__p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
  }

  .banner__btn {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .btnagendar2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    text-align: center;
  }

  .btn__navigation2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    border: none;
    cursor: pointer;
  }

  .banner__embed__vid {
    width: 50%;
  }

  .banner__youtube {
    width: 100%;
    height: 40rem;
  }

  .equipe__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
  }

  .equipe__content {
    width: 95%;
    margin: auto;
  }

  .equipe__detalhes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 4rem;
  }

  .equipe__book {
    display: flex;
    justify-content: space-around;
    flex-basis: 0;
    padding: 0;
  }

  .equipe__book img {
    width: 40rem;
    max-height: 50rem;
    object-fit: cover;
    padding-bottom: 2rem;
  }

  .equipe__texto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 2rem;
    margin: auto;
    width: 95%;
    text-align: center;
  }

  .servicos__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }

  .servicos__table__cortes {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__cortes img {
    width: 20%;
    object-fit: cover;
  }

  .servicos__table__barba {
    padding-top: 10rem;
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__barba img {
    width: 20%;
    object-fit: cover;
  }

  .service__corte {
    font-size: 5rem;
    text-align: left;
  }

  .service__barba {
    font-size: 5rem;
    text-align: right;
  }

  .contato__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .local__mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .local__mapa iframe {
    width: 95%;
    margin: auto;
  }

  .local__mapa p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  .local__mapa button {
    display: none;
  }

  footer {
    background-color: black;
    padding: 4rem;
  }

  footer p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-size: 62.5%;
  }

  h1,
  h2 {
    font-family: "League Gothic", serif;
    font-size: 6rem;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10rem;
    text-transform: uppercase;
  }

  h3 {
    font-size: 4rem;
    font-family: "League Gothic", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
  }

  i[class="bx-fw bx bxs-map"] {
    margin-right: 1rem;
  }

  .header__wrapper {
    position: static;
    width: 100%;
    background-color: white;
    z-index: 10;
  }

  .wrapper__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: white;
  }

  .wrapper__menu img {
    width: 10rem;
  }

  nav {
    display: inline-block;
    width: 100%;
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  nav li {
    font-size: 1.8rem;
    list-style-type: none;
  }

  nav li a {
    text-decoration: none;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.8s ease;
    padding: 2px 5px;
  }

  .btnagendar {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 10px;
  }

  .banner__topo__hero {
    width: 100%;
    height: 50rem;
    opacity: 0.8;
    background-image: url(Imagens/horizontais\(2\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    z-index: 0;
  }

  .texto__hero {
    width: 80%;
    margin: auto;
    height: 50rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .banner__text__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 50%;
    height: 40rem;
    padding: 3rem;
    gap: 7rem;
    background-image: linear-gradient(to right, transparent, white);
  }

  .banner__text__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      255,
      255,
      255,
      0.8
    ); /* camada semi-transparente preta */
    z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
  }

  .banner__text__quemsomos {
    height: auto;
  }

  .banner__h2 {
    font-size: 8rem;
    color: black;
    font-family: "League Gothic", serif;
    text-transform: uppercase;
  }

  .banner__p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
  }

  .banner__btn {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .btnagendar2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    text-align: center;
  }

  .btn__navigation2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    border: none;
    cursor: pointer;
  }

  .banner__embed__vid {
    width: 50%;
  }

  .banner__youtube {
    width: 100%;
    height: 40rem;
  }

  .equipe__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
  }

  .equipe__content {
    width: 95%;
    margin: auto;
  }

  .equipe__detalhes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 4rem;
  }

  .equipe__book {
    display: flex;
    justify-content: space-around;
    flex-basis: 0;
    padding: 0;
  }

  .equipe__book img {
    width: 40rem;
    max-height: 50rem;
    object-fit: cover;
    padding-bottom: 2rem;
  }

  .equipe__texto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 2rem;
    margin: auto;
    width: 95%;
    text-align: center;
  }

  .servicos__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }

  .servicos__table__cortes {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__cortes img {
    width: 20%;
    object-fit: cover;
  }

  .servicos__table__barba {
    padding-top: 10rem;
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 80%;
    margin: auto;
    height: auto;
  }

  .servicos__table__barba img {
    width: 20%;
    object-fit: cover;
  }

  .service__corte {
    font-size: 5rem;
    text-align: left;
  }

  .service__barba {
    font-size: 5rem;
    text-align: right;
  }

  .contato__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .local__mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .local__mapa iframe {
    width: 95%;
    margin: auto;
  }

  .local__mapa p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  .local__mapa button {
    display: none;
  }

  footer {
    background-color: black;
    padding: 4rem;
  }

  footer p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-size: 62.5%;
  }

  h1,
  h2 {
    font-family: "League Gothic", serif;
    font-size: 6rem;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10rem;
    text-transform: uppercase;
  }

  h3 {
    font-size: 4rem;
    font-family: "League Gothic", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
  }

  i[class="bx-fw bx bxs-map"] {
    margin-right: 1rem;
  }

  .header__wrapper {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .wrapper__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: white;
    gap: 2rem;
  }

  .wrapper__menu img {
    width: 10rem;
    margin: auto;
  }

  nav {
    display: inline-block;
    margin: auto;
    width: 95vw;
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: auto;
  }

  nav li {
    font-size: 1.8rem;
    list-style-type: none;
  }

  nav li a {
    text-decoration: none;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.8s ease;
    padding: 2px 5px;
  }

  .wherebutton {
    display: none;
  }

  .btnagendar {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 10px;
    margin: auto;
  }

  .banner__topo__hero {
    width: 100%;
    height: auto;
    opacity: 0.8;
    background-image: url(Imagens/horizontais\(2\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: 0;
  }

  .texto__hero {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner__text__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: 50rem;
    padding: 3rem;
    gap: 5rem;
  }

  .banner__text__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      255,
      255,
      255,
      0.9
    ); /* camada semi-transparente preta */
    z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
  }

  .banner__text__quemsomos {
    height: auto;
    text-align: center;
  }

  .banner__h2 {
    font-size: 8rem;
    color: black;
    font-family: "League Gothic", serif;
    text-transform: uppercase;
  }

  .banner__p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    height: auto;
  }

  .banner__btn {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .btnagendar2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    margin: auto;
  }

  .btn__navigation2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    border: none;
    cursor: pointer;
    margin: auto;
  }

  .banner__embed__vid {
    width: 100%;
  }

  .banner__youtube {
    height: 50rem;
  }

  i[class="bx-fw bx bxl-youtube"] {
    margin-right: 1rem;
  }

  .equipe__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .equipe__content {
    width: 100%;
    margin: auto;
  }

  .equipe__detalhes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    justify-content: center;
    gap: 4rem;
  }

  .equipe__book {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-basis: 0;
    padding-bottom: 3rem;
  }

  .equipe__book img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    padding-bottom: 2rem;
  }

  .equipe__texto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 2rem;
    margin: auto;
    width: 95%;
    text-align: center;
  }

  .servicos__wrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 10rem;
    justify-content: center;
    padding: 0;
    padding-top: 5rem;
  }

  .servicos__wrapper h2 {
    margin: 0;
    padding: 0;
  }

  .servicos__table__cortes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    height: auto;
  }

  .servicos__table__cortes img {
    width: 100%;
    padding-bottom: 2rem;
  }

  .equipe__texto {
    order: -2;
  }

  .servicos__table__barba {
    padding-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .servicos__table__barba img {
    width: 100%;
    order: -1;
  }

  .service__corte {
    font-size: 6rem;
    text-align: center;
  }

  .service__barba {
    font-size: 6rem;
    text-align: center;
  }

  .equipe__texto {
    margin: auto;
  }

  .contato__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .local__mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .local__mapa iframe {
    width: 95%;
    margin: auto;
  }

  .local__mapa p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  .local__mapa button {
    display: block;
    margin: auto;
    padding: 2rem;
    border: none;
    background-color: black;
    color: white;
  }

  footer {
    background-color: black;
    padding: 4rem;
  }

  footer p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-size: 62.5%;
  }

  h1,
  h2 {
    font-family: "League Gothic", serif;
    font-size: 6rem;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10rem;
    text-transform: uppercase;
  }

  h3 {
    font-size: 4rem;
    font-family: "League Gothic", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
  }

  i[class="bx-fw bx bxs-map"] {
    margin-right: 1rem;
  }

  .header__wrapper {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .wrapper__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: white;
    gap: 2rem;
  }

  .wrapper__menu img {
    width: 10rem;
    margin: auto;
  }

  nav {
    display: inline-block;
    margin: auto;
    width: 95vw;
  }

  nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: auto;
  }

  nav li {
    font-size: 1.8rem;
    list-style-type: none;
  }

  nav li a {
    text-decoration: none;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.8s ease;
    padding: 2px 5px;
  }

  .wherebutton {
    display: none;
  }

  .btnagendar {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 10px;
    margin: auto;
  }

  .banner__topo__hero {
    width: 100%;
    height: auto;
    opacity: 0.8;
    background-image: url(Imagens/horizontais\(2\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: 0;
  }

  .texto__hero {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner__text__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: 50rem;
    padding: 3rem;
    gap: 5rem;
  }

  .banner__text__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      255,
      255,
      255,
      0.9
    ); /* camada semi-transparente preta */
    z-index: -1; /* Coloca a camada acima do fundo, mas atrás do conteúdo */
  }

  .banner__text__quemsomos {
    height: auto;
    text-align: center;
  }

  .banner__h2 {
    font-size: 8rem;
    color: black;
    font-family: "League Gothic", serif;
    text-transform: uppercase;
  }

  .banner__p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    height: auto;
  }

  .banner__btn {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .btnagendar2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    margin: auto;
  }

  .btn__navigation2 {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    padding: 2rem;
    border: none;
    cursor: pointer;
    margin: auto;
  }

  .banner__embed__vid {
    width: 100%;
  }

  .banner__youtube {
    height: 25rem;
  }

  i[class="bx-fw bx bxl-youtube"] {
    margin-right: 1rem;
  }

  .equipe__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .equipe__content {
    width: 100%;
    margin: auto;
  }

  .equipe__detalhes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    justify-content: center;
    gap: 4rem;
  }

  .equipe__book {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-basis: 0;
    padding-bottom: 3rem;
  }

  .equipe__book img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    padding-bottom: 2rem;
  }

  .equipe__texto p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 2rem;
    margin: auto;
    width: 95%;
    text-align: center;
  }

  .servicos__wrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 10rem;
    justify-content: center;
    padding: 0;
    padding-top: 5rem;
  }

  .servicos__wrapper h2 {
    margin: 0;
    padding: 0;
  }

  .servicos__table__cortes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    height: auto;
  }

  .servicos__table__cortes img {
    width: 100%;
    padding-bottom: 2rem;
  }

  .equipe__texto {
    order: -2;
  }

  .servicos__table__barba {
    padding-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .servicos__table__barba img {
    width: 100%;
    order: -1;
  }

  .service__corte {
    font-size: 6rem;
    text-align: center;
  }

  .service__barba {
    font-size: 6rem;
    text-align: center;
  }

  .equipe__texto {
    margin: auto;
  }

  .contato__wrapper {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .local__mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .local__mapa iframe {
    width: 95%;
    margin: auto;
  }

  .local__mapa p {
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  .local__mapa button {
    display: block;
    margin: auto;
    padding: 2rem;
    border: none;
    background-color: black;
    color: white;
  }

  footer {
    background-color: black;
    padding: 4rem;
  }

  footer p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
}
