@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
}

/*==BASIC-SETUP==*/
body {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==THIS IS START==*/
.row10 {
  align-items: center;
}

.main-wrapper {
  background: url('images/bg.png') no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 88px;
}

.logo-item {
  padding: 22px 0;
}

.logo-item img {
  max-width: 239px;
}

.smart-area {
  padding-top: 20px;
}

.smart-col6 {
  width: 60%;
}

.smart-col5 {
  width: 40%;
}

.smart-right {
   text-align: right;
}

.smart-title {
  max-width: 664px;
}

.smart-left h2 {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
}

.smart-right a {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: #25D366;
  border-radius: 8px;
  padding: 16px 64px;
  transition: 0.2s all ease;
  display: inline-block;
}

.smart-right a:hover {
  opacity: 0.9;
}

.desconto-left p {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  margin-top: 34px;
}

.desconto-right a {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  padding: 8px 16px;
  background: #8338EC;
  border-radius: 8px;
  display: inline-block;
  margin-top: 24px;
  transition: 0.2s all ease;
  text-transform: uppercase;
}

.desconto-right a:hover {
  opacity: 0.9;
}

.desconto-btm h4 {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-top: 24px;
}

.menseal-col {
  width: 25%;
 
}

.menseal-item {
   background: linear-gradient(180deg, #40C9FF 0%, rgba(232, 28, 255, 0.65) 100%);
  border-radius: 8px;
 
  padding: 16px 15px 24px 15px;
  margin-top: 34px;
}

.menseal-item h4 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.menseal-item p {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  margin-top: 8px;
}

.menseal-item h3 {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin-top: 9px;
}

.internet-item {
  max-width: 790px;
  margin: auto;
  background: url('images/man.png') no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 95px;
  padding: 25px 40px;
  border-radius: 20px;
}

.internet-item h4 {
  font-weight: 700;
  font-size: 27px;
  color: #ffffff;
}

.internet-item p {
  font-weight: 700;
  font-size: 15px;
  color: #F8F8F8;
  margin-top: 6px;
}

.internet-item h3 {
  font-weight: 900;
  font-size: 28px;
  color: #8338EC;
  margin-top: 5px;
}

.internet-item span {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  font-style: italic;
  display: block;
  margin-top: 6px;
} 
