#intro{
    height: 70vh;
    width: 100%;
    position: relative;
}    


#aframeScene01{
        width: 100%;
        height: 70vh;
        z-index: 9;    
    position: absolute;
    background-color: black;
    }

	#introBasic {
        width: 100%;
		height: 70vh;
        z-index: 10;
        position: absolute;
		text-align: center;
		overflow: hidden;
        background-image: linear-gradient(rgba(255, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgb(0, 0, 0));
        
/*		background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(http://www.nacion.com/gnfactory/especiales/2017/Lanzadores/image.jpg);*/
/*
		background-size: cover;
		background-position: center;
*/
	}

	#introBasic .content {
		max-width: 1100px;
		padding: 10%;
		margin: auto;
     
	}	
	#introBasic h2 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 200;
		color: #fff;
	}	
	#introBasic h1 {
		font-size: 60px;
		font-weight: 800;
		letter-spacing: -1px;
		color: white;
		margin-bottom: 20px;
        font-family: 'Russo One', sans-serif;
	}	

  @media (max-width:650px) {
    #introBasic h1{
        font-size: 22px;
    }
}


	#introBasic p {
		color: #fff;
        font-size: 18px;
		line-height: 20px;
		font-weight: 100;
        text-shadow: 2px 2px 5px black;
	}	
	#introBasic .arrow {
		width: 50px;
		height: 50px;
		display: block;
		margin: 10% auto;
		border-radius: 50%;
		border: 2px solid #fff;
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../img/ui/arrow_down.svg);		
	}	