
#brand-banner-id .brand-banner{
    background-image: linear-gradient(298deg,#084895 50%,#1D1F5D 100%);
    min-height: 450px
}


#brand-banner-id .brand-banner-content {
    padding: 40px 80px !important;


}

#brand-banner-id .brand-banner-content  h1{
    font-weight: 300;
    font-size: 34px;
    color: var(--light-white-v3);
}



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

#brand-banner-id .banner-content{
    list-style:square;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    color: var(--light-white-v3);
}

#brand-banner-id .banner-content li{
    color: var(--light-white-v3) !important;
    font-weight: 700;
}

/*  */
.announcements-content{
    height: 400px;
    max-height: 400px;
}
.announcements-content:first-child{
    background-image: linear-gradient(153deg,#0B4980 0%,#5193C5 85%);
    background-color: #1662D4;
}
.announcements-content:last-child{
    background-image: linear-gradient(137deg,#9db5d7 0%,#D8E1F1 100%);


}

.img-portada{
    background-image: url("/assets/banners/philips-portada-essential-opc-2.webp" );
    background-size: cover;
    height: 400px;
}

.announcements-content h3,
.announcements-content p{
    color: var(--light-white-v3);
}

/* store-products */
.store-products h1{
    font-weight: 300;
}
.line-display {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    height: 300px;
    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;
}



/* markets */

#markets-id .markets-item h3{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

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

/* Videos  */
#videos-id h1,
#videos-id h3{
    color: #666666;
}

#videos-id h3{
    text-align: center;
    font-size: 24px;
}

#videos-id .videos-item {
    margin-bottom: 40px;

}

#videos-id iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}


.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #007bff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-menu a:hover {
    background-color: #cfdae5;
  }
