.bg-stiker {
    background-color: #39c7f5;
}

.bg-soy {
    background-color: #B4F0FF;
}

.bg-comida {
    background: #B4F0FF;
}

.bg-texto {
    padding: 0px;
    margin: 0px;
    text-align: justify;
}

.bg-texto p {
    padding: 0px;
    margin: 0px;
}

.contenedor-texto {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 20px
}

.contenedor-imagen {
    position: relative;
    overflow: hidden;
    /* asegura que cualquier parte de la imagen fuera del contenedor no sea visible */
}

.contenedor-imagen-producto {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: auto;
    /* Esto asegura que la imagen mantenga su relación de aspecto */
}

.contenedor-link-instagram {
    position: absolute;
    bottom: 120px;
    left: 40px;
    width: 55%;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #034166;
    /* Esto asegura que la imagen mantenga su relación de aspecto */
}

.contenedor-link-web {
    position: absolute;
    bottom: 120px;
    left: 90px;
    width: 55%;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #034166;
    /* Esto asegura que la imagen mantenga su relación de aspecto */
}

.contenedor-imagen-titulo {
    position: absolute;
    top: 9rem;
    font-size: 3rem;
    right: 0;
    width: 53%;
    height: auto;
    font-family: 'Paytone One', sans-serif !important;
    text-align: center;
    line-height: 1;
    color: #034166;
}

.contenedor-imagen-cumpleano {
    position: absolute;
    top: 24.5rem;
    font-size: 2rem;
    left: -4rem;
    width: 55%;
    height: auto;
    font-family: 'Montserrat-Variable', sans-serif !important;
    text-align: center;
    line-height: 1;
    color: #034166;
}

/* Imagen para dispositivos móviles */
@media (max-width: 576px) {
    .contenedor-imagen-titulo {
        top: 4.5rem;
        font-size: 1.7rem;
    }

    .contenedor-imagen-cumpleano {
        top: 13rem;
        font-size: 1.1rem;
        left: -2.1rem;
    }
}

/* Imagen para tablets */
@media (min-width: 577px) and (max-width: 991px) {
    .contenedor-imagen-titulo {
        top: 6.5rem;
        font-size: 2.8rem;
    }

    .contenedor-imagen-cumpleano {
        top: 13rem;
        font-size: 1.8rem;
        left: -2.1rem;
    }
}