* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	background-image: linear-gradient(black, whitesmoke, black);
	height: 330vw;
	overflow-x: hidden;
}

.fundo {
	width: 100vw;
  height: 46vw;
  background-position: center;
	background-image: url('../imagens/segunda.jpg');
	background-size: cover;
	margin: 0;
	padding: 0;
}

.esquerda{
	width: 50%;
	height:100%;
	float: left;
	background-image: url('../imagens/primeira.jpg');	
	background-position: left center;
	background-size: 200% 100%;
	margin: 0;
	padding: 0;
}
.direita{
	width: 50%;
	height: 100%;
	float: left;
	background-image: url('../imagens/primeira.jpg');
	background-position: right center;
	background-size: 200% 100%;
	margin: 0;
	padding: 0;
}



@keyframes to-left {
	from {
		position: relative;
		left: 0;
		
	}
	to {
		position: relative;
		left:-50%;
	}
}
.fundo:hover > .esquerda {
	animation: to-left 700ms forwards;
}

@keyframes to-right {
	from {
		position: relative;
		left: 0;
		
	}
	to {
		position: relative;
		left:50%;
	}
}

@keyframes to-fade {
	0%
	{
		color: hsla(196, 100%, 100%, 0%)
	}
	100%{
		color:hsl(196, 100%, 100%) 
	}
}


.fundo:hover > .direita {
	animation: to-right 700ms forwards;
}

.fundo:hover > .titulo > a {
	animation: to-fade 2000ms forwards;
}



.titulo a {
	font-size: 60px;
	font-family: 'Gravitas One', cursive;
	position: absolute;
	bottom: 50%;
	right: 27%;
	color: hsla(196, 100%, 100%, 0%);
	text-decoration: none;
	cursor: pointer;
}

.titulo:active a{
	color: white;
}
	
.rodape{
  height: 400px;
	width: 400px;
	white-space: nowrap;
	font-family: serif;
	color: white;
	font-size: 2vw;
  animation: 
    nudge 20s linear infinite;
  border-radius: 100%;
}


@keyframes nudge {
  0%, 100% {
    transform: translate(-1300px, 0);
  }
  
  100% {
    transform: translate(2000px, 0);
	}

	}

.sinopse1{ 
		font-size: 1em; 
		color: white;
		padding: 10vw;
		text-align: center;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
	}

.sinopse1:hover{font-size: 2em}

.sinopse2{ 
	font-size: 1em; 
	color: white;
	padding: 12vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse2:hover{font-size: 2em}

.sinopse3{ 
	font-size: 1em;
	font-style: italic;
	align-content: left;
	color: white;
	white-space: nowrap;
	padding: 13vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse3:hover{font-size: 2em}

.sinopse4{ 
	font-size: 1em; 
	color: white;
	padding: 15vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse4:hover{font-size: 2em}

.sinopse5{ 
	font-size: 1em; 
	color: white;
	padding: 17vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse5:hover{font-size: 2em}

.sinopse6{ 
	font-size: 1em; 
	color: white;
	padding: 19vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse6:hover{font-size: 2em}

.sinopse7{ 
	font-size: 1em; 
	color: white;
	padding: 21vw;
	text-align: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.sinopse7:hover{font-size: 2em}