.imgHead {
  width: 100% !important;
  height: 450px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/belleza.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.imgHead_2 {
  width: 100% !important;
  height: 250px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/servicios.png");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.imgHead_3 {
  width: 100% !important;
  height: 250px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/local.png");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.imgHead_4 {
  width: 100% !important;
  height: 250px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/cart.png");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.imgHead_5 {
  width: 100% !important;
  height: 550px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/welcome.png");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.imgHead_6 {
  width: 100% !important;
      height: 250px !important;
  border-radius: 10px;
  background-image: url("../../assets/img/cards.png");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.elitem {
    background-color: #f1f3f4;
    border-radius: 20px;
    margin: 10px 0px !important;
}
.logo {
  width: 100px;
  /*padding-top: 10px;*/
  float: left;
  margin-right: 0px;
}

.btn {
  border-radius: 20px;
}

h1 {
  color: var(--bs-primary);
}

body {
  color: var(--bs-secondary);
}
.colaborador{
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.seleccionado {
            background-color: #b00dfd !important; /* Morado */
            color: white !important; /* Texto blanco */
        }
