
    body { 
        
        background-image: url('../img/Screenshot 2025-05-31 220524.png');
        background-size: cover;        /* Escala la imagen para cubrir todo el fondo */
        background-position: center;   /* Centra la imagen */
        background-repeat: no-repeat;  /* Evita que se repita */
         background-attachment: fixed;
    }
    .img-perfil {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 20%;
  }
   .jumbotron-tinta {
   /* background-color: #ffecd2; /* Cambia este valor por el color que prefieras */
   background-image: url('../img/flores.jpg');
   background-size: cover;        /* Escala la imagen para cubrir todo el fondo */
   background-position: right;   /* Centra la imagen */
   background-repeat: no-repeat;  /* Evita que se repita */
   
   
  }
.jumbotron-tinta h1,
.jumbotron-tinta p {
  color: rgb(0, 0, 0);
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  text-shadow: 
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}
  .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  padding: 1rem;
}#serviciosCarrusel {
  max-height: 400px;
  overflow: hidden;
}
#serviciosCarrusel .carousel-item {
  height: 400px; /* o la altura que desees */
  position: relative;
}

#serviciosCarrusel .carousel-item img {
  object-fit: cover;     /* Rellena el espacio sin deformarse */
  width: 100%;
  height: 100%;          /* Toma toda la altura del item */
  display: block;
} 
