section,
.conteudo-com-margem{
	width: 90%;
	margin: 0 auto;
}

section{
	background-image: url("fundo.png");
	background-size: contain;
}


p,
ul {
	font-size: 1.5rem;
}

ul {
	margin: 0;
	list-style-type: none;
}

h2{
	margin: 0 0 1rem 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1em;

	@media (width >= 600px){
		font-size: 2.7rem;
	}
}


.titulo-produto{
	.titulo{
		padding: 10px 0;
		font-weight: 800;
		font-size: clamp(1.5rem, 6vw, 3rem);
		text-align: center;
		line-height: 1em;
	}

	.imagem{
		position: relative;

		& img{
			display: block;
		}

		.imagem-ilustrativa{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 3px 30px;
			background-color: rgb(0 0 0 / 40%);
			color: #fff;
			font-size: 0.8rem;
		}
	}

	.nome-produto{
		padding: 1rem 0;
		font-size: clamp(1.6rem, 8vw, 3.5rem);
		
		& h1{
			margin: 0;
			font-size: 0.95em;
			/* font-size: 1em; */
			font-weight: bold;
		}

		.borda{
			display: none;
		}

		.tipo{
			line-height: 1;

			.titulo2{
				font-size: .7em;
			}

			.titulo3{
				font-size: .5em;
			}
		}

		@media (width >= 1000px){
			display: flex;
			align-items: center;
			justify-content: space-between;

			.borda{
				display: block;
				height: 70px;
				border-left: 4px solid #999;
				width: 4px;
			}

			.tipo{
				text-align: center;
			}
		}
	}
}


.apresentacao-produto{
	margin-top: 3rem;
	padding-top: 2rem;

	.principais-beneficios{
		margin-top: 3rem;
		padding: 3rem 0;
		background-color: var(--laranja-insulfilm);

		& *{
			color: #fff;
			line-height: 1.1em;
		}

		.beneficios{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
			gap: 1em;
			margin-top: 1em;
			font-size: 1.5rem;

			& > div{
				font-weight: bold;
				padding: .9em 1em;
				border: 3px solid #fff;
				border-radius: 7px;
				
				& div{
					margin-top: .4em;
					font-weight: 900;
					text-transform: uppercase;
				}
			}
		}
	}

	.diferenciais-tecnicos{
		padding: 3rem 0;
	}

	.garantia{
		padding: 2rem 0 3rem 0;
		color: #fff;
		background-color: var(--azul-insulfilm);

		& ul{
			color: #fff;
		}
	}
}


.ficha-tecnica{
	margin-top: 3rem;
	background: none;

	.imagem{
		text-align: center;
	}

	.texto{
		margin-top: 1rem;
	}

	@media (width >= 1360px){
		width: 1000px;
	}
}


.links-diversos{
	margin-top: 2rem;
	margin-bottom: -2rem;
	padding: 3rem 0;
	text-align: center;
	font-size: 1.4rem;

	.titulo{
		font-weight: bold;
		margin-bottom: .5rem
	}

	.surpreenda-se{
		margin: 3rem 0 3.5rem 0;
	}

	.link-azul{
		background-color: var(--azul-insulfilm);
	}

	.link-laranja{
		background-color: var(--laranja-insulfilm);
	}

	& a{
		display: block;
		width: 100%;
		padding: 1.5rem .5rem;
		border-radius: 10px;
		text-decoration: none;
		font-weight: 800;
		line-height: 1.2em;
		color: white;
		box-shadow: 4px 2px 8px #333;
	}


	@media (width >= 900px){
		font-size: 1.6rem;
	}
}


@media (width >= 1360px){
	section,
	.conteudo-com-margem{
		width: 1200px;
	}
}
