* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "LG-lt";

  src: url("https://castaticstorage.blob.core.windows.net/centralar/site-consumidor/Descri%C3%A7%C3%A3o%20Produtos/LG/CAC/Inverter/lg-hw-inverter-dual-compact-ai/LG_Smart_UI-Light.ttf") format("truetype");
}

@font-face {
  font-family: "LG-bd";

  src: url("https://castaticstorage.blob.core.windows.net/centralar/site-consumidor/Descri%C3%A7%C3%A3o%20Produtos/LG/CAC/Inverter/lg-hw-inverter-dual-compact-ai/LG_Smart_UI-SemiBold.ttf") format("truetype");
}

body {
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-family: "LG-lt";
}

.textSection h2,
p {
  text-align: center;
}

.ruido {
  margin: -4px;
}

.textSection {
  padding: 50px;
  background-color: white;
  width: 100%;
}

.botInfo {
  width: 70%;
  line-height: 30px;
}

.bold {
  font-family: "LG-bd";
}

.topInfo {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.italic {
  font-style: italic;
}

.botInfo p {
  font-weight: lighter;
}

.textSection h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "LG-bd";
}

.textSection p {
  font-size: 20px;
}

.textSection {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

main {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

main img {
  width: 100%;
  max-width: 1600px;
  min-width: 360px;
}

.video {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 900px;
  height: 554px;
  background: rgb(86, 58, 180);
  background: linear-gradient(
    90deg,
    rgba(86, 58, 180, 1) 0%,
    rgba(200, 29, 253, 1) 64%,
    rgba(126, 69, 252, 1) 100%
  );
}

.video h1 {
  color: white;
  font-family: "LG";
  font-size: 2rem;
}

.video iframe {
  width: 80%;
  min-width: 360px;
  max-width: 700px;
  height: 70%;
  min-height: 180px;
}

@media (max-width: 500px) {
  /* Insira aqui os estilos que deseja aplicar quando a largura for 500px ou menos */

  .textSection h2 {
    font-size: 35px;
  }
  .textSection p {
    font-size: 15px;
  }
}
