.shadow-text {
   /*  font-size: 2.1rem; /* Tamaño grande */
    font-weight: bold; /* Texto en negrita */
    color: #3D3736; /* Color oscuro similar */
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8); /* Sombra difuminada */
}
.text-hover:hover{
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}
.background-img {
    position: relative;
    z-index: 0;
}

.background-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/fondo-productos.jpg'); /* Ajusta la ruta según sea necesario */
    background-size: cover;
    opacity: 1; /* Ajusta el nivel de opacidad que desees */
    z-index: 1;
    pointer-events: none;
}
.background-img > * {
    position: relative;
    z-index: 2;
}
.border-axolorosa{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(242, 65, 130);
}
.taza{
    width: 15rem;
    height: auto;
}
.playera{
    width: 12rem;
    height: auto;
    transform: rotate(10deg);
}

.donegal-one-regular {
    font-family: "Donegal One", serif;
    font-weight: 400;
    font-style: normal;
  }

.whitetoblack{
    color: black;
}
.whitetoblack:hover{
    color: white;
}
.filete-dark{
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; */
    /* -webkit-text-stroke: 1px black; */
   /*  -webkit-text-stroke: 1px black; */
    color: white;
    text-shadow:
        3px 3px 0 #000,
      -1px -1px 0 #000,
       1px -1px 0 #000,
       -1px 1px 0 #000,
        1px 1px 0 #000;
}
.border-img{
    box-shadow: 7px 9px 20px 4px rgba(0, 0, 0, 0.8);
}
