*{
	line-height: 1.1em;
}

section,
.conteudo-com-margem{
	width: 90%;
	margin: 0 auto;
}

section{
	margin-top: 2.5rem;
}

h1 {
	font-weight: var(--ExtraBlack);
	line-height: 1em;
}


h2{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;

	& img{
		width: 2.3em;
	}

	.texto{
		margin-left: 20px;
		padding: 10px 0 10px 20px;
		border-left: 6px solid var(--laranja-insulfilm);
	}

	@media (width >= 800px){
		font-size: 1.8rem;
	}
}


p{
	font-size: 1.1rem;
}

main.conteudo-principal {
	& img {
		display: block;
	}
}


.video video {
	display: block;
	width: 100%;
	height: auto;
}


.apresentacao {
	margin-top: 1rem;

	.titulos{
		display: flex;
		row-gap: 0.5em;
		flex-direction: column;

		& h1 {
			font-size: clamp(1em, 5.5vw, 2em);
			margin: 0;
		}

		.subtitulo{
			margin-top: 5px;
			font-size: clamp(1em, 4.3vw, 1.5em);
			font-weight: 600;
			color: var(--laranja-insulfilm);
			line-height: 1em;
			text-transform: uppercase;
		}

		.linha{
			display: flex;
			align-items: center;
			column-gap: 20px;
			font-size: 1rem;
			font-weight: var(--ExtraBlack);
		}
	}

	.texto-imagem{
		margin-top: 1.5rem;

		.imagem {
			width: 100%;
			height: clamp(300px, 70vw, 400px);
			background-position: top left;
			background-size: cover;
			background-repeat: no-repeat;
		}

		.texto_txtimg {
			margin: 1.5rem auto;
			line-height: 1.2em;
			font-weight: 500;
			text-align: center;
		}
	}

	& p{
		font-size: 1.3rem;
	}
}


.beneficios{
	margin-top: 2em;
	font-size: 1.1rem;
	
	.beneficio{
		margin-bottom: 1em;
		display: flex;
		align-items: center;
		column-gap: 0.7em;

		& img{
			width: 1.9em;
		}
	}

	@media (width >= 1024px){
		font-size: 1.2rem;
	}

	@media (width >= 1440px){
		font-size: 1.3rem;
	}
}


.aplicabilidade{
	font-size: 1.1rem;
	margin-top: 2.5rem;

	.areas__aplc{
		text-align: center;

		.titulo__areasaplc{
			font-size: 1.1em;
		}

		& img{
			display: inline;
		}
	}

	.titulo-tipo-pelicula__aplc{
		font-weight: 800;
	}

	.carro__aplc img{
		max-width: 326px
	}

	.janelas__aplc{
		margin-top: 2rem;

		.titulos-tipo-pelicula__janaplc{
			display: flex;
			justify-content: space-around;
			margin-top: 10px;
			font-weight: bold;
		}

		@media (width >= 600px){
			img{
				max-width: 85%;
			}
		}
	}

	& img{
		margin-top: 10px;
	}

	@media (width >= 800px){
		.conteudo_aplc{
			display: flex;
			justify-content: center;
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			

			.carro__aplc img{
				max-width: 95%;
			}


			.janelas__aplc{
				margin-top: 0;
				margin-left: 3rem;
				border-left: 2px solid #ccc;
				
				
				
				
				
				
				
				
				

				& img{
					max-width: 70%;
				}
			}
		}
	}

	@media (width >= 1300px){
		font-size: 1.2rem;
	}
}


.propriedades-fisicas{
	margin-top: 2rem;

	.conteudo_pf{
		position: relative;
		height: 38vw;
		margin-top: 1rem;

		& img{
			position: absolute;
			top: 0;
			right: 0;
			max-height: 100%;
			max-width: unset;
			height: unset;
			width: auto;
		}

		@media (width >= 800px){
			height: 30vw;
		}

		@media (width >= 1100px){
			height: 360px;
		}

		@media (width >= 1450px){
			& img{
				top: 0;
				right: auto;
				left: 0;
			}
		}
	}

	@media (width >= 800px){
		margin-top: 3rem;
	}
}

