body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
 }

* {
    max-width: 1216px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.container {
  padding: 1.5rem;
  text-align: center;
}

.container .feature-list {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	width: 90%;
}

.content{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #080504;
    padding: 2rem 0;
}

.content.black{
    background: #000000;
}

.content.black-small{
    background: #1A1A1A;
    padding-top: 2rem;
}

.content.gray{
    background: #1A1A1A;
    padding: 0;
}

.content2{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #191919;
}

.content3{
	background: black;
}

.content4{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #121212;
    padding: 2rem 0;
}

.content-bg {
	background-image: url('../img/bg_04.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

h2 {
	color: white;
	font-family: 'Inter', sans-serif;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 2rem;
}

h3{
	color: white;
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 2rem;
}


h1 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 10px;
	color: white;
}

p{
	margin: 2rem;
    line-height: 1.5;
    color: #6F6F6F;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
	overflow-x: hidden;
}


.title-control{
	text-align: center;
	margin-left: 2rem;
}

.title-control h1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 30px;
	color: white;
	text-align: left;
}

.title-control p {
    color: #6F6F6F;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
	overflow-x: hidden;
}

.title-control2{
	width: 500px;
	text-align: center;
	margin-left: 2px;
}

.title-control2 h1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 80px;
	color: white;
	text-align: left;
}

.title-control2 p {
    color: #6F6F6F;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
	overflow-x: hidden;
}

.adorno2 h1{
	text-align: center;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 2rem 0 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.feature-list li {
	background: #000000;
	color: white;
	padding: 1rem 1.5rem;
	border-radius: 4px;
	gap: 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}

.feature-list li i {
	color: white;
	font-size: 18px;
	flex-shrink: 0;
    padding-right: 1rem;
}


.foto1{
	width: 600px;
}

.foto2{
	width: 600px;
}

.foto3{
	width: 80%;
}

.foto4{
	width: 650px;
}

.foto5{
	width: 100%;
}

.foto6{
	width: 100%;
}

@media screen and (max-width: 900px) {

    .title-control2{
        width: 100%;
    }

	.content{
	flex-wrap: wrap;
	}

	.content2{
	flex-wrap: wrap;
	}

	.foto1{
		width: 100%;
	}


	.foto2{
		width: 100%;
	}

	.foto4{
	width: 100%;
	}

	.content4{
        display: flex;
        flex-wrap: wrap;
	}

	.content-bg {
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
	}

	.feature-list li {
		padding: 0.875rem 1.25rem;
		font-size: 16px;
	}

	.feature-list li i {
		font-size: 16px;
	}

}

.protection-icons {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 2rem 1rem;
	width: 100%;
	max-width: 1216px;
	margin-left: 2rem;
    margin-right: 2rem;
}

.protection-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	min-width: 78px;
	max-width: 78px;
}

.protection-icon {
	width: 78px;
	height: 84px;
	margin-bottom: 0.5rem;
	object-fit: contain;
}

.protection-text {
	color: white;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.protection-icons {
		gap: 1rem;
		padding: 1.5rem 1rem;
	}

	.protection-item {
		min-width: 78px;
		max-width: 78px;
		flex: 0 1 calc(25% - 1rem);
	}

	.protection-icon {
		width: 78px;
		height: 84px;
	}

	.protection-text {
		font-size: 11px;
	}
}

@media screen and (max-width: 600px) {
	.protection-item {
		flex: 0 1 calc(33.333% - 1rem);
		min-width: 78px;
		max-width: 78px;
	}

	.protection-icon {
		width: 78px;
		height: 84px;
	}

	.protection-text {
		font-size: 10px;
	}
}