body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

header {

  background: url('../IMG/pexels-rdne-10376243.jpg') no-repeat center center/cover;
  height: 80vh;
  color: white;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-bar a,
.top-bar span {
  color: white;
  text-decoration: none;
}

.top-right {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.top-right img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}


.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-top: 10px;
}

.nav-left {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 20px;

}

.nav-left a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;

}

.nav-left a:hover {
  color: #00c3ff;
}



.nav-left img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  text-align: center;
}

.hero h1 {
  font-size: 64px;
  font-weight: 800;

}

/* Main */
main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Main-Padre {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.Main-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Main-left article {
  width: 80%;
  color: rgba(74, 74, 74, 0.687);
  font-size: small;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;

}

.Main-right {
  display: flex;
  align-items: center;
  width: 50%;


}

.Main-right img {
  margin: 60px 30px 0 40px;
  height: 80%;
  width: 80%;
}

.Main-center {

  background-color: #F6F8FA;
  display: flex;
  justify-content: space-between;
  width: 100%;


}

.Articulo-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: small;
  margin: 0px 100px 30px 100px;
}

.Articulo-main p {
  width: 60%;
  text-align: center;
  color: rgba(74, 74, 74, 0.687);
}

.titulo-grupo {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 40px 0 0 0;
}

.titulo-grupo .bold {
  font-weight: 700;
  color: #000;
}

.titulo-grupo .normal {
  font-weight: 300;
  color: #333;
}

.Main-bottom {
  display: flex;
  width: 100%;
  margin-top: 2%;
}

.Main-bottom img {
  width: 25%;
  height: auto;
  object-fit: cover;
  filter: grayscale(100%);
}

.Main-last {
  background-image: url('../IMG/pexels-edward-jenner-4252516.jpg');
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.Main-last h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #0a0a0a;
  margin-bottom: 20px;
  line-height: 1.2;
}


.Main-last h2 {
  font-size: 1.1rem;
  color: #6b6b6b;
  margin-bottom: 40px;
}

.Boton {
  background-color: #00bfff;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Boton:hover {
  background-color: #009fda;
}

/* FOOTER */
footer {
  background-color: #1c1c22;
  color: #cfd2dc;
  padding: 60px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}


.footer-columna {
  width: 23%;

}

.footer-columna h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-columna p,
.footer-columna span {
  font-size: 14px;

  color: #b0b0b0;
}

.footer-columna strong {
  color: white;
}

.iconos {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.iconos a {
  color: #cfd2dc;
  font-size: 16px;
  background-color: #2e2e36;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s;
}

.iconos a img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.iconos a:hover {
  background-color: #00d1f7;
  color: #fff;
}

.post {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #cfd2dc;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #333843;
  border-radius: 6px;
  transition: background 0.3s;
}

.post:hover {
  background-color: #3a3a44;
}

.post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.post p {
  margin: 0;
  font-size: 14px;
  color: white;
}

.post span {
  font-size: 12px;
  color: #aaaaaa;
}

.footer-column {
  width: 23%;
}

.Noticias {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 4px solid #333843;
}

.Noticias input {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  background-color: #1c1c22;
  border: 1px solid #444;
  color: white;
  font-size: 14px;
}

.Noticias button {
  width: 100%;
  background-color: #00d1f7;
  border: none;
  padding: 12px;
  font-weight: bold;
  color: #1c1c22;
  font-size: 14px;
  cursor: pointer;

}

.Noticias button:hover {
  background-color: #00b3d6;
}