@charset "utf-8";
/* CSS Document */


	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}


	.section{
		text-align:center;
		width:100%;
		height:100%;
		min-height:600px;
	}


	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6,
	#section7
    {
		background-size: cover;
	}


	#section1{
		background-image: url(imagenes/01.jpg);
	}
	
	#section2{
		background-image: url(imagenes/02.jpg);
	}
	
	#section3{
		background-image: url(imagenes/03.jpg);
	}
	
	#section4{
		background-image: url(imagenes/04.jpg);
	}
	
	#section5{
		background-image: url(imagenes/05.jpg);
	}
	
	#section6{
		background-image: url(imagenes/06.jpg);
	}
	
	#section7{
		background-image: url(imagenes/07.jpg);
	}
	

@font-face{font-family:'BourtonBase';src:url("css/BourtonBase.woff") format("woff");font-weight:normal;font-style:normal;}

	
   .hola{

  font-family: 'BourtonBase';
  text-transform: uppercase;
  font-size: 11vw;
  text-align: center;
  line-height:100%;
  text-decoration:none;
  letter-spacing: -.9vw;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
  color:#ffffff;
  opacity:1;
	}

  #section3 h1{
		color: #000;
	}
	
	#ladel{ width:83%; text-align:left;}
	
	#ladel2{ width:47%; text-align:left;}
	
	#ladel3{ width:80%; text-align:left;}
	
	#ladel4{ width:73%; text-align:left;}
	
	#ladel5{ width:39%; text-align:left;}
	
	#ladel6{ width:44%; text-align:left;}
	
	#ladel7{ width:83%; text-align:left;}
	
	
	@media screen and (max-width:700px){
		#section1{
		background-image: url(imagenes/01a.jpg);
	}
	
	#section2{
		background-image: url(imagenes/02a.jpg);
	}
	
	#section3{
		background-image: url(imagenes/03a.jpg);
	}
	
	#section4{
		background-image: url(imagenes/04a.jpg);
	}
	
	#section5{
		background-image: url(imagenes/05a.jpg);
	}
	
	#section6{
		background-image: url(imagenes/06a.jpg);
	}
	
	#section7{
		background-image: url(imagenes/07a.jpg);
	}
	}
	
	
	@media screen and (max-width:800px){
		.hola{
  font-size: 17vw;
	}
		#ladel,#ladel2,#ladel3,#ladel4,#ladel5,#ladel6,#ladel7{ width:82%; text-align:center;}
	}
	
	
