*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.em_breve{
	font-family: Oswald, sans-serif;
    color: white;
    font-size: 6rem;
}

.containerPai{
	width: 100%;
	min-height: 100vh;
	position: relative;
}

section{
	width: 100%;
	height: 100vh;
	background-color: #eb1616;
	overflow: hidden;
}

.secao1{
	position: relative;
	background-image: url(bg_lp.jpg);
	background-size: cover;
	background-position: center;
	z-index: 99;
	mask-image: url("logo.svg");
	mask-repeat: no-repeat;
	mask-size: 5550vw;
	mask-position: center;

	.logoBg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.secaoBranca{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		background-color: transparent;
	}
}

.secao2{
	background-color: #121212;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(bg_img.webp);
	background-size: 100%;


	img{
		width: 40vh;
	}
}

.secao3{
	background-color: #eb1716;
	position: absolute;
	top: 0;
	left: 0;
	mask-image: url("simbolo.svg");
	mask-repeat: no-repeat;
	mask-size: 0vw;
	mask-position: center;
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	
}

.secao4 {
  background-color: #121212;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  gap: 2.5rem;
}

.em_breve {
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 6rem;
  /* margin-top removido para usar gap */
}

.newsletter-text {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-container {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-input {
  flex: 1;
  min-width: 250px;
  padding: 1rem 1.5rem;
  border: 2px solid white;
  border-radius: 50px;
  background: transparent;
  color: white;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  outline: none;
  transition: all 0.3s ease;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
  border-color: #eb1616;
  background: rgba(255, 255, 255, 0.1);
}

.newsletter-button {
  padding: 1rem 2rem;
  background: white;
  color: #eb1616;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-button:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.titulo, .subtitulo {
  position: absolute;
  z-index: 100;
  color: white;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Oswald', sans-serif;
}

.titulo {
  font-size: 4rem;
  top: 60%;
}

.subtitulo {
  font-size: 1.5rem;
  top: 55%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
    .secao1 {
    	mask-size: 9550vw;
	}

		.subtitulo {
	  font-size: 1rem;
	  top: 50%;
	  max-width: 700px;
	  margin: 0 auto;
	  padding: 0 20px;
	}

		.titulo {
	  font-size: 2rem;
	  top: 60%;
	}

	.newsletter-text {
		font-size: 1.2rem;
		padding: 0 20px;
	}

	.newsletter-container {
		flex-direction: column;
		padding: 0 20px;
	}

	.newsletter-input {
		min-width: auto;
		width: 100%;
	}

	.newsletter-button {
		width: 100%;
	}
}

.pena_vivus{
	position: absolute;
  margin-left: 10px;
  margin-top: 0px;
  opacity: 1;
}

.secao5 {
  background-color: #eb1616;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.newsletter-title {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .newsletter-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .newsletter-content {
    padding: 0 10px;
  }
}
