@charset "UTF-8";
/*
Theme Name: All handmade barberia
Theme URI: http://all-handmade-barberia.local/
Author: Manada Creative SAS
Author URI: https://tuperfil.com
Description: Un tema personalizado basado en un diseño estático.
Version: 2.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
}
* a {
  color: #000000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  flex: 1;
}

.single figure {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.noscroll {
  overflow: hidden;
}

.bg-black {
  background-color: #000000;
}

.bg-gray {
  background-color: #F2F2F2;
}

.c-white {
  color: #FFFFFF;
}

.c-gray {
  color: #CDCDCD;
}

.center {
  text-align: center;
}

.justify-left {
  justify-self: left;
}

.justify-right {
  justify-self: right;
}

.grid {
  display: grid;
}

.sticky-100vh {
  height: 600px;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  padding: 0;
}

.wrapper {
  padding: 80px 12px;
}

.page-simple {
  padding-bottom: 120px;
}
.page-simple .grid {
  justify-content: center;
  grid-template-columns: minmax(auto, 670px);
}

.photo-grid {
  gap: 20px;
  justify-content: center;
}
.photo-grid img {
  height: 100%;
}
.photo-grid .instagram-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-icons {
  display: flex;
}

.logo:focus-visible path {
  fill: #000000;
}
.logo:focus-visible path:first-child {
  fill: #FFA800;
}
.logo::after {
  content: none;
}

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 1s ease;
  z-index: 16;
}
.content-overlay.activo {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 16px;
  bottom: 12px;
  transform-origin: 0% 100%;
  transition: width 300ms ease-in-out;
}
.underline:hover::after {
  width: 100%;
}

.underline-fixed {
  position: relative;
}
.underline-fixed::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -20px;
}

.c-after-black::after {
  background-color: black;
}

.c-after-white::after {
  background-color: #FFFFFF;
}

@media screen and (min-width: 800px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 120px 40px;
  }
  .grid-2columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .sticky-100vh {
    height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
    z-index: 1;
  }
  .photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body {
  font-family: "Anonymous Pro", "Courier New", sans-serif;
  font-weight: 400;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 400;
  letter-spacing: -0.02rem;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child {
  margin-top: 0;
}
h2:last-child, h3:last-child, h4:last-child, h5:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child {
  margin-bottom: 0;
}

h4, h5, .h4, .h5, .p-strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 3.5rem;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 32px;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

.p-xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.p-l {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p, .p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
p:last-child, .p:last-child {
  margin-bottom: 0px;
}

.p-s {
  line-height: 1.25rem;
  letter-spacing: 0.04rem;
  font-size: 1rem;
}

.btn-txt {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.04rem;
}

a {
  font-weight: 700;
  position: relative;
}
a::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.13rem;
  left: 0;
  bottom: -0.13rem;
  transform-origin: 0% 100%;
  transition: width 300ms ease-in-out;
  background-color: #000000;
}
a:hover::after, a:focus-visible::after {
  width: calc(100% + 10px);
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 5rem;
  }
  h2, .h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.hero {
  height: 480px;
  display: grid;
  padding-bottom: 84px;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  align-items: end;
}
.hero p {
  margin-top: 20px;
}
.hero::after {
  left: 12px;
  bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .hero {
    height: 600px;
    padding-bottom: 100px;
  }
  .hero::after {
    left: 40px;
    bottom: 80px;
  }
}
.product-card {
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.product-card .content-wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 300ms ease-in-out;
}
.product-card .content-wrapper .product-image {
  flex-grow: 1;
}
.product-card .content-wrapper .product-image img {
  height: 100%;
  mix-blend-mode: multiply;
  transition: transform 300ms ease-in-out;
}
.product-card .content-wrapper .card-content {
  padding: 12px;
  padding-bottom: 22px;
  z-index: 1;
  background-color: #FFFFFF;
  transition: background-color ease-out 300ms;
}
.product-card .content-wrapper::after {
  width: 40px;
  left: 12px;
  bottom: 12px;
  background-color: #000000;
  z-index: 2;
}
.product-card .content-wrapper.viewed::after {
  width: 48px;
  transition: width 300ms ease-in-out;
}
.product-card .content-wrapper:hover::after {
  width: 75%;
  bottom: 12px;
  transition: width 300ms ease-in-out;
}
.product-card .content-wrapper:focus-visible {
  border: 3px solid #000000;
}
.product-card .content-wrapper:focus-visible .card-content {
  transition: none;
  background-color: #FFA800;
}
.product-card .content-wrapper:focus-visible:after {
  width: 80%;
}
.product-card .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 12px;
  transform: translateY(101%);
  transition: transform 300ms ease-in-out;
}
.product-card .btn .fa-whatsapp {
  color: #FFFFFF;
}
.product-card .btn.viewed-card {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}
.product-card .content-wrapper.viewed-card {
  transform: translateY(-60px);
  background-color: #F2F2F2;
}
.product-card .content-wrapper.viewed-card img {
  transform: translateY(40px);
}
.product-card .content-wrapper.viewed-card .card-content {
  background-color: #F2F2F2;
  transition: background-color 100ms ease-in-out;
}

.staff-card {
  gap: 20px;
}
.staff-card__content h3 {
  margin-bottom: 4px;
}
.staff-card__content p {
  margin-bottom: 20px;
}
.staff-card__content .description p {
  line-height: 1.25rem;
  letter-spacing: 0.04rem;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .product-card:hover .content-wrapper {
    transform: translateY(-60px);
  }
  .product-card:hover .content-wrapper .product-image img {
    transform: translateY(40px);
  }
  .product-card:hover .btn {
    transform: translateY(0);
  }
  .product-card:hover .card-content {
    background-color: #F2F2F2;
  }
  .product-card .content-wrapper:hover {
    background-color: #F2F2F2;
  }
  .staff-card--secondary {
    grid-template-columns: repeat(2, 1fr);
  }
  .staff-card--secondary .staff-card__content {
    padding-top: 20px;
  }
}
.skip-link {
  position: absolute;
  top: -9999px;
  left: 0;
  display: block;
  background-color: #FFA800;
  padding: 12px;
  z-index: 9999;
  border-bottom: 3px solid #000000;
}
.skip-link:focus-visible {
  position: relative;
  top: 0;
}
.skip-link:focus-visible::after {
  display: none;
}
@media screen and (min-width: 1004px) {
  .skip-link {
    padding: 12px 40px;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.13rem;
  letter-spacing: 0.04rem;
  padding: 12px 16px 18px 16px;
  border: none;
  cursor: pointer;
}
.btn.viewed::after {
  transition: width 300ms ease-in-out;
  width: 48px;
}
.btn--primary {
  background-color: #E0311A;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: #802828;
}
.btn--primary::after {
  background-color: #FFFFFF;
}
.btn--primary:disabled {
  background-color: #CDCDCD;
  color: #979797;
}
.btn--primary:disabled::after {
  background-color: #979797;
}
.btn--secondary {
  color: #000000;
  padding: 10px 14px 16px 14px;
  border: 2px solid #000000;
  background-color: transparent;
}
.btn--secondary::after {
  background-color: #000000;
  left: 14px;
}
.btn--secondary:hover::after {
  width: calc(100% + 4px);
}
.btn--secondary-dark {
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px 14px 16px 14px;
  border: 2px solid #FFFFFF;
}
.btn--secondary-dark::after {
  background-color: #FFFFFF;
  left: 14px;
}
.btn--secondary-dark:hover::after {
  width: calc(100% + 4px);
}
.btn--primary:focus-visible, .btn--secondary:focus-visible, .btn--secondary-dark:focus-visible {
  color: #000000;
  background-color: #FFA800;
  padding: 10px 14px 16px 14px;
  border: 2px solid #000000;
}
.btn--primary:focus-visible .fa-solid, .btn--primary:focus-visible .fa-brands, .btn--secondary:focus-visible .fa-solid, .btn--secondary:focus-visible .fa-brands, .btn--secondary-dark:focus-visible .fa-solid, .btn--secondary-dark:focus-visible .fa-brands {
  color: #000000;
}
.btn--primary:focus-visible::after, .btn--secondary:focus-visible::after, .btn--secondary-dark:focus-visible::after {
  background-color: #000000;
  transition: none;
  width: calc(100% + 10px);
}
.btn--secondary:disabled, .btn--secondary-dark:disabled {
  color: #979797;
  border: 2px solid #979797;
}
.btn--secondary:disabled .fa-solid, .btn--secondary:disabled .fa-brands, .btn--secondary-dark:disabled .fa-solid, .btn--secondary-dark:disabled .fa-brands {
  color: #979797;
}
.btn--secondary:disabled::after, .btn--secondary-dark:disabled::after {
  background-color: #979797;
}

.arrow-btn {
  cursor: pointer;
  font-size: 24px;
  border: none;
  color: #FFFFFF;
  background-color: #E0311A;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-btn:hover {
  background-color: #B91904;
}
.arrow-btn .fa-solid {
  color: #FFFFFF;
}
.arrow-btn:focus-visible {
  background-color: #FFA800;
  border-bottom: 4px solid #000000;
}
.arrow-btn:focus-visible .fa-solid {
  color: #000000;
}
.arrow-btn:disabled {
  color: #979797;
  background-color: #979797;
}
.arrow-btn:disabled .fa-solid {
  color: #979797;
}

.accordion {
  margin-bottom: 120px;
}
.accordion__content-box {
  margin-bottom: 20px;
}
.accordion h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
.accordion p {
  margin-bottom: 0;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__content {
  position: relative;
  max-height: 0;
  overflow: hidden;
}
.accordion__content p {
  padding-top: 12px;
}
.accordion__content .p-s {
  padding: 20px 0;
}
.accordion__content .btn {
  margin-bottom: 32px;
}
.accordion__label {
  width: 100%;
  padding: 8px 0;
  padding-right: 24px;
  color: #000000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Anonymous Pro", "Courier New", sans-serif;
}
.accordion__label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
}
.accordion__label::after {
  left: 0;
  bottom: 0;
  background-color: #000000;
}
.accordion__label.viewed::after {
  width: 48px;
  transition: width 300ms ease-in-out;
}
.accordion__label:hover::after {
  width: calc(100% + 10px);
}
.accordion__content-box a {
  display: none;
}
.accordion__content-box.active a {
  display: inline-block;
}
.accordion__content-box.active .accordion__label::before {
  content: "\f068";
}

.accordion__label:focus-visible {
  background-color: #FFA800;
}

.accordion__label:focus-visible::after {
  width: calc(100% + 10px);
}

@media screen and (min-width: 1024px) {
  .accordion {
    margin-bottom: 160px;
  }
}
.promo-bar {
  padding: 0 12px;
  position: relative;
  z-index: 17;
  color: #FFFFFF;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.promo-bar p {
  margin-bottom: 0;
}
.promo-bar .social-icons .icon-button {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .promo-bar .social-icons {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .promo-bar {
    display: flex;
    padding: 0 40px;
    justify-content: space-between;
  }
  .promo-bar .p-s {
    align-self: center;
  }
}
.carousel-container {
  position: relative;
}
.carousel-container .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.carousel-container .arrow-btn-next {
  right: 0;
}
.carousel-container .arrow-btn-prev, .carousel-container .arrow-btn-next {
  display: none;
}
.carousel-container {
  overflow: hidden;
}
.carousel-container .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 83%;
  gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 12px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel-container .carousel--instagram {
  grid-auto-columns: 65%;
}
.carousel-container .carousel--instagram a {
  position: static;
}
.carousel-container .carousel--instagram a::after {
  content: none;
}
.carousel-container .carousel::-webkit-scrollbar {
  display: none;
}
.carousel-container .carousel-item, .carousel-container .carousel .product-card {
  scroll-snap-align: start;
}
.carousel-container .carousel-item--gallery {
  height: calc(100% - 64px);
}
.carousel-container .carousel-item--gallery:nth-child(2n+2) {
  margin-top: 32px;
}
.carousel-container .carousel-item--gallery:nth-child(4n+3) {
  margin-top: 64px;
}

@media screen and (min-width: 600px) {
  .carousel-container .carousel {
    grid-auto-columns: 41%;
  }
  .carousel-container .carousel--instagram {
    grid-auto-columns: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-container .arrow-btn {
    display: none;
  }
  .carousel-container:hover .arrow-btn {
    display: flex;
  }
  .carousel-container .carousel {
    scroll-padding: 0 40px;
    grid-auto-columns: calc((100% - 40px) / 3);
  }
  .carousel-container .carousel--tienda, .carousel-container .carousel--instagram {
    grid-auto-columns: calc((100% - 60px) / 4);
  }
}
.footer {
  padding-top: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #FFFFFF;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 210px;
  height: 210px;
  top: -90px;
  background-color: #000000;
  border-radius: 50%;
  transform-origin: top;
  transform: translateX(-50%);
  z-index: 10;
}
.footer .circular {
  position: relative;
  z-index: 15;
  max-width: 162px;
  top: -51px;
  margin: 0 auto;
  margin-bottom: -37px;
}
.footer .circular a::after {
  content: none;
}
.footer .subscribe {
  margin-bottom: 64px;
}
.footer .subscribe p {
  margin-bottom: 24px;
}
.footer .subscribe__form {
  display: grid;
  grid-template-columns: 1fr 60px;
  max-width: 600px;
  margin: 0 auto;
}
.footer .subscribe__box {
  width: 100%;
}
.footer .subscribe__box input {
  padding: 21px 16px;
  height: 100%;
  width: 100%;
  border: none;
  color: #4D4D4D;
}
.footer .nav-f__group {
  margin-bottom: 64px;
}
.footer .nav-f__group h5 {
  margin-bottom: 16px;
}
.footer .nav-f__group p {
  margin-bottom: 24px;
}
.footer .nav-f__item {
  margin-bottom: 8px;
}
.footer .nav-f__item a {
  color: #FFFFFF;
  line-height: 1.5rem;
  letter-spacing: 0.04rem;
  font-size: 1rem;
}
.footer .nav-f__item a:focus-visible {
  background-color: #FFA800;
  color: #000000;
}
.footer .nav-f__item a::after {
  background-color: #FFFFFF;
  left: 0;
  bottom: -0.25rem;
  width: 0px;
}
.footer .nav-f__item a:hover::after {
  width: calc(100% + 10px);
}
.footer .nav-f__item a:focus-visible::after {
  background-color: #000000;
}
.footer .nav-f__social-icons {
  display: grid;
  grid-template-columns: repeat(4, 21px);
  gap: 16px;
}
.footer .nav-f__social-icons .nav-f__item a i {
  font-size: 24px;
  line-height: 24px;
}

@media screen and (min-width: 600px) {
  .nav-f {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-f {
    grid-template-columns: repeat(4, 1fr);
  }
}
.buttonMenu {
  border: none;
  background-color: transparent;
  width: 44px;
  height: 44px;
}
.buttonMenu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transform-origin: 0% 100%;
  transition: width 300ms ease-in-out;
  background-color: #FFFFFF;
}
.buttonMenu:hover::after {
  width: 100%;
}
.buttonMenu label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.buttonMenu .hamburger {
  margin-top: 12px;
  height: 20px;
  width: 100%; /* Asegura que ocupa todo el espacio disponible */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.buttonMenu .hamburger .bar {
  padding: 0;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  transition: top 0.4s ease-in-out, width 0.4s ease-in-out, bottom 0.4s ease-in-out;
  position: absolute;
  left: 12px;
}
.buttonMenu .hamburger .bar1 {
  top: 1px;
}
.buttonMenu .hamburger .bar2 {
  top: 45%;
  width: 16px;
}
.buttonMenu .hamburger .bar3 {
  bottom: 1px;
}
.buttonMenu--black::after {
  background-color: #000000;
}
.buttonMenu--black .hamburger .bar {
  background-color: #000000;
}

