.header {
    position: relative;
    text-align:center;
    background-image: url('../img/Web/Sesión\ de\ fotos\ en\ estudio\ Bogotá\ Colombia.webp');
    /*background: linear-gradient(60deg, #27273c 0%, #86377b 100%);*/
    color:white;
    
	width: 100%;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
  }
  
.sombra{ /*Sombra h1 15 años - bodas - streaming - sesiones*/
  text-shadow: 0.1em 0.1em 0.2em black;
}

  .inner-header {
    height:65vh;
    width:100%;
    margin: 0;
    padding: 0;
  }
  
  .flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }
  
  .content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
  }
  
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
  }

  /*CARACTERÍSTICAS DE LOS PAQUETES Y ESO*/
  .webb{
    color: #fa8ea9;
    margin-top: 10px;
}

/*dos columnas*/
/*centrar de arriba a abajo eje y*/
.cenp{
    align-self: center;
    justify-self: center;
}
/*centrar imágenes eje x*/
.cen-img{
    padding: 0 0; 
}

/*nuestros paquetes*//*alegre*/
.parallax{
	width: 100%;
	  height: 30vh;
    background: linear-gradient(60deg, red 0%, #fa8ea9 100%);
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  display: flex;
	  justify-content: center;
	  align-items: center;	
  }
  
  @media screen and (max-width:768px){
	.parallax{
	  height: 20vh;
	}
  }

  /*PAQUETES*/
    
    .item-2 { /*dulce*/
    width: 100%;
    height: 50vh;
    background-image: url('../img/Web/Fotografía\ 15\ años\ Bogotá.webp');
    background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  display: flex;
	  justify-content: center;
	  align-items: center;	
	  -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;      
    }
    
    .item-3 { /*encantada*/
      width: 100%;
      height: 50vh;
      background-image: url('../img/Web/Fotografía\ 15\ años.webp');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      display: flex;
      justify-content: center;
      align-items: center;	
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; 
    }
    
    .item-4 { /*inolvidable*/
      width: 100%;
      height: 50vh;
      background-image: url('../img/Web/Fotos\ y\ Vídeo\ 15\ años\ Colombia.webp');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      display: flex;
      justify-content: center;
      align-items: center;	
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; 
    }

    @media (max-width:768px){
      .item-0, .item-2, .item-3, .item-4{
      width: 100%;
      height: 30vh;
      justify-content: center;
      align-items: center;
      -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      background-attachment: scroll; /*  Para el efecto parallax */
      }
    }
    
    @media (max-width:360px){
      .item-0, .item-2, .item-3, .item-4{
      height: 30vh;
      background-attachment: scroll; /*  Para el efecto parallax */
      }
    }