html{height: 100%;}

.accordion-item
{
    border: none;
}
.accordion-button
{
    color: #313131;
    background-color: #ccc;
    margin-bottom: 4px;;
}
.accordion-button:not(.collapsed)
{
    color: #fff;
    background-color: #0B448B;
}

.breadcrumb-header.home-2{
    padding-top: 180px;
}

#map { height: 800px; width: 100%; }

.overlay{
    background-color: rgba(34, 34, 34, 0.8);
}

.single-blog-page a,
a:hover,
a:focus
{
    text-decoration: none;
    color: #2650f8;
}

.single-blog-page
a:hover,
a:focus {
    text-decoration: none;
    color: #3e63f9;
}

.breadcrumb-header .banner h1 {
    font-size: 65px;
}

.cat-detalle p{
    font-size: 18px;
    color: #313131;
}

.bg-imange-banner-interno{
    background : #959EAD;
}


.parallax-header{
 padding: 50px 0px 250px 0px;
}

.servicios {
    margin-top: -200px;
}

.work-item .hover-box .text-box { 
    width: 80%;
}

.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  
  .video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .video-foreground iframe {
    width: 100%;
    height: 100%;
  }
  
  .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 113, 0.8); /* Blue with 50% opacity */
    z-index: 1;
  }

  p, .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1{
    font-size: 18px;
  }
  
  .blog-item .text-box h5, .awards-item .text-box h5, .item-careers a h5{
    font-size: 22;
    font-weight: bolder;
    margin-bottom: 15px;
  }