.buttonMenu:hover .bar1 {
  width: 12px;
}
.buttonMenu:hover .bar2 {
  width: 20px;
}
.buttonMenu:hover .bar3 {
  width: 16px;
}

.buttonMenu:focus-visible {
  background-color: #FFA800;
  transition: none;
}
.buttonMenu:focus-visible .hamburger {
  background-color: #FFA800;
}
.buttonMenu:focus-visible .hamburger .bar1, .buttonMenu:focus-visible .hamburger .bar2, .buttonMenu:focus-visible .hamburger .bar3 {
  background-color: #000000;
}
.buttonMenu:focus-visible::after {
  background-color: #000000;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox1:checked + label > .hamburger > .bar1 {
  transform: translateY(8px) rotate(45deg);
  width: 26px;
}

.checkbox1:checked + label > .hamburger > .bar2 {
  width: 0;
}

.checkbox1:checked + label > .hamburger > .bar3 {
  transform: translateY(-8px) rotate(-45deg);
}

.buttonMenu .checkbox1:checked + label > .hamburger > .bar1,
.buttonMenu .checkbox1:checked + label > .hamburger > .bar3 {
  width: 20px;
}

.buttonMenu .checkbox1:checked + label > .hamburger > .bar2 {
  height: 2px;
}

.singular-page .nav-bar {
  background-color: rgba(0, 0, 0, 0.92);
}

