/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

*{
	margin:0px;
	padding:0px;
	
	}

img{
	display: block;
	width: 100%;
	
}


html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden; 
  }


/* se estás a ler isto, não estás atenta*/ 




/* TEXTO */


.nomes-atores{
	font-family: "Roboto Serif", serif;
	font-size: 200;
	color: black;
	font-size: 23px;
	margin-top: 10px;
}


.nomes-personagens{
	font-family: "Roboto Serif", serif;
	font-weight: 100;
	color: white;
	font-size: 16px;
	margin-top: 10px;
	
}

	.título-A{
		font-family: "Roboto Serif", serif;
		font-weight: 400;
color: red;
font-size: 50px;
margin-top: 30px;

	}


	.título-B{
		font-size: 40px;             
  font-weight: 500;
  color: #f6d742;
  margin-bottom: 30px;
  line-height: 1.4;

	}
	

	.texto{
		font-family: "Roboto Serif", serif;
		font-weight: 400;
		color: #292929;
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 26px;

	}


	.texto-slide-2 {
		font-size: 20px;
		line-height: 1.7;
		color: white;
		
	  }



	.intro{
		font-family: "Roboto Serif", serif;
		font-weight: 600;
		color: #292929;
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 26px;
		max-width: 500px;
	}


	
	.intro-texto{
		font-family: "Roboto Serif", serif;
		font-weight: 500;
		color: #292929;
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 26px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 600px;
		margin-bottom: 75px;
		margin-top: 45px;

	}



	/* ESTRUTURA */

	.teste{
		width: 50%;
		height: 600px;
		background-color: yellow;
	}



	header{
		width: 100%;

	}


	section{
		width: 100%;
		
	}


	footer{
		width: 100%;
		
	}



	.header-container{
		width: 100%;
		max-width: 900px;
		margin-left: 140px;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}



.logo{
color: black;
font-size: 32px;
font-weight: 500;              
font-family: 'Georgia', serif;
color: rgb(247, 222, 153);
text-transform: uppercase;
letter-spacing: 2px;
padding-left: 10px;  
}



.botoes-inicio{
	list-style-type: none;
	display: flex;
	text-align: justify;
	padding-left: 10px;
	padding-right: auto;
	letter-spacing: 0.5px;
	gap: 10px;

}



nav li{

	list-style-type: none;
	padding-left: 155px;
	display: flex;
	text-align: justify;

}


nav ul{
display: flex;

}

nav a{

	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	
}




nav a:hover{
	color: rgb(231, 194, 126);
	text-decoration: underline;
}


.container-slide-2{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	text-align: center;
	max-width: 900px;
	
}

