@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik";
}

.superior {
  background: url("../img/superior.jpg") center/cover fixed;
  padding: 10px;
}

.btn {
  cursor: pointer;
  border: none;
  font-weight: 700;
  padding: 10px;
  border-radius: 8px;
}

.btn-primary {
  background-color: #eb7f20;
  color: #f7f7f7;
}

.btn-light {
  background-color: #e09d62;
  color: #333;
}

.input {
  background-color: rgba(0, 0, 0, 0.281);
  border: none;
  box-shadow: 0px 0px 3px #534a45;
  font-weight: 700;
  padding: 10px;
  border-radius: 8px;
}
.input::placeholder {
  color: #f7f7f7;
}

.hr-base {
  margin-top: 10px;
  background-color: none;
}

.link {
  text-decoration: none;
  margin-bottom: 5px;
  color: black;
}

.header__menu {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.header__menu--img {
  width: 30px;
}

.header__nav {
  display: none;
  box-shadow: 0px 0px 3px #534a45;
  border-radius: 8px;
}
.header__nav__list {
  gap: 20px;
  align-items: center;
  list-style: none;
  cursor: pointer;
  color: #f7f7f7;
}
.header__nav__list--link:hover {
  text-decoration: underline;
}
.header__nav--active {
  background-color: #534a45;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 5px;
  right: 60px;
  z-index: 999;
  border-radius: 8px;
  padding: 10px;
}

.superior__agendamento__form {
  background-color: rgba(0, 0, 0, 0.281);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 3px #534a45;
  width: 70vw;
  border-radius: 8px;
  padding: 20px 10px;
  margin: 10px;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .superior__agendamento__form {
    width: 40vw;
  }
}
.superior__agendamento__form--row {
  display: flex;
  gap: 10px;
}
.superior__agendamento__form--row__input {
  width: 65%;
}
.superior__agendamento__form--row__input[type=datetime-local] {
  color: #f7f7f7;
}
.superior__agendamento__form--row__input[type=datetime-local]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.superior__agendamento__form--row__btn {
  width: 30%;
}
.superior__agendamento__form--title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #f7f7f7;
  text-align: center;
  padding: 10px;
}

.form--row__input {
  width: 50%;
}

.header {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  font-size: 2.3rem;
  font-weight: 700;
  color: #eb7f20;
  text-decoration: none;
  margin-left: 20px;
}
.header__btn {
  display: none;
}

@media (min-width: 800px) {
  .header {
    padding: 10px;
  }
  .header__nav {
    display: flex;
    justify-content: center;
    padding: 2px;
  }
  .header__nav__list {
    display: flex;
  }
  .header__nav__list--link {
    padding: 10px;
    border-radius: 8px;
    font-weight: 700;
  }
  .header__nav__list--link:hover {
    background-color: #eb7f20;
  }
  .header__btn {
    display: block;
  }
  .header__menu {
    display: none;
  }
}
.superior__call {
  display: flex;
  flex-direction: column;
}
.superior__call__paragrafo {
  display: none;
}
.superior__call__tittle {
  display: none;
}
@media (min-width: 600px) {
  .superior__call {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .superior__call__paragrafo {
    display: flex;
    width: 30vw;
    align-items: center;
    color: #f7f7f7;
    font-size: 0.7rem;
    margin: 10px;
    padding: 20px;
  }
  .superior__call__tittle {
    display: flex;
    width: 50vw;
    text-align: right;
    color: #f7f7f7;
    font-size: 2.3rem;
  }
}

.location {
  display: flex;
  flex-direction: column;
  background-color: #534a45;
  padding: 10px;
}
@media (min-width: 600px) {
  .location {
    justify-content: space-between;
    flex-direction: row;
    padding: 30px;
  }
}
.location__title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #f7f7f7;
}
@media (min-width: 600px) {
  .location__title {
    text-align: left;
  }
}
.location__paragrafo {
  text-align: center;
  color: #f7f7f7;
}
@media (min-width: 600px) {
  .location__paragrafo {
    font-size: 0.7rem;
    text-align: left;
  }
}
.location__info-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .location__info-box {
    width: 30vw;
  }
}
.location__info-box--btn {
  width: 50%;
  align-self: center;
  margin: 20px;
}
@media (min-width: 600px) {
  .location__info-box--btn {
    width: 40%;
    align-self: flex-start;
    margin: 0px;
  }
  .location__info-box--btn:hover {
    background-color: #cb6812;
    color: #f7f7f7;
  }
}
.location__map {
  width: 100%;
  height: 300px;
  align-self: center;
}
@media (min-width: 600px) {
  .location__map {
    justify-content: center;
    width: 200px;
    height: 250px;
    width: 30vw;
  }
}
.location__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 20px 0px;
}
@media (min-width: 600px) {
  .location__info {
    flex-direction: column;
    width: 30vw;
  }
}
.location__info__grid {
  display: flex;
}
@media (min-width: 600px) {
  .location__info__grid {
    width: 30vw;
  }
}
.location__info__grid--map {
  background-color: #f5f5f5;
  margin: 10px;
  padding: 10px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.location__info__grid--adress {
  margin: 10px;
}
.location__info__grid--adress--title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f7f7f7;
  text-align: center;
}
@media (min-width: 600px) {
  .location__info__grid--adress--title {
    text-align: left;
  }
}
.location__info__grid--adress--paragrafo {
  color: #f7f7f7;
  font-size: 0.7rem;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .location__info__grid--adress--paragrafo {
    margin-bottom: 30px;
    text-align: left;
  }
}
.location__info__hr {
  margin: 10px;
}
.location__info__grid2 {
  display: flex;
  margin-top: 30px;
}
.location__info__grid2__imgtel {
  background-color: #f5f5f5;
  margin: 10px;
  padding: 10px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.location__info__grid2__info {
  margin: 10px;
}
.location__info__grid2__info--title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f7f7f7;
  text-align: center;
}
@media (min-width: 600px) {
  .location__info__grid2__info--title {
    text-align: left;
    font-size: 1.2rem;
  }
}
.location__info__grid2__info--hours {
  color: #f7f7f7;
  font-size: 0.7rem;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .location__info__grid2__info--hours {
    margin-top: 10px;
    text-align: left;
  }
}

