* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #00081d;
  font-family: sans-serif;
  max-width: 100%;
}
.dsflix-logo {
  margin: 20px 30px;
  padding: 0 30px;
  position: relative;
  align-items: center;
}
.dsflix-logo img {
  width: 200px;
  max-width: 30%;
}
.select-language {
  position: absolute;
  right: 11%;
  top: 30px;
  font-size: 18px;
}

.enter-button {
  position: absolute;
  left: 90%;
  top: 30px;
  background-color: #ff0000;
  padding: 5px 10px;
  border: none;
}
.enter-button a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.secao-container {
  justify-content: center;
  align-items: center;
  margin: 0px 80px;
  padding: 100px 200px;
  max-width: 100%;
  max-height: 100%;
}
.banner-filmes {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0px 80px;
  padding: 270px 200px;
  max-width: 100%;
  max-height: 100%;
  background-color: #000;
  position: relative;
  background-image: url(img/background-dsflix.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 200px -190px 400px 30px rgba(73, 1, 9, 0.597),
    inset 200px -190px 400px 30px rgba(31, 0, 34, 0.411),
    inset 200px -190px 400px 30px rgba(21, 2, 35, 0.397);
}
.secao-banner-texto {
  position: absolute;
  top: 20px;
  left: 20px; 
}
.secao-banner-texto h1 {
  color: #fff;
  position: relative;
  top: 30px;
  width: 80%;
  font-size: 50px;
}
.secao-banner-texto h2 {
  color: #fff;
  position: relative;
  top: 70px;
}
.secao-banner-texto p {
  color: #fff;
  position: relative;
  top: 120px;
}

.secao-banner-texto .form-email {
  color: #fff;
  position: relative;
  top: 130px;
}
.form-email input {
  border-radius: 5px;
  width: 300px;
  max-width: 50%;
  height: 50px;
  padding: 0px 10px;
  background-color: rgb(32,16,21);
  border: none;
  color: #fff;
}
.form-email button{
  background-color: #ff0000;
  margin: auto;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  width: 160px;
  height: 50px;
  max-width: 40%;
  
}
.form-email a{
color: #fff;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}

.texto-informativo-1{
 display: flex;
  color: #fff;
 text-align: center;
 width: 90%;
 position: relative;
}
.texto-assine-dsflix{
  position: absolute;
  max-width: 70%;
  top: 40px;
 }
.paragrafo-informativo-1{
position: absolute;
max-width: 100%;
top: 70px;
}

