header {
  padding: 1em 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_pclink,
.logo_microsoft {
  width: 130px;
}

header img {
  width: 100%;
}

.banner_p img {
  width: 100%;
}

.titulo_microsoft {
  background: rgb(98, 198, 255);
  background: linear-gradient(
    90deg,
    rgba(98, 198, 255, 1) 0%,
    rgba(10, 76, 176, 1) 100%
  );
  margin: 1em 0;
  padding: 1em 0;
}

.titulo_microsoft h1 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

.descubre_windows {
  margin-bottom: 2em;
}

.img_tablet {
  background: url("img/tablet-windows11.webp") no-repeat center;
}

.text_windows11 {
  padding: 5em 4em;
}

.text_windows11 h2 {
  width: 6em;
}

.text_windows11 p {
  text-align: justify;
  font-size: 18px;
}

.caracteristicas_windows {
  background-color: #f6f6f6;
  padding: 2em 0;
  margin: 2em 0 3em;
}

.descripcion_w {
  padding: 1em 4em 1em 3em;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      rgba(10, 76, 176, 1),
      rgba(98, 198, 255, 1)
    )
    1;
  margin-bottom: 2em;
}

.descripcion_w p {
  font-size: 19px;
  text-align: justify;
}

.office_empresas {
  margin-bottom: 2em;
}

.concepto_office {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 2em;
}

.concepto_office h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.concepto_office p {
  text-align: justify;
  font-size: 18px;
}

.iconos_completos {
  margin-bottom: 2em;
}

.icono_beneficio {
  color: #006bdf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icono_beneficio img {
  height: 60px;
  width: auto;
}

.icono_beneficio p {
  color: #000000;
  font-size: 20px;
  padding-left: 20px;
}

.office_aplicaciones {
  background-color: #f1f1f1;
  padding: 2em 0;
}

.office_aplicaciones h2 {
  text-align: center;
}

.iconos_office {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

.icono_office {
  margin-right: 5em;
}

.iconos_office .icono_office:nth-child(4) {
  margin-right: 0;
}

.icono_office img {
  width: 110px;
  margin-bottom: 1em;
}

.icono_office p {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 991px) {
  .img_tablet {
    height: 30em;
  }
  .concepto_office h2 {
    margin-top: 1em;
    text-align: center;
  }
  .concepto_office h2 br {
    display: none;
  }
}
@media (max-width: 711px) {
  .iconos_office {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .iconos_office img {
    display: block;
    margin: 0 auto;
  }
  .iconos_office .icono_office {
    margin-right: 0;
    margin-top: 3em;
  }
}
@media (max-width: 425px) {
  .text_windows11 h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .text_windows11 {
    padding: 2em 1em;
  }
  .descripcion_w {
    padding: 1em 1em 1em 1em;
  }
  .descripcion_w h3 br {
    display: none;
  }
}

.formulario_contacto {
  margin: 40px 0;
}

.formulario_contacto h3 {
  text-align: center;
  margin-bottom: 20px;
}

.formulario_contacto .group-input {
  margin-bottom: 15px;
}

.formulario_contacto input {
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
}

.formulario_contacto button {
  display: block;
  background-color: #0d6efd;
  margin: 0 auto;
  border-radius: 8px;
  padding: 7px 40px;
  color: #ffffff;
  border: 0;
  transition: all 0.2s;
}

.formulario_contacto button:hover {
  opacity: 0.9;
}

.error {
  color: #e61414;
}