.nav-bar {
  width: 100%;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-bar .logo {
  transition: all 0.3s ease;
  max-width: 122px;
  width: 100%;
  left: 60px;
  top: 1px;
  z-index: 1;
}

.nav-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-panel {
  max-width: 400px;
  width: 100%;
  padding: 32px 12px;
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out;
  background-color: #FFFFFF;
  top: 80px;
  height: calc(100vh - 80px);
  left: 0;
  right: 0;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
}
.nav-panel.activo {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav-panel.activo a {
  pointer-events: auto;
}
.nav-panel.fixed {
  position: fixed;
  top: 80px;
  height: calc(100vh - 80px);
}
.nav-panel__item {
  margin-bottom: 20px;
}
.nav-panel__item a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 8px 0;
  display: block;
  pointer-events: none;
}
.nav-panel__item a:focus-visible {
  background-color: #FFA800;
}
.nav-panel__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .nav-bar .logo {
    max-width: 168px;
    left: calc(50% - 81px);
    margin: 0 auto;
    top: -6px;
  }
}
.title-area {
  padding-top: 0;
  padding-bottom: 32px;
}
.title-area--align-right .title-area__content {
  grid-column: 2/3;
}
.title-area__content .title-area__text {
  margin-bottom: 20px;
}
.title-area__content .btn {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .title-area {
    padding-bottom: 40px;
  }
}
.icon-button {
  display: flex;
  color: white;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.icon-button i {
  font-size: 24px;
}
.icon-button:focus-visible {
  background-color: #FFA800;
  color: #000000;
}
.icon-button::after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .flexible-content-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .reverse-layout {
    direction: rtl;
  }
  .reverse-layout > * {
    direction: ltr;
  }
}
.bloque-texto-enlace {
  padding: 64px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vw;
}
.bloque-texto-enlace .content {
  width: 100%;
}
.bloque-texto-enlace .content p {
  margin: 24px 0 32px;
}
.bloque-texto-enlace.tema-gris {
  background-color: #F2F2F2;
}
.bloque-texto-enlace.tema-oscuro {
  background-color: #000000;
  color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .bloque-texto-enlace {
    padding: 80px;
    min-height: 50vw;
  }
}
.bloque-cita-destacada {
  color: #FFFFFF;
  background-position: center;
  background-size: cover;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vw;
}
.bloque-cita-destacada .content {
  align-items: center;
}
.bloque-cita-destacada .content .quote-paragraph {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.bloque-cita-destacada .content .quote-paragraph p {
  margin: 20px 0;
}
.bloque-cita-destacada .content .quote-paragraph svg.right {
  align-self: flex-end;
}
.bloque-cita-destacada.tema-claro .content {
  color: #000000;
}
.bloque-cita-destacada.tema-claro .content svg path {
  fill: #000000;
}
.bloque-cita-destacada.tema-claro .content .quote-paragraph::after {
  background-color: #000000;
}
.bloque-cita-destacada.tema-oscuro {
  background-color: #000000;
}
.bloque-cita-destacada.tema-oscuro svg path {
  fill: #FFFFFF;
}
.bloque-cita-destacada.tema-oscuro .quote-paragraph::after {
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .bloque-cita-destacada {
    min-height: 50vw;
    padding: 80px;
  }
}
.bloque-imagen {
  width: 100%;
  min-height: 100vw;
}
.bloque-imagen img {
  height: 100%;
  min-height: 100vw;
}

@media screen and (min-width: 1024px) {
  .bloque-imagen {
    min-height: 50vw;
  }
  .bloque-imagen img {
    min-height: 50vw;
  }
}
.title-section {
  padding-left: 0;
  padding-right: 0;
}
.title-section--intro {
  padding-top: 0;
  padding-bottom: 0;
}
.title-section.tema-gris {
  background-color: #F2F2F2;
}
.title-section.tema-oscuro {
  background-color: #000000;
  color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .title-section .content {
    grid-column: 2/3;
  }
}
.home .nav-bar {
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0);
}
.home .nav-bar .logo {
  opacity: 0;
}
.home .bloque-cita-destacada {
  background-image: url("assets/images/quotes-background.png");
}

