* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8c8c8c;
}

::-ms-input-placeholder {
  color: #8c8c8c;
}

body {
  background: #e7e7e7;
}

button {
  cursor: pointer;
  border: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.x-menu {
  background: #f2f2f2;
  padding: 0.5rem 0;
}

.x-menu nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-logo {
  display: block;
  margin-right: 1rem;
}

.x-logo svg {
  width: 100%;
  height: 50px;
  fill: #0441c0;
}

.x-container {
  display: flex;
  min-height: 80vh;
}

.x-banner {
  width: 60%;
  background-image: url("https://image.relacionamento.panasonic.com.br/lib/fe3f15707564047e721772/m/1/465d726f-07f8-4514-a74d-00f2154ed74b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.x-form {
  width: 40%;
  background: #f2f2f2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.x-form__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.x-form__text h1 {
  font-weight: 600;
  text-align: center;
  color: #0441c0;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: 0 5%;
}

.x-form__text h2 {
  font-weight: 400;
  text-align: center;
  color: #0441c0;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding: 0 5%;
}

.x-form__text .x-logo svg {
  height: 70px;
}

.x-input__items {
  display: flex;
  gap: 0.5rem;
}

.x-input__items input {
  width: 100%;
  padding: 0.8rem;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #858585;
}

.x-optins {
  font-weight: 400;
  color: #9e9e9e;
  margin: 0.5rem 0;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.x-optins a {
  color: #9e9e9e;
  text-decoration: underline;
}

.x-button__submit {
  border-radius: 8px;
  padding: 1rem;
  min-width: 200px;
  width: 100%;
  margin: 1rem 0;
  color: #fff;
  background: #0041c0;
  font-size: 1.2rem;
}

.x-button__submit:hover {
  filter: brightness(1.5);
}

.x-footer {
  background: #e7e7e7;
}

.x-footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 5%;
  border-bottom: 1px solid #d8d8d8;
}

.x-footer__items ul,
.x-footer__socialMedia {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.x-footer__items li a {
  color: #939393;
  font-size: 0.9rem;
}

.x-footer__items li a:hover {
  filter: brightness(2);
}

.x-footer__socialMedia a img {
  width: 25px;
  height: 25px;
}

.x-footer__copyrigth h5 {
  font-size: 0.7rem;
  font-weight: 400;
  color: #858585;
  padding: 1rem;
  width: 75%;
}

.x-products__title {
  color: #606060;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0.25rem 0;
}

.x-products__title span {
  font-size: 0.7rem;
}

.x-products__input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.x-products__inputItem,
.x-products__container {
  display: flex;
  gap: 0.5rem;
}

.x-products__container {
  background: #fff;
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e1e1e1;
  align-items: center;
  cursor: pointer;
}

.x-products__container p {
  color: #0441c0;
  font-size: 0.8rem;
  font-weight: 600;
}

.x-products__input section:nth-child(1) > label > p {
  margin-left: 10px;
}

.x-products__input section:nth-child(2) > label > p,
.x-products__input section:nth-child(3) > label > p {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .x-container {
    flex-direction: column;
    min-height: unset;
  }

  .x-banner {
    height: 50vw;
    max-height: 350px;
  }

  .x-banner,
  .x-form {
    width: 100%;
  }

  .x-form {
    padding: 1rem;
  }

  .x-form__text h1 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .x-form__text h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .x-button__submit {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }

  .x-footer__items {
    gap: 1.5rem;
  }

  .x-footer__items,
  .x-footer__items ul {
    flex-direction: column;
  }

  .x-footer__copyrigth h5 {
    width: 100%;
  }

  .x-form__text h1 {
    font-size: 1rem;
    padding: 0 10%;
  }
}
