 .parallax-container {
      height: 500px;
  }
  #parallaxxecainicio{
    height: 1000px;
  }

  .Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

  a.active {
     background-color: #26a69a;
  }  
  .nav-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-bottom: 0px;
    z-index: 997;
  }

  #xecainicio .parallax-container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(53, 198, 198, 0.36)*/
    background: rgba(73, 234, 212, 0.2);
    z-index: 0;
  }

  #viabilidad .parallax-container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(73, 234, 212, 0.2);
    z-index: 0;
  }

  #herramientas .parallax-container:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(73, 234, 212, 0.2);
      z-index: 0; 
  }

  #xecainicio h1{
    z-index: 10;
    font-size: 8.4em;
  }

  blockquote{
    border-left: 5px solid #26a69a;
  }

  .input-field label ,#nombre, #email, #mensaje, #asunto{
     color: white;
   }

   #nombre:focus + label,
   #email:focus + label , 
   #mensaje:focus + label,
   #asunto:focus + label {
     color:white;
   }
   .input-field input[type=text]:focus,
   #mensaje:focus{
     border-bottom: 1px solid white;
     box-shadow: 0 1px 0 0 white;
   }

   .lisliders:after{
          background: red;
   }



  .line{display:block; margin:25px}
  .line h2{font-size:15px; text-align:center; border-bottom:1px solid red; position:relative; }
  .line h2 span { background-color: white; position: relative; top: 10px; padding: 0 10px;}


  .spancolor{
    position: absolute;
    left: 50%;
    display: block;
    border-top: 6px solid #33cccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 70px;
    margin-left: -35px;
  }