.hero--home {
  display: grid;
  padding-bottom: 40px;
  height: 684px;
  align-items: normal;
}
.hero--home video {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 684px;
  object-fit: cover;
}
.hero--home .overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 684px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 97.28%);
}

#intro-arrow {
  overflow: visible;
}

#intro-arrow-link {
  display: inline-block;
  cursor: pointer;
  justify-self: center;
  align-self: end;
}
#intro-arrow-link::after {
  content: none;
}

#vertical-line {
  transition: d 0.4s ease-in-out;
}

#intro-arrow-link:focus-visible .path-background {
  visibility: visible;
}

#intro-arrow-link:focus-visible path {
  stroke: #000000;
}

#intro-arrow-link:focus #vertical-line {
  transform: scaleY(1.2);
  transform-origin: center 47px;
}

#intro {
  background-image: linear-gradient(150.1deg, rgba(255, 255, 255, 0.86) 5.1%, rgba(255, 255, 255, 0.99) 38.15%), url("assets/images/intro-background.jpg");
  background-position: center;
  background-size: cover;
}
#intro .intro-container {
  padding-top: 160px;
  padding-bottom: 160px;
}
#intro .content {
  grid-column: 2/3;
}
#intro p {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

#nosotros {
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF;
}
#nosotros .grid-container {
  gap: 20px;
}
#nosotros .grid-container video {
  width: 100%;
  object-fit: cover;
}

