
#brand-banner-id .brand-banner-content {
    padding: 40px 80px !important;
    background-color: var(--light-white-v3);
    background-size: cover;
    background-image: url(https://sonepar.pe/wp-content/uploads/2020/10/patron-3m-movil.webp);

}

#brand-banner-id .brand-banner-content  h1{
    font-weight: 300;
    font-size: 30px;
    color: #FF6600!important;
}


#brand-banner-id .brand-banner-content  p{
    color: #666666!important;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1em;
    font-weight: 500;
}



/* store-products */
.store-products h3{
    font-weight: 300;
    font-size: 18px;
}
.line-display {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    height: 220px;
    width: 250px;
}

.line-display p{
    color: #666666;
    font-weight: 300;
}

.line-display img {
    max-width: 200px;
    height: auto;
}

.line-title {
    font-weight: 700 !important;
    margin-top: 15px;
}


/*  */
.image-text-container {
    position: relative;
    color: white;
  }

  .img-fluid {
    width: 100%;
    height: auto;
    display: block; /* Esto evita que haya espacio adicional debajo de la imagen */
  }

  .overlay-text {
    color: white !important;
    font-size: 16px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 20px;
    text-align: left;
    padding: 0 20px; /* Añade un poco de padding si es necesario */
  }

#solutions-id h1{
    font-weight: 300;
    font-size: 30px;
    color: #FF6600!important;
}

#solutions-id p{
    width: 400px;
    color: #666666;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
}
/* markets */

#markets-id .markets-item h3{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    color: #0c0c0c !important;
}
#markets-id .markets-item h5{
    font-weight: 300;
    color: #FF6600;
    font-size: 16px;
}

#markets-id .markets-item p{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    color: #666666!important;
}

/* books */

#books-id .ebook-catalog-item{
    margin: 10px;
}

#books-id h4,
#books-id p{
    color: var(--text-black);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

#books-id p{
    font-weight: 700;
}


.ebook-catalog-item {
    position: relative;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.image-icon-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.image-icon-wrapper img {
    width: 100%;
    display: block;
}

.image-icon-wrapper .icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #888888;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: rgba(255, 255, 255, 0.7);
    /* padding: 7rem;    */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-icon-wrapper:hover .icon-overlay {
    opacity: 1;
}


.parallax-container {
    position: relative;
    overflow: hidden;
}

.static-image {
    width: 55%;
    height: auto;
    display: block;
}

.parallax-text {
    position: absolute;
    letter-spacing: 2px;
    top: 25px;
    right: 0;
    width: 50%;
    will-change: transform;
    z-index: 10;
    background: rgba(255, 255, 255);
    /* Fondo semi-transparente para el texto */
    padding: 20px;
    box-sizing: border-box;
}

.parallax-text h3 {
    font-size: 20px;
    font-weight: 700;
}
.parallax-text h5 {
    font-size: 15px;
}

.parallax-text p {
    font-size: 13px;
}



@media (max-width: 768px) {
    .parallax-text {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .static-image {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .parallax-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .overlay-text {
        top: 30%;
    }
}
