.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6c5b7b;
}


.hero::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/masaje bebe1.jpg'); 
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}



.hero-text h1 {
  font-size: 3em;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: hwb(335 46% 9%);
  text-decoration:solid;
  
}

.menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 20px;
}
.menu a:hover {
  color: #df4478; /* color al pasar el cursor */
}


.social a {
  margin: 10px;
  padding: 10px;
  color: #b03a83;
}

.rounded {
  border-radius: 5%;
  width: 800px;
  text-align: center;
}

body {
  background-color: #fdd0df; 
}

.float-text p {
  font-family: 'Lobster', cursive;
  font-size: 1.8em;
  color: #6c5b7b;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.float-text {
margin: 1px;
padding: 1px;
  justify-content: center;
  width: 50%;

}

.gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.hover-img:hover {
  filter: grayscale(100%);
}

.video-container iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  margin: 10px;
}

main h1,h2,h3
main p {
  font-family:'Lobster' , cursive;
  color: #6c5b7b; 
  text-align: center;
}

.fondo-videos {
  background-image: url('img/masajes-relajantes-piernas-pies.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fondo-videos {
  background: linear-gradient(to bottom right, #f8bbd0, #fce4ec);
}
