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

body, html {
  min-height: 100vh;
  background: linear-gradient(to right, #02a3a6, #ff7e5f);
}


.header {
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 10px 20px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-links {
  display: flex;
  gap: 35px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s ease;
  color: black;
}

.nav-link:hover {
  color: #0693a9;
}

.nav-content {
  display: flex;
  justify-content: end;
  width: 100%;
  font-family: 'Varela Round', sans-serif;
}

.nav-options {
  display: flex;
  gap: 15px;
}


.hero-section {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: +1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 800px;
  z-index: 1;
  margin-right: 800px;
  margin-left: 50px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.9);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.9);
  margin-right: 150px;
}

.hero-description {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}


#collage-section .collage {
  display: flex;
  height: 450px;
  padding-bottom: 80px;
  width: 100%;
}

#collage-section .collage img {
  width: 0px;
  flex-grow: 1;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.5s ease;
}

#collage-section .collage img:hover {
  cursor: crosshair;
  width: 100px;
  opacity: 1;
  filter: contrast(120%);
}


.peluqueria {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}

.peluqueria-images {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.peluqueria-images .main-image {
  width: 350px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.peluqueria-images .secondary-image {
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.peluqueria-content {
  flex: 1;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  padding-top: 40px;
}

.peluqueria-content h2 {
  font-size: 28px;
  color: black;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.peluqueria-content p {
  font-size: 20px;
  line-height: 1.7;
  color: black;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.peluqueria-content p2 {
  font-size: 16px;
  line-height: 1.7;
  color: black;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.info-btn {
  display: flex;
  background-color: #1cc1b7;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  justify-content: center;
  border: 3px solid black;
}

.info-btn:hover {
  background-color: #19a29a;
}

.check-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}


.footer {
  margin-top: 50px;
  flex-direction: column;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  padding-top: 40px;
  width: 100%;
  background-color: #ffffff;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.nav-link {
  display: inline-block;
  color: black;
  transition: color 0.3s ease;
  transition: transform 0.3s ease;
}

.nav-link svg {
  fill: currentColor;
  transition: fill 0.3s ease;
  transition: transform 0.3s ease;
}

.nav-link:hover {
  transform: scale(1.1);
}

footer .nav-link:hover {
  transform: scale(1.4);
  transition: transform 0.3s ease;
}

footer a img {
  transition: transform 0.3s ease;
}

footer a:hover img {
  transform: scale(1.4);
}

a img {
  transition: transform 0.3s ease;
}

a:hover img {
  transform: scale(1.1);
}


@media (max-width: 1200px) {
  .hero-title {
    font-size: 2rem;
    margin-right: 50px;
  }

  .hero-description {
    font-size: 1.2rem;
  }

  .hero-content {
    max-width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .peluqueria-images .main-image {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .nav-links {
    gap: 10px;
    padding-top: 15px;
  }

  .nav-link {
    font-size: 14px;
  }

  .peluqueria {
    flex-direction: column;
    align-items: center;
  }

  .peluqueria-images .main-image {
    max-width: 100%;
  }


  .hero-content {
    position: relative;
    text-align: center;
    color: white;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.9);
    font-size: 0.7rem;
    padding-top: 20px;
  }
  

  .hero-title {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.9);
    margin-right: 15px;
    margin-left: 15px;
  }
  

  .hero-description {
    font-size: 0.9rem;
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
  }
  

  .hero-subtitle {
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }
}


@media (max-width: 480px) {
  .hero-section {
    height: 350px;
    font-size: 1rem;
  }

  .hero-title {
    font-size: 0.7rem;
    margin-right: 0;
  }

  .hero-description {
    
    font-size: 0.6rem;
  }

  .hero-content {
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
    font-size: 0.7rem;
  }

  #collage-section .collage img {
    max-width: 100%;
  }

  .nav-links {
    gap: 10px;
    padding-top: 15px;
  }

  .nav-link {
    font-size: 14px;
  }

  .peluqueria {
    flex-direction: column;
    align-items: center;
  }

  .peluqueria-images .main-image {
    max-width: 100%;
    
  }

}