#mainContent {
    background: rgb(56, 139, 285);
    background: -moz-linear-gradient(180deg, rgba(56, 139, 185, 1) 0%, rgba(85, 121, 168, 0.7) 52%, rgba(0, 46, 107, 1) 150%);
    background: -webkit-linear-gradient(180deg, rgba(56, 139, 185, 1) 0%, rgba(85, 121, 168, 0.5) 52%, rgba(0, 46, 107, 1) 150%);
    background: linear-gradient(180deg, rgba(56, 139, 185, 1) 0%, rgba(85, 121, 168, 0.3) 52%, rgba(0, 46, 107, 1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#388bb9", endColorstr="#002e6b", GradientType=1);
   /* margin-top: 110px;*/
  }

  .page-labfacil{
    background-color: #002E6B;    height: 220%;
  }

  .corpoLabFacil {
    /*margin-top: 110px;*/
    margin-bottom: 0px;
    background-color: #002E6B;

  }

  /* Parallax container */
  .parallax-container {
    position: relative;
    height: 250%;/*153vh;*/
    overflow: hidden;
  }

  /* Video de fundo */
  .parallax-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  /* Texto no topo */
  .parallax-text {
    position: relative;
    color: white;
    text-align: center;
    font-family: "Raleway", serif;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 20px;
  }
  .parallax-text, .container {
  z-index: 1;
  }

  .corpoLabFacil{
    margin-top: 0px;
    margin-bottom: 0px;
  }

/*
  .parallax-container {
    position: relative;
    height: 101em;
    overflow: hidden;
  }
*/
  /* Vídeo como plano de fundo */
  .parallax-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  /* Texto no topo do vídeo */
  .parallax-text {
    position: relative;
    color: white;
    /*text-align: center;*/
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 20px;
  }

  .parallax-text-menor {
    position: relative;
    color: white;
    /*text-align: center;*/
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
    top: -20px;
   /* padding: 10px;*/
  }

  p.texto {
    color: white;
    text-align: left;
    font-family: "Raleway", serif;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  h5.funcionalidade {
    color: rgb(47, 99, 148);
    text-align: left;
    font-family: "Raleway", serif;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  p.funcionalidade {
    color: rgb(47, 99, 148);
    text-align: left;
    font-family: "Raleway", serif;
    font-size: 8pt!important;
  }

  .fw-bold{
    font-size: 18pt;
    color: white;
  }

  ul.labfacil{
    list-style-type:circle;
    margin: 20px;
    /*padding: 0;*/
  }

  .fundoBranco{
    background-color: whitesmoke;
    border-radius: 10px;
  }

  /*video*/

  .video-container {
    position: relative;
    max-width: 800px;
    margin: auto;
  }

  .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    pointer-events: none;
    opacity: 0.8;
  }

  video {
    width: 100%;
    border-radius: 10px;
  }

  .finalQuadro{
    height: 350px;
  }
