.window{
  position: relative;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  height: auto;
  padding-bottom: 100px;
}

.spacertop{
  position: relative;
  height: 100px;
  width: 100%;
}

.caption-cont{
  position: relative;
  width: 100%;
  height: 100px;
}

.caption-cont-error{
  position: relative;
  width: 100%;
  height: 400px;
}

.Error404{
  color: white;
  text-align: center;
  position: relative;
  font-family: SanFrancisco-K;
  font-size: 150px;
  top: 250px;
}

.Error4042{
  color: white;
  text-align: center;
  position: relative;
  font-family: SanFrancisco-L;
  font-size: 60px;
  opacity: 0.6;
}

.namefilm{
  color: white;
  text-align: center;
  position: relative;
  font-family: SanFrancisco-K;
  font-size: 60px;
}

.frameyt{
  position: relative;
  width: 1400px;
  height: 750px;
  left: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(57, 63, 72, 0.05);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}




.bannertop{
  position: relative;
  width: 1400px;
  height: 750px;
  left: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(57, 63, 72, 0.05);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}


/*   INFO CONT  */

.info-cont{
  width: 100%;
  height: 750px;
}

.center-cont{
  position: relative;
  width: 1200px;
  height: 750px;
  left: 50%;
  margin-left: -600px;
  background-color: red;
}

.caption-cont-info{
  position: relative;
  width: 1200px;
  height: 125px;
  background-color: green;
}

.subcap-cont-info{
  position: relative;
  width: 1200px;
  height: 60px;
  background-color: blue;
}

.text-cont-info{
  position: relative;
  width: 1100px;
  height: 400px;
  background-color: yellow;
  top: 20px;
  left: 50%;
  margin-left: -550px;
}

h2{
  position: relative;
  font-size: 65px;
  top: 40px;
}

h3{
  position: relative;
  font-size: 25px;
  top: 10px;
}

.text-info{
  font-size: 18px;
}


@media screen and (max-width: 1200px){
  .window{
    width: 1000px;
    margin-left: -500px;
  }
}

@media screen and (max-width: 1200px){
  .frameyt{
    width: 1000px;
    height: 536px;
  }
}
