

/*section#content .content-header.content-header-background {
  .container 
{
  height:100%;
     background: linear-gradient(90deg, #144d5a, rgba(30, 116, 135, .9) 70%, rgba(63, 185, 212, .8));

}}*/

#carousel-homepage.carousel .carousel-inner .item:before {
    background: linear-gradient(90deg, #144d5a, rgba(30, 116, 135, .6) 70%, rgba(63, 185, 212, .4));
} 

/*.content-header-background {
    box-shadow: inset 0 0 0px 1000px rgba(20, 77, 90, 0.7);
}*/
/*#carousel-homepage.carousel .carousel-inner .item:before {
      box-shadow: inset 0 0 0px 1000px rgba(20, 77, 90, 0.7);
  background: linear-gradient(to top, #144d5a, transparent 60%);
}
*/
section#content .content-header.content-header-background {
  height:350px;
}
section#content .content-header.content-header-background .breadcrumb {
    padding-top: 220px;
}
section#content .content-header.content-header-background:after {
    /*background: linear-gradient(to top, #144d5a, transparent 60%);*/
  background: linear-gradient(90deg, #144d5a, rgba(30, 116, 135, .6) 70%, rgba(63, 185, 212, .4));
}

