/* 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%;
	}
	


/*  TEXTO */
	.titulo-A{
color: hwb(0 100% 0%);
font-size: 50px;
margin-top: 30px;
font-family: "Roboto Serif", serif;
font-weight: 350;
line-height: 60px;
}


	.titulo-B{
color: #000000;
font-size: 30px;
margin-bottom: 10px;
margin-top: 10px;
font-family: "Roboto Serif", serif;
font-weight: 200;
line-height: 40px;
	}

	.titulo-C{
		color: black;
		font-size: 20px;
		margin-bottom: 10px;
		font-family: "Roboto Serif", serif;
		font-weight: 250;
		line-height: 40px;
		margin-top: 10px;
			}

			.titulo-D{
		color: black;
		font-size: 20px;
		margin-bottom: 10px;
		font-family: "Roboto Serif", serif;
		font-weight: 350;
		line-height: 40px;
		margin-top: 30px;
			}

		.titulo-E{
color: #000000;
font-size: 30px;
margin-bottom: 10px;
font-family: "Roboto Serif", serif;
font-weight: 200;
line-height: 40px;
	}

	

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

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

	.intro-texto {
	color: #292929;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px;
	font-family: "Roboto Serif", serif;
	font-weight: 100;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
				}

.intro-titulo {
color: #000000;
font-size: 30px;
margin-bottom: 10px;
font-family: "Roboto Serif", serif;
font-weight: 200;
line-height: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
text-align: center;
				}

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




	header{
		width: 100%;
		}


	section{
			width: 100%;
			}

	footer{
			width: 100%;
				}
	footer p{
			color: #000000;
			text-align: center;
			margin-bottom: 10px;
			font-family: "Roboto Serif", serif;
	        font-weight: 100;
				}
	
	.header-container{
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

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

	.logo{
		color: #000000;
		font-size: 25px;
		font-family: "Roboto Serif", serif;
        font-weight: 400;
	}

	nav li{
		list-style-type: none;
		padding-left: 30px;
	}

	nav ul{
		display: flex;
	}

	nav a{
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-family: "Roboto Serif", serif;
    font-weight: 300;
}

.bot-comprar{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 40px;
	background-color: #FF8300;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-family: "Roboto Serif", serif;
    font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 1px solid #da7101;
}

.bot-comprar:hover{
	background-color: #fefefe;
	border: 1px solid #979797;
	color: #FF8300;

}

nav a:hover{
	color: #fefefe;
}



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

	.footer-container{
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.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;
		text-align: center;
	}

	/*  FLEX */
	.flex{
		display: flex;

	}

	.gap-peq{
	gap: 20px;	
	}

	.gap-med{
		gap: 30px;
	}

	.gap-grand{
		gap: 40px;
	}


	/*  CORES DE FUNDO */		

	.bc-escuro{
		background-color: #FF8300;

	}.bc-meio{
		background-color: #64B4D5;
	}

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

		/*  MARGENS E PADDINGS */	

	.pad-tb-grande{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.pad-tb-medio{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pad-tb-pequeno{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	  /*
  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%;
}
}