#banner{
	background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/SVG/bg01.svg");
    background-position: bottom left, bottom right, top left, bottom center !important;
   
}

#cta{
    background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/SVG/bg02.svg");
    background-position: bottom left, bottom right, top left, top center !important;
}

#logo img{
    max-height: 5em;
    margin-left: 3em;
}

#destacado {
    background-image: url(../../images/SVG/spaceShip01.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-width: 100%;
    min-height: 15em;
    
}

.bounce {
    margin-top: 50px;
    width: 50px;
    height: 50px;
    /* background-color: gold;
    border: 1px solid #999; */
    animation: bounce 5s infinite alternate;
    -webkit-animation: bounce 5s infinite alternate;
  }
  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-55px);
    }
  }
  @-webkit-keyframes image {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-55px);
    }
  }
#services{
    background-color: black;
    background-image: url(../../images/SVG/bg03.svg);
    background-size: cover;
    
}

.imgFeactures .image:before {
  background: transparent;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}