#tienda {
  padding-left: 0;
  padding-right: 0;
}

.ig-section {
  padding: 80px 0 120px;
  background-image: radial-gradient(99.1% 136.05% at 15.45% 92.77%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%), url("assets/images/ig-background.png");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.ig-section .carousel .carousel-item {
  position: relative;
}
.ig-section .carousel .carousel-item .media {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.ig-section .carousel .carousel-item .media img,
.ig-section .carousel .carousel-item .media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ig-section .carousel .media:focus-within img {
  outline: 3px solid #FFA800;
  outline-offset: -3px;
  box-shadow: 0 0 0 3px #000000;
}

@media screen and (min-width: 600px) {
  .ig-section .arrow-btn-prev, .ig-section .arrow-btn-next {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .hero--home {
    height: calc(100vh - 40px);
  }
  .hero--home video {
    height: calc(100vh - 40px);
  }
  .hero--home .overlay {
    height: calc(100vh - 40px);
  }
  #intro .intro-container {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #intro p {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #nosotros .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #nosotros .grid-container .carousel {
    padding-left: 0;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    padding-right: 40px;
    gap: 40px;
    overflow-x: none;
    overflow-y: scroll;
  }
  .ig-section {
    padding-top: 120px;
    background-image: url("assets/images/goat-background.png"), radial-gradient(99.1% 136.05% at 15.45% 92.77%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%), url("assets/images/ig-background.png");
    background-position: right -395px, center, center;
    background-size: auto, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}
.nosotros {
  padding-left: 0;
  padding-right: 0;
}
.nosotros-intro {
  padding-top: 0;
  padding-bottom: 64px;
}
.nosotros-intro p {
  margin-bottom: 20px;
}
.nosotros-intro p:last-child {
  margin-bottom: 0px;
}

.nuestro-equipo {
  padding-bottom: 120px;
}
.nuestro-equipo .card-container {
  gap: 32px;
}

@media screen and (min-width: 600px) {
  .nuestro-equipo .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-intro {
    padding-bottom: 80px;
  }
  .nosotros-intro .content {
    grid-column: 2/3;
  }
  .nosotros .carousel-container .carousel {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
  .nuestro-equipo .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .nuestro-equipo .grid-container .empty-div {
    grid-column: span 1;
  }
  .nuestro-equipo .card-container {
    grid-column: span 2;
    column-gap: 20px;
    row-gap: 40px;
  }
}
#servicios .wrapper {
  padding-bottom: 64px;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  #servicios .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  #servicios {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    gap: 0;
  }
}
.single-showcase {
  padding-top: 80px;
  padding-bottom: 0;
  height: 100%;
}
.single-showcase .content-wrapper p {
  margin-top: 4px;
  margin-bottom: 20px;
}
.single-showcase .content-wrapper--product {
  color: #000000;
}
.single-showcase .content-wrapper--product .image img {
  object-fit: contain;
  height: fit-content;
}
.single-showcase .content-wrapper--barber .image img {
  height: 50vh;
}

.info-barber-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

.info-barber-container .photo-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.photo-grid a:focus-visible img {
  outline: 3px solid #FFA800;
  outline-offset: -3px;
  box-shadow: 0 0 0 3px #000000;
}

.photo-grid a::after {
  content: none;
}

@media screen and (min-width: 650px) {
  .single-showcase .content-wrapper---product {
    grid-auto-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .single-showcase .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-showcase .content-wrapper .image img {
    height: 100%;
  }
  .single-showcase .content-wrapper .card-content {
    max-width: 560px;
    margin: 0 auto;
  }
  .single-showcase .content-wrapper--product .card-content {
    padding-bottom: 120px;
  }
  .single-showcase .content-wrapper--product .image img {
    object-fit: cover;
  }
  .single-showcase .content-wrapper--barber img {
    max-height: calc(100vh - 120px);
  }
  .single-showcase .content-wrapper--barber .card-content {
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .single-showcase .content-wrapper--product {
    max-height: calc(100vh - 120px);
  }
}
.todos-los-productos {
  padding-bottom: 120px;
}
.todos-los-productos .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .todos-los-productos .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .todos-los-productos .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ven-visitanos .grid {
  gap: 20px;
}
.ven-visitanos .content h3 {
  margin-top: 74px;
  margin-bottom: 40px;
}
.ven-visitanos .content p {
  margin-bottom: 0;
}
.ven-visitanos .content {
  padding-bottom: 100px;
}
.ven-visitanos img {
  height: auto;
}

iframe {
  display: block;
}

@media screen and (min-width: 1024px) {
  .ven-visitanos .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ven-visitanos .grid img {
    grid-column: span 2;
  }
}
.blog {
  padding-bottom: 120px;
  gap: 32px;
}
.blog .blog-item {
  position: relative;
  width: 100%;
}
.blog .blog-item a {
  display: block;
}
.blog .blog-item a:focus-visible {
  box-shadow: 0 0 0 3px #000000;
}
.blog .blog-item a:focus-visible .blog-item__content {
  background-color: #FFA800;
}
.blog .blog-item a:focus-visible:after {
  width: 80%;
}
.blog .blog-item a::after {
  width: 40px;
  left: 12px;
  bottom: 14px;
}
.blog .blog-item a.viewed::after {
  width: 48px;
  transition: width 300ms ease-in-out;
}
.blog .blog-item a:hover::after {
  width: 75%;
}
.blog .blog-item .blog-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.blog .blog-item .blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.blog .blog-item__content h5 {
  padding: 12px 12px 22px;
  display: block;
}

@media screen and (min-width: 650px) {
  .blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-item__content a {
    padding: 12px 12px 22px;
    display: block;
  }
  .blog-item__content::after {
    left: 12px;
  }
}
.page-404 {
  display: flex;
}
.page-404 .single-showcase {
  position: relative;
  height: auto;
  width: 100%;
}
.page-404 .single-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/pattern.svg") repeat;
  opacity: 0.5;
}
.page-404 .single-showcase .content-wrapper {
  height: 100%;
}
.page-404__image-wrapper {
  height: 37.0625rem;
  background: url("assets/images/404.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .page-404__image-wrapper {
    height: 100%;
  }
}
.page-404 .title-area {
  padding-block: 5rem;
  display: flex;
  align-items: center;
}
.page-404 .title-area__content {
  position: relative;
  z-index: 2;
}
.page-404 .title-area h1 {
  margin-bottom: 40px;
}
.page-404 .title-area p {
  margin-bottom: 1.5rem;
}