.bc-meio-do-2-slide .container {
	display: block; 
	max-width: 700px; 
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  }



	.container{
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		margin: auto;
		
	}



	.container-topo{
		width: 100%;
		height: 350px;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(imagens/supernatural-introduçao.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
	}



footer p{

	color: white;
	text-align: center;
	margin-bottom: 10px;
}



	.footer-container{
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		
	}


.caixa-topo{
text-align: center;

}



/* COLUNAS */

.col-2{
	width: 50%;
	
	margin-bottom: 10px;
}


.col-3{
	width: 33.3%;
	
	margin-bottom: 10px;
}


.col-4{
	width: 25%;
	
	margin-bottom: 10px;
}


/* FLEX */

.flex{
	display: flex;
}


.gap-peq{
	gap: 20px;
}


.gap-med{
	gap: 30px;
}


.gap-gran{
	gap: 40px;
}



	/* COR DE FUNDO */


	.bc-escuro{
		background-color: #814A2F;
	}


	.bc-meio-do-2-slide{
		background-color: #7B684A;
		background-image: url("imagens/supernatural-2-parte (2).jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 80vh;
		padding: 60px 20px;
		text-align: center;
	}


	.bc-meio-do-5-slide{
		background-color: #7B684A;
		
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}



	.bc-meio-do-6-slide{
		background-color: #7B684A;
	
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	
	.bc-claro{
		background-color: #A48D74;
	}

    .bc-claro-dois{
	background-color: #D5B58A;
}

	/* MARGENS E PADDING */


	.pad-tb-grande{

		padding-top: 100px;
		padding-bottom: 100px;
	}


    .pad-tb-grande{

		padding-top: 60px;
		padding-bottom: 50px;
	}


	.pad-tb-medio{

		padding-top: 60px;
		padding-bottom: 60px;
	}


	.pad-tb-pequeno{

		padding-top: 20px;
		padding-bottom: 20px;
	}





/*CHAMAR A ATENÇÃO*/

	.slide-winchester {
		background-color: #D5B58A;
		padding: 60px 0;
	  }
	  
	  .container-winchester {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		max-width: 1200px;
		margin: auto;
		flex-wrap: wrap;
	  }
	  
	  .imagem-winchester img {
		width: 500px;
		max-width: 100%;
		border-radius: 20px;
		object-fit: cover;
	  }
	  
	  .texto-winchester {
		background-color: #f5d9b0;
		padding: 55px;
		border-radius: 50% 50% 50% 50%;
		max-width: 550px;
		text-align: center;
	  }
	  
	  .texto-winchester h2 {
		font-size: 32px;
		margin-bottom: 20px;
		font-weight: bold;
	  }
	  
	  .texto-winchester p {
		font-size: 19px;
		line-height: 1.6;
		margin-bottom: 15px;
		color: #2d2d2d;
		text-align: center;
	  }
	  
	  .botão {
		display: inline-block;
		margin-top: 20px;
		padding: 10px 25px;
		background-color: #5b391f;
		color: #fff4ce;
		text-decoration: none;
		border-radius: 30px;
		font-weight: bold;
	  }
	  
	  .botão:hover {
		background-color: #311d09;
		text-decoration: none;
	  }




	  

/*ELENCO*/

	  .elenco-section {
		background-color: #7B684A;
		padding: 70px 20px;
		text-align: center;
		color: #fff;
	  }
	  
	  .elenco-titulo {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 50px;
		color: #fff;
	  }
	  
	  .elenco-grid {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px;
	  }
	  
	  .ator {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 200px;
	  }

	  .ator img {
		width: 220px;
		height: auto;
		border-radius: 29px;
		display: block;
		margin: 0 auto 20px;
	  }
	  
	  .nome {
		font-weight: 700;
		font-size: 26px;
		color: black;
	  }
	  
	  .personagem {
		font-style: normal;
		font-size: 20px;
		color: #e0e0e0;
		margin-top: 8.5px;
	  }
	  

	  .elenco-botao-mais {
	width: 90px;
  height: 270px;
  margin-right: 64px;
  padding: 12px 15px;
  display: inline-block;
  background-color: #c4d7e7;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 29px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
	  }

	  
	  .elenco-botao-mais:hover {
		background-color: #99b9d3;
		color: black;
	  }




/*TRILHA SONORA*/

	  .trilha-sonora {
		background-color: #5a3727;
		color: #fff;
		padding: 80px 40px;
	  }
	  
	  .trilha-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
		gap: 60px;
		flex-wrap: wrap;
	  }
	  
	  .trilha-texto {
		flex: 1 1 55%;
		font-size: 18px;
		line-height: 1.8;
		color: #f1f1f1;
	  }
	  
	  .trilha-titulo {
		color: #f9e46d;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
	  }
	  
	  .trilha-imagem img {
		width: 250px;
		border-radius: 8px;
		margin-right: 175px;
		
	  }
	  
	  .botao-ouvir {
		margin-top: 30px;
		background-color: #f9e46d;
		color: #000000;
		padding: 11px 27px;
		border: none;
		font-weight: 900;
		font-size: 17px;
		border-radius: 30px;
		cursor: pointer;
		display: inline-block;
		margin-right: 110px;
		margin-left: -10pc;
		
	  }
	  
	  .botao-ouvir:hover {
		background-color: #e9cf29;
	text-decoration: none;
	color: black;
	  }
	  



/*CAPA*/

	.hero {
		background-image: url(imagens/supernatural-introduçao.jpg); /* substitui com o nome correto da tua imagem */
		background-size: cover;
		background-position: center;
		height: 500px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-left: 60px; 
		justify-content: flex-start;
	  }
	  
	  .hero::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
	  }
	
	  .hero-content {
		position: relative;
		font-family: "Roboto Serif", serif;
		z-index: 1;
		max-width: 800px;
		padding: 20px;
		padding-left: 10px; 
		max-width: 400px;        
	  }
	  
	  .hero-text {
		color: black;
		font-size: 24px;
		font-family: 'Georgia', serif;
		line-height: 1.5;
		font-weight: 500;
	  }







/*PRODUTOS RECOMENDADOS*/


	  .produtos-recomendados {
		background-color: #b28f68;
		padding: 140px 30px;
		text-align: center;
	  }
	  
	  .titulo-produtos {
		font-size: 32px;
		margin-bottom: 60px;
		color: #2c2c2c;
	  }
	  
	  .produtos-grid {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px;
	  }
	  
	  .produto {
		background-color: #fff;
		padding: 20px;
		border-radius: 12px;
		width: 160px;
		position: relative;
		
	  }
	  
	  .produto img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	  }
	  
	  .produto p {
		margin: 15px 0 10px;
		font-size: 15px;
		color: #000;
	  }
	  
	  .produto strong {
		font-weight: bold;
	  }
	  
	  .produto-botao {
		background-color: #F6E633;
		color: black;
		border: none;
		padding: 8px 19px;
		border-radius: 20px;
		cursor: pointer;
		font-size: 15px;
		margin-left: -133px;
	  }
	  
	  .produto-botao:hover {
		background-color: #dabf11;
		color: black;

	  }
	  
	  .etiqueta {
		position: absolute;
		top: 10px;
		left: 10px;
		background-color: orange;
		color: white;
		font-size: 12px;
		font-weight: bold;
		padding: 4px 8px;
		border-radius: 6px;
	  }
	  


	  .botao-mais {
		display: inline-block;
		bottom: 20px;
		right: 20px;
		background-color: #ffffff;
		color: black;
		padding: 133px 20px;
		font-weight: bold;
		border: none;
		border-radius: 9px;
		cursor: pointer;
		box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
		transition: background-color 0.3s ease;
	  }

	  
	  .botao-mais:hover {
		background-color: #e6b800;
		color: black;
	  }
	    










	     /*
  Colunas Responsivo
   */

   @media only screen and (max-width: 750px){

	.flex{
		flex-wrap: wrap;
		}
	
	.col-2{
		  width: 100%;
	  }
	  
	.col-3{
		  width: 100%;
	  }
	  
	.col-4{
		  width: 48%;
	  }  
	  
	
		}