body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(230, 230, 230);
  font-family: "Poppins", sans-serif;
  text-align: center;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 20px;
  line-height: 50px;
  margin-bottom: 50px;
}
header {
  background-color: rgb(230, 230, 230);
}

img {
  width: 100px;
  margin: auto;
}

input {
  display: flex;
  flex-direction: column;
}

input[type="file" i] {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  opacity: 0;
  width: 200px;
  height: 44px;
  position: relative;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

button {
  color: whitesmoke;
  background-color: rgb(85, 75, 206);
  padding: 15px;
  border-radius: 6px;
  font-size: 17px;
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  width: 200px;
  margin: auto;
  margin-top: 35px;
  height: 44px;
}

.file-select {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.file-select::before {
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.6);
  background: rgb(84, 164, 218);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Cargar Archivo V2";
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 44px;
  width: 200px;
  margin: auto;
  font-size: 17px;
  font-weight: 500;
}

#src-file1::before {
  content: "Cargar Archivo V1";
}

h6 {
  font-size: 20px;
  margin: 20px;
}

a:hover {
  color: black;
}

a {
  color: #5678ef;
}

h5 {
  color: #5678ef;
  font-size: 16px;
  font-weight: 500;
}

#app {
  margin: auto;
  text-align: center;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  background-color: black;
  padding-bottom: 70px;
  width: 100%;
}

button {
  margin: auto;
  margin-top: 25px;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: rgb(84, 164, 218);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: white;
  font-size: 17px;
  font-weight: 500;
}

#downloadButton {
  margin: auto;
  margin-top: 25px;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: rgb(84, 164, 218);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: white;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  width: 185px;
  height: 25px;
}
.tercera-parte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
button:hover {
  background-color: #004bcc;
}
.visualizar > h1 {
  color: whitesmoke;
}
.file-select3 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.visualizar {
  background-color: black;
}

.file-select3::before {
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.6);
  background: rgb(84, 164, 218);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  content: "Cargar Archivo V3";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 44px;
  width: 200px;
  margin: auto;
  font-size: 17px;
  font-weight: 500;
}
.file-select4 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.file-select4::before {
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.6);
  background: rgb(84, 164, 218);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  content: "Visualizar archivo";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 44px;
  width: 200px;
  margin: auto;
}
nav ul li img {
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .titulo-slide {
    font-size: 60px;
    line-height: 60px;
  }
  .texto-slide > p {
    font-size: 23px;
    line-height: 25px;
  }
  nav a {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .titulo-slide {
    font-size: 50px;
    line-height: 50px;
  }
  .texto-slide > p {
    font-size: 20px;
    line-height: 25px;
    padding-right: 200px;
  }
  nav ul li {
    width: 250px;
  }
  nav ul li img {
    width: 30px;
    margin: 0;
    margin-right: 20px;
  }
  nav a {
    font-size: 16px;
  }
  input[type="file" i] {
    font-size: 15px;
  }
  h5,
  button {
    font-size: 15px;
    line-height: 20px;
  }
  #src-file1::before,
  .file-select::before,
  .file-select3::before {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  nav ul li {
    width: 200px;
  }
  .swiper-slide img {
    width: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }
  header > a img {
    width: 60px;
  }
  .texto-slide {
    top: 100px;
  }
  .marcas-lista {
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .texto-slide > p {
    margin-top: 10px;
  }
  .marcas-img {
    margin: 0 5px;
  }
  nav ul li img {
    margin-right: 10px;
  }
  nav ul {
    width: 80%;
    margin-top: -50px;
  }
  .noticia-r > p {
    padding-right: 30px;
  }
  .noticia-l > img {
    height: 290px;
    margin-top: 0;
  }
  footer h6 {
    font-size: 15px;
  }
  .access-button {
    margin-top: 20px;
  }
  .titulo-main,
  .capacitaciones-container > h1,
  .noticias-container > h1 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 800px) {
  nav ul {
    width: 90%;
    margin-top: -65px;
  }
}
@media (max-width: 700px) {
  nav ul li {
    width: 200px;
  }
  .capacitacion {
    height: 350px;
    width: 250px;
  }
  .capacitacion > a > h3 {
    font-size: 20px;
    line-height: 25px;
    height: 70px;
  }
  .capacitacion > a > p {
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
    height: 70px;
  }
  .titulo-main,
  .capacitaciones-container > h1,
  .noticias-container > h1 {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  h1 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
    padding: 0 20px;
  }
  #src-file1::before,
  .file-select::before,
  .file-select3::before {
    font-size: 15px;
  }
  h5 {
    width: auto;
    padding: 0 20px;
  }
  .titulo-slide {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .texto-slide > p {
    font-size: 20px;
    line-height: 25px;
    padding: 0px 20px;
    text-align: center;
  }
  .texto-slide {
    left: 0px;
    right: 0px;
    top: 110px;
  }
  header > a img {
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
  }
  .access-button {
    width: 300px;
    height: 200px;
  }
  .access-button > a > p {
    font-size: 13px;
    padding: 6px 8px;
    top: 15px;
    left: 15px;
  }
  .access-button > a > h2 {
    left: 15px;
    bottom: 0px;
  }
  .marcas-img {
    width: 100px;
  }
  footer img {
    width: 80px;
  }
  footer h6 {
    padding: 0 20px;
    font-size: 13px;
  }
  .capacitacion > a > h5 {
    font-size: 13px;
    padding: 2px 5px;
    top: 15px;
    left: 15px;
  }
  nav ul li.linea-c {
    display: none;
  }
  nav ul {
    flex-direction: column;
    text-align: center;
  }
  nav ul li {
    width: auto;
  }
  .noticia-contenedor {
    flex-direction: column;
    height: 600px;
  }
  .noticia-r,
  .noticia-l {
    width: 90%;
  }
  .noticia-l {
    margin-top: -50px;
    margin-bottom: 0;
  }
  .noticia-r {
    padding-left: 20px;
    margin-top: 30px;
  }
  .visualizar > h1 {
    margin-top: 50px;
  }
}