.propriedades-mecanicas-solares{
	.propriedades__pms{
		display: flex;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
		justify-content: center;
		gap: 1.5em 1.5em;
		font-size: 1rem;
		text-align: center;
		
		.propriedade__pms,
		.titulo__pms{
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.propriedade__pms{
			width: 220px;
			row-gap: 10px;

			.destaque-pms{
				font-size: 2.2em;
				font-weight: 800;
			}
		}

		.titulo__pms{
			row-gap: 10px;
			font-size: 1.2em;
			font-weight: bold;

			& img{
				width: 90px;
			}
		}

		@media (width >= 540px){
			justify-content: flex-start;
		}
	}

	.observacao-pms{
		margin-top: 1.5rem;
	}
}


.propriedades-solares{
	& h2 img{
		width: 60px;
	}
}


.beneficios-oticos{
	margin-top: 3rem;
	

	.beneficios_benot{
		display: grid;
		gap: 1rem;

		.beneficio_benot{
			padding: 1.5rem 2rem;
			text-align: center;
			background-color: #ebebeb;
		}

		@media (width >= 800px){
			grid-template-columns: 1fr 1fr 1fr;
		}

		@media (width >= 1024px){
			font-size: 1.2rem;
		}
	}
}


.metodo-de-teste{
	& h2{
		& img{
			width: 1.4em;
		}
	}

	& table{
		width: 100%;
		font-size: 1.1rem;
		border-bottom: 10px solid var(--azul-insulfilm);

		& thead{
			background-color: var(--azul-insulfilm);
			color: white;
			text-transform: uppercase;
			font-weight: bold;
		}

		& tbody tr:nth-child(even){
			background-color: #FFC2A6;
		}

		& td{
			padding: 10px 10px 10px 20px;
		}
	}
}



.garantia{
	margin-top: 3rem;

	& h2 img{
		width: 1.6em;
	}

	.anos{
		font-size: 3rem;
		font-weight: 900;
		color: var(--laranja-insulfilm)
	}
	
	.texto_gar{
		margin-top: 1rem;
		font-size: 1.2rem;

		.area-2{
			margin-top: 1.5rem;
		}
	}

	@media (width >= 1100px){
		.titulos_gar{
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.texto_gar{
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 2rem;
			margin-top: 0;

			.area-2{
				margin-top: 0;
			}
		}
	}
}


.reposicao{
	.texto_rep{
		display: grid;
		gap: 2rem;

		@media (width >= 1000px){
			grid-template-columns: repeat(2, 1fr);
			gap: 3rem;
		}
	}

	& p{
		margin-top: 0;
	}
}


.glossario{
	& h3{
		margin: 0;
		padding: 0.8rem 0;
		color: white;
		text-align: center;
	}
}


.aviso{
	margin: 2.5rem auto 3rem;
	padding-top: 1rem;
	border-top: 7px solid black;

	& p{
		font-size: 0.9rem;
	}
}



@media (width >= 1360px){
	section,
	.conteudo-com-margem{
		width: 1200px;
	}

	section{
		margin-top: 3rem;
	}


	.apresentacao {
		margin-top: 3rem;

		.titulos{
			flex-direction: row-reverse;
			justify-content: space-between;
			align-items: flex-start;

			.linha{
				flex: 0 0 430px;
				font-size: 1.4rem;
				text-align: right;
			}
		}

		.area-geral-textos{
			margin-left: calc((100% - 1200px) / 2);
		}

		.texto-imagem{
			display: flex;
			flex-direction: row-reverse;
			column-gap: 3rem;

			.texto_txtimg{
				flex: 0 0 440px;
				margin-top: 0;
				text-align: left;
			}
		}

		& p:first-child{
			margin-top: 0;
		}
	}
}

@media (width >= 1440px) {
	.apresentacao {
		.titulos{
			& h1 {
				font-size: 2.7rem;
			}

			.subtitulo{
				font-size: 2rem;
			}
		}
	}
}
