.header2 {
    position: relative;
    text-align:center;
    background-image: url('../img/Sin/fiesta.jpg');
    /*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;
  }

/*CORPORATIVA Y SOCIAL*/
    
    .item-2 { /*CUMPLEAÑOS*/
        width: 100%;
        height: 50vh;
        background-image: url('../img/Sin/Fotografía\ cumpleaños\ Eventos\ Bogotá\ Colombia.JPG');
        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 { /*RELIGIOSOS*/
          width: 100%;
          height: 50vh;
          background-image: url('../img/Sin/Bautismo.jpg');
          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 { /*embarazo*/
          width: 100%;
          height: 50vh;
          background-image: url('../img/Sin/fotografia\ social.jpg');
          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-5 { /*sesiones*/
            width: 100%;
            height: 50vh;
            background-image: url('../img/Sin/Osmoge\ Creative.jpg');
            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-6 { /*artistas*/
            width: 100%;
            height: 50vh;
            background-image: url('../img/Sin/sesión\ fotográfica.JPG');
            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; 
          }
/*corporativo*/
          .item-7 { /*eventos*/
            width: 100%;
            height: 50vh;
            background-image: url('../img/Sin/evento\ corporativo.jpg');
            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-8 { /*productos*/
            width: 100%;
            height: 50vh;
            background-image: url('https://images.pexels.com/photos/1639565/pexels-photo-1639565.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
            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-2, .item-3, .item-4,
                .item-5, .item-6, .item-7, .item-8{
	              	height: 25vh;
	              }
            }