body{
  background-color: black;
}

#wrapper {

}

iframe{

  width: 100%;
  height: 33%;
}

#video_background {
  position: fixed;
	top: 50%;left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url("../bg/4.png") no-repeat;*/
	background-size: cover;
}

#img_background {
  position: fixed;
	top: 50%;left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url("../bg/4.png") no-repeat;*/
	background-size: cover;
  display: none;
}

.uno{

  position:fixed;
  width: 100%;
  float: left;
  margin-top: 2px;

}

.dos{

  margin-top: 108px;
  width: 50%;
  float: left;
  font-family: 'Asap';

}

.dos img{
	width:100%;
	z-index: 1;
	position: relative;
}

.dos a{
	opacity: 1; !important
}

.tres{
  width: 50%;
  float: left;

}

.cuatro{
  margin-left: -8%;
  float: left;
  width: 50%;
  margin-top: 80px;
}

.cuatro img{
  width: 100%;
}

.cinco{
  margin-left: 24%;
  width: 48%;
}
.cinco img{
  width: 100%;
  margin-top: 6%;
  margin-bottom: 2%;
}

a:link{
  color: white;
  opacity: .9;
}

a:visited{
  color: white;
  opacity: .9;
}

a:hover{
  color: white;
  opacity: .65;
}

a:active{
  color: white;
  opacity: 1;
}

#logo{
  max-width:500px;
  width:100%;
  margin-left: 5px;
  margin-top: 10px;
  z-index: 2;

}

#guionBloque{
  position:relative;
  float: left;
  filter: blur(75px);
  opacity: .9;
  background-color: black;
  z-index: 2;
  display: block;
    margin-top: -36%;
    width: 100%;
}

#guionBloque2 span{
  font-size: 1.5em;
  line-height: 1.4em;
  font-family: 'Montreal';
  font-weight: bold;
  color: white;
  margin-left: 0.5%;
}

#fronteras{
  position:fixed;
  opacity: .78;
  width: 56%;
  margin-top: 100px;
  z-index: 200;
  margin-left: -15%;
  float: left;
}

#guionBloque2{
  margin-top: 20px;
  position:relative;
  float: left;
  z-index: 20;
}

#guion{
  margin-top: 2%;
  width: 90%;
  margin-left: 9%;
  margin-right: 1%;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid white;

}

.guionMitad_1{
  margin-top: 2%;
  width: 90%;
  margin-left: 9%;
  margin-right: 1%;

}

.guionMitad_2{
  margin-top: 3%;
  width: 76%;
  margin-left: 8%;
  margin-right: 15%;

}

.slideLeft{
    animation-fill-mode: forwards;
    animation-delay:0.1s;
    animation-name: slideLeft;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
}

@keyframes slideLeft {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: -414px;
	}
}

.slideRight{
    animation-fill-mode: backwards;
    animation-delay:0.1s;
    animation-name: slideRight;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes slideRight {
	0% {
		margin-left: -414px;
	}
	100% {
		margin-left: 0px;
	}
}

#ficha{
  color: white;
  float: right;
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 1.4em;
  font-size: 1em;
  font-family: 'Montreal';
  font-weight: bold;
}

.dos video{
  width: 100%;
  margin-bottom: 20px;
}

.parrafo{
  color: white;
  margin-top: 100px;
  margin-right: 20%;
  padding-right: 4%;
  margin-left: 4%;
  line-height: 1.4em;
  font-size: 1.3em;
  font-family: 'Asap';
  border-right: 1px solid white;
  margin-bottom: 30px;
}

.parrafo2{
  color: white;
  margin-top: 100px;
  margin-right: 20%;
  margin-left: 18%;
  padding-right: 4%;
  line-height: 1.4em;
  font-size: 1.3em;
  font-family: 'Asap';
  border-right: 1px solid white;
  margin-bottom: 30px;
}

.parrafo span{
  font-size: 1.3em;
  line-height: 1.4em;
  font-family: 'Montreal';
  font-weight: bold;
}


@media (max-width:1100px) {

  #video_background{
    display: none;
  }

  #img_background{
    display: block;
  }

.parrafo{
  margin-left: 5%;
  margin-right: 15%;
}

.parrafo2{
  margin-left: 5%;
  margin-right: 15%;
}


  .dos{

    margin-top: 108px;
    width: 100%;
  }

  .tres{
    width: 100%;
  }

  .cuatro{
    margin-left: 5%;
    margin-right: 15%;
    width: 78%;
    margin-top: 80px;
  }

  .cuatro img{
    width: 100%;
  }

  .cinco{
    margin-left: 5%;
    margin-right: 15%;
    width: 83%;
    margin-top:0px;
  }
  .cinco img{
    width: 100%;
    margin-top: 6%;
    margin-bottom: 2%;
  }

}



}
