.background2 {
    background-color: #f7dbf5;
}

.header-1 {
    font-size: 1rem;
}
.header-3 {
    font-size: 0.8rem;
}
.header-4 {
    font-size: 0.8rem;
}

.header-best-seller {
    font-size: 1.6rem;
}

.header-best-seller-2 {
    font-size: 0.8rem;
}

#best-seller-container {
    background-color: #f7dbf5;
}

#anime-2 {
    bottom: 0;
}

.acercadecss{
    font-size: 20px;
    text-align: justify;
}

.img-temporada {
    max-width: 90%; /* Asegura que la imagen no exceda el ancho del contenedor */
    max-height: 300px;
    min-height: 300px;
    height: auto;    /* Mantiene la relación de aspecto */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Suaviza el cambio de tamaño y sombra */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra suave */
    border-radius: 8px; /* Bordes redondeados */
}

.img-temporada:hover {
    transform: scale(1.1); /* Aumenta el tamaño de la imagen al pasar el mouse */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Sombra más intensa al pasar el mouse */
}

.img-nuevo-producto {
    max-width: 90%; /* Asegura que la imagen no exceda el ancho del contenedor */
    max-height: 200px;
    min-height: 200px;
    height: auto;    /* Mantiene la relación de aspecto */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Suaviza el cambio de tamaño y sombra */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra suave */
    border-radius: 8px; /* Bordes redondeados */
}

.img-nuevo-producto:hover {
    transform: scale(1.1); /* Aumenta el tamaño de la imagen al pasar el mouse */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Sombra más intensa al pasar el mouse */
}

@media (min-width: 714px) {
    .header-1 {
        font-size: 2rem;
    }
    .header-3 {
        font-size: 1.5rem;
    }
    .header-4 {
        font-size: 1rem;
    }
    .header-best-seller {
        font-size: 2rem;
    }

    .header-best-seller-2 {
        font-size: 1.2rem;
    }
    .banner-mt{
        margin-top: 60px;
    }
}

@media (min-width: 1080px) {
    #best-seller-container {
        background-image: url('../img/home-background2.png');
        background-position: bottom;
        background-repeat: repeat-x;
        background-color: transparent;
    }
    .header-1 {
        font-size: 3rem;
    }
    .header-3 {
        font-size: 2rem;
    }
    .header-4 {
        font-size: 1.25rem;
    }
    .header-best-seller {
        font-size: 3rem;
    }

    .header-best-seller-2 {
        font-size: 2rem;
    }

    .best-seller-eye {
        padding-top: 10%;
    }

}

@media (max-width: 713px) {
    #about {
        line-height: 1.5;
    }

    #about p.collapse:not(.show) {
        height: 100px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    #about p.collapsing {
        min-height: 100px;
    }

    #about a.collapsed:after {
        content: "Leer mas...";
    }

    #about a:not(.collapsed):after {
        content: "Leer menos...";
    }
}

@media (max-width: 576px)  {
    .acercadecss{
        font-size: 11px;
        text-align: justify;
    }
    .banner-mt{
        margin-top: 10px;
    }
}
body {
    background-color: #fff1ff;
    font-family: 'Montserrat';
    font-style: normal;
}


.title-decorated {
    background-image: url(../img/pupilovers-stars.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 80px;

}

.best-seller-eye {
    background-image: url('../img/pupilovers-eye.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70%;
    padding-top: 2%;
}


