.view-animate-container {

  height:100vh;
  overflow:auto;
  z-index:88888;
}

.view-animate {
  padding:0px;
    padding-bottom:70px;
}

.view-animate.ng-enter, .view-animate.ng-leave {
  
  display:block;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;


}

.view-animate.ng-enter {
  left:0;
}
.view-animate.ng-enter.ng-enter-active {
  left:0;
}
.view-animate.ng-leave.ng-leave-active {
  left:0;
}

@-webkit-keyframes texto {
  0%   { font-size: 0px; }
  100% { font-size: inherit; }
}
@-moz-keyframes texto {
   0%   { font-size: 0px; }
  100% { font-size: inherit; }
}
@-o-keyframes texto {
  0%   { font-size: 0px; }
  100% { font-size: inherit; }
}
@keyframes texto {
   0%   { font-size: 0px; }
  100% { font-size: inherit; }
}

@-webkit-keyframes texto2 {
  0%   { font-size: 0px; }
  100% { font-size: inherit; }
}
@-moz-keyframes texto2 {
   0%   { font-size: 0px; }
   100% { font-size: inherit; }

}
@-o-keyframes texto2 {
  0%   { font-size: 0px; }
   100% { font-size: inherit; }
}
@keyframes texto2 {
   0%   { font-size: 0px; }
   100% { font-size: inherit; }
}

@-webkit-keyframes fotos {
  0%   { opacity: 0; width:0px; }
  100% { opacity: 1; width:100%; }
}
@-moz-keyframes fotos {
  0%   { opacity: 0; width:0px; }
  100% { opacity: 1; width:100%; }

}
@-o-keyframes fotos {
  0%   { opacity: 0; width:0px; }
  100% { opacity: 1; width:100%; }
}
@keyframes fotos {
 0%   { opacity: 0; width:0px; }
  100% { opacity: 1; width:100%; }

}

@-webkit-keyframes opacidade {
 0%   { opacity:0; }
 100% { opacity:1; }
}
@-webkit-keyframes opacidade {
   0%   { opacity:0; }
 100% { opacity:1; }
}
@-webkit-keyframes opacidade {
  0%   { opacity:0; }
 100% { opacity:1; }
}
@-webkit-keyframes opacidade {
   0%   { opacity:0; }
 100% { opacity:1; }
}


/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/
