
* {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
border: none;
list-style: none;
box-sizing: border-box;

}

.container {
	
	width: 100%;
	max-width:755px;
	margin: 0 auto;
	padding:0 20px;
}

a {
text-decoration: none;
color: #141414;
transition-duration: 0.4s;
cursor: pointer; 
}

a:hover {color: #F97316;}

html {
scroll-behavior: smooth;
}

body {
background-color:#f8fafc;
}

h1 {
font-family: 'Anton', sans-serif;
font-weight: 400;
font-size: 32px;
line-height:50px;
margin-bottom: 10px;
}

h2 {
font-family: 'Anton', sans-serif;
font-weight: 400;
font-size: 24px;
line-height:30px;
}

h3 { 
margin-top: 10px;
margin-bottom: 10px;
font-size:20px;
font-family: "Roboto", sans-serif;
opacity: 0.7;
}

p {
font-size: 16px;
line-height:22px;
font-family: "Roboto", sans-serif;
opacity: 0.8;
}

button {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;}

.btn {
width: 100%;
color: #fff;
background-color: #000117;
padding: 17px 40px;
margin-top: 20px;
transition-duration: 0.4s;
border-radius: 6px;
font-size: 16px;
}

.btn:hover {
color: #fff;
background-color: #f97316;
padding: 17px 40px;
margin-top: 20px;
transition-duration: 0.4s;
border-radius: 6px;
}

.btn2 {
width: 100%;
background-color: #161616;
color: #fff;
padding: 17px 40px;
margin-top: 20px;
transition-duration: 0.4s;
border-radius: 6px;
font-size: 16px;
font-weight: bold;
}

.btn2:hover {
background-color: #000;
color: #fff;
padding: 17px 40px;
margin-top: 20px;
transition-duration: 0.4s;
border-radius: 6px;
}

.btn3 {
width: 100%;
background-color: #161616;
color: #fff;
padding: 17px 40px;
transition-duration: 0.4s;
border-radius: 6px;
font-size: 16px;
font-weight: bold;
}

.btn3:hover {
background-color: #000;
color: #fff;
padding: 17px 40px;
transition-duration: 0.4s;
border-radius: 6px;
}

.icon {
margin-right: 8px;
}

nav {
display: flex;
justify-content: space-between;
margin-top: 20px;
}

nav p {
max-width:212px;
text-align: right;
line-height:18px
}

main h1  {
margin-top: 42px;
}

.cards {
margin-top: 42px;
display: flex;
gap: 46px;
}

.cards h2 {
margin-top: 6px;
margin-bottom: 6px;
}

.card{
max-width: 335px;
}

.card img {
border-radius:0px ;
max-width: 335px;
}

.logos-main {
display: flex;
justify-content: space-between;
margin-top: 16px;
}


.garantia {
display: flex;
align-items: center;
background-color: #F91616;
height: 140px;
max-width: 715px;
border-radius: 10px;
padding: 20px;
margin: 0 auto;
margin-bottom: 20px;
margin-top: 40px;
background: rgba(16, 16, 16, 0.1);
}

.garantia .container {
display: flex;
align-items: center;
justify-content: space-between;
}


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

h1 {
font-size: 32px;
line-height:40px
}

h3 {
font-size: 18px;
}

nav p {
max-width:212px;
text-align: right;
font-size:14px;
line-height:16px
}

.cards {
margin-top: 32px;
display: flex;
gap: 32px;
flex-direction: column;
margin-bottom: 20px;
}

.garantia .container {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
}

.garantia {
height: 340px;
text-align: center;
}

.garantia p {
margin-bottom:20px;
}



}