.services {
  display: flex;
  flex-direction: column;
  background-color: #e4dac9;
  padding: 10px;
}
@media (min-width: 600px) {
  .services {
    flex-direction: row;
  }
}
.services__info {
  display: flex;
  padding: 10px;
  text-align: center;
}
.services__info__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .services__info__box {
    text-align: left;
    width: 30vw;
  }
}
.services__info__box--title {
  font-size: 2.3rem;
}
.services__info__box--paragrafo {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.card-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px;
  gap: 20px;
}
.card-slider__card {
  width: 200px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
@media (min-width: 800px) {
  .card-slider__card {
    width: 150px;
  }
}
.card-slider__card--img {
  width: 100%;
}

.card-slider::-webkit-scrollbar {
  display: none;
}

.depoimento__prices {
  padding: 10px;
}
@media (min-width: 800px) {
  .depoimento__prices {
    padding: 0;
    width: 50%;
  }
}
.depoimento__prices__title {
  margin-bottom: 20px;
  font-size: 2.3rem;
  color: #333;
  text-align: center;
}
@media (min-width: 800px) {
  .depoimento__prices__title {
    text-align: left;
  }
}
.depoimento__prices__list {
  list-style: none;
}
.depoimento__prices__list--item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  .depoimento__prices__list--item {
    font-size: 1.8rem;
  }
}

.depoimento {
  display: flex;
  flex-direction: column;
  background-color: #e4dac9;
  padding: 30px;
}
@media (min-width: 800px) {
  .depoimento {
    flex-direction: row;
    justify-content: space-between;
  }
}
.depoimento__info {
  background-color: #e09d62;
  padding: 20px;
  border-radius: 8px;
  height: 300px;
  box-shadow: 0px 0px 3px #534a45;
}
@media (min-width: 800px) {
  .depoimento__info {
    width: 40vw;
  }
}
.depoimento__info__content {
  height: 150px;
}
.depoimento__info__content__paragrafo {
  display: none;
}
.depoimento__info__content__paragrafo.active {
  display: block;
}
.depoimento__info__indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
  padding: 10px;
}
.depoimento__info__indicators--line {
  width: 30px;
  height: 3px;
  background: black;
  transition: 0.3s;
  opacity: 0.4;
}
.depoimento__info__indicators--line.active {
  background: black;
  width: 40px;
  opacity: 1;
}
.depoimento__info__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.depoimento__info__bottom--client {
  display: none;
}
.depoimento__info__bottom--client.active {
  display: block;
}
.depoimento__info__bottom__btn {
  margin: 10px;
}
.depoimento__info__bottom__btn--left {
  background-color: #e09d62;
  border: 1px solid black;
  transform: rotate(180deg);
}
.depoimento__info__bottom__btn--right {
  background-color: #e09d62;
  border: 1px solid black;
}

.meet-us {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.meet-us__title {
  text-align: center;
  padding: 20px;
  font-size: 2.3rem;
}
.meet-us__info {
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
  align-self: center;
  padding: 20px;
}

.team {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .team {
    flex-direction: row;
  }
}
.team__ourTeam {
  display: flex;
}
.team__ourTeam__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
}
.team__ourTeam__info--member-1 {
  display: flex;
  flex-direction: column;
  background: url(../img/barber-1.png) no-repeat center center/cover;
  width: 250px;
  height: 402px;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 800px) {
  .team__ourTeam__info--member-1 {
    width: 250px;
    height: 400px;
  }
}
.team__ourTeam__info--member-1--name {
  background-color: #534a45;
  color: #f5f5f5;
  border-radius: 8px;
  margin: 10px;
  align-self: center;
  margin-top: auto;
  font-size: 0.7rem;
  padding: 10px;
}
.team__ourTeam__info--member-1--link {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 5px;
}
.team__ourTeam__info--member-2 {
  display: flex;
  flex-direction: column;
  background: url(../img/barber-2.png) no-repeat center center/cover;
  width: 250px;
  height: 402px;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 800px) {
  .team__ourTeam__info--member-2 {
    width: 250px;
    height: 400px;
  }
}
.team__ourTeam__info--member-2--name {
  background-color: #534a45;
  color: #f5f5f5;
  border-radius: 8px;
  margin: 10px;
  align-self: center;
  margin-top: auto;
  font-size: 0.7rem;
  padding: 10px;
}
.team__ourTeam__info--member-2--link {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.team__ourTeam__info--member-3 {
  display: flex;
  flex-direction: column;
  background: url(../img/barber-3.png) no-repeat center center/cover;
  width: 250px;
  height: 402px;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 800px) {
  .team__ourTeam__info--member-3 {
    width: 250px;
    height: 400px;
  }
}
.team__ourTeam__info--member-3--name {
  background-color: #534a45;
  color: #f5f5f5;
  border-radius: 8px;
  margin: 10px;
  align-self: center;
  margin-top: auto;
  font-size: 0.7rem;
  padding: 10px;
}
.team__ourTeam__info--member-3--link {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 5px;
}

.join-us {
  display: flex;
  background: url(../img/join-us.jpg) no-repeat center/cover fixed;
  height: 250px;
  border-radius: 8px;
  margin-top: 30px;
}
@media (min-width: 900px) {
  .join-us {
    background: url(../img/join-us.jpg) no-repeat center/cover;
    width: 290px;
    height: 430px;
  }
}
.join-us--info {
  align-self: flex-end;
  background-color: #f5f5f5;
  padding: 10px;
  margin: 10px;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .join-us--info {
    width: 100%;
  }
}
.join-us--info--call {
  text-align: justify;
}
@media (max-width: 800px) {
  .join-us--info--call {
    font-size: 1.5rem;
  }
}
.join-us--info--link {
  font-size: 0.7rem;
}
@media (max-width: 800px) {
  .join-us--info--link {
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
}

.btn-join-us {
  background-color: #e09d62;
  width: 20px;
  margin: 2px;
  border-radius: 5px;
  border: none;
  padding: 3px;
  cursor: pointer;
}

.footer {
  background-color: #f5f5f5;
}
.footer__content {
  display: flex;
  flex-direction: space-between;
  padding: 20px;
}
.footer__content__location {
  width: 50%;
  margin: 20px;
}
@media (min-width: 600px) {
  .footer__content__location {
    width: 25%;
  }
}
.footer__content__location--title {
  margin-bottom: 20px;
}
.footer__content__location--location {
  font-size: 0.7rem;
}
.footer__content__menu {
  width: 25%;
  margin: 10px;
  margin: 20px;
  padding-left: 40px;
}
@media (max-width: 600px) {
  .footer__content__menu {
    display: none;
  }
}
.footer__content__menu--title {
  margin-bottom: 20px;
}
.footer__content__menu--links {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}
.footer__content__quick-links {
  width: 25%;
  margin: 10px;
  margin: 20px;
}
@media (max-width: 600px) {
  .footer__content__quick-links {
    display: none;
  }
}
.footer__content__quick-links--title {
  margin-bottom: 20px;
}
.footer__content__quick-links--links {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}
.footer__content__operational {
  width: 25%;
  margin: 10px;
  margin: 20px;
}
@media (max-width: 600px) {
  .footer__content__operational {
    width: 50%;
    text-align: right;
  }
}
.footer__content__operational--title {
  margin-bottom: 20px;
}
.footer__content__operational--info {
  font-size: 0.7rem;
}
.footer__content__operational--btn {
  margin-top: 10px;
  width: 85%;
  font-size: 0.7rem;
}
.footer__social {
  display: flex;
  padding: 10px;
}
@media (max-width: 600px) {
  .footer__social {
    justify-content: space-between;
  }
}
.footer__social__links {
  display: flex;
}
@media (max-width: 600px) {
  .footer__social__links {
    gap: 30px;
    padding-left: 20px;
  }
}
.footer__social__links--icon {
  width: 25px;
}
.footer__social--info {
  font-size: 0.7rem;
  text-align: right;
}
@media (min-width: 600px) {
  .footer__social--info {
    padding-right: 10px;
    align-self: center;
  }
}

/*# sourceMappingURL=styles.css.map */
