@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color: #a50000;
  --light-color: #fff;
  --light-color-hover: #ffbbbb;
  --dark-color: #000;
  --gray: #8d8d8d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
svg {
  width: 16px;
  height: 16px;
  fill: var(--light-color);
}
html {
  scroll-behavior: smooth;
}
header {
  top: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background-color: var(--light-color);
  border-bottom: 1px solid gainsboro;
  color: var(--dark-color);
  a {
    color: var(---dark-color);
  }
}
header .menu {
  height: 100svh;
  position: absolute;
  top: 100px;
  right: 0;
  width: 0%;
  display: flex;
  flex-direction: column;
  transition: 0.1s ease;
  visibility: hidden;
  a {
    color: transparent;
  }
}
header .menu_desplegable {
  visibility: visible;
  width: fit-content;
  height: 100svh;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1.5rem;
  top: 100px;
  right: 0;
  padding: 1rem;
  background-color: var(--primary);
  z-index: 100;
  li a {
    color: var(--font);
    display: flex;
    justify-content: end;
  }
}
header #logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #logo img {
  width: 80px;
  height: 80px;
  padding: 0.5rem;
}
header button {
  background: transparent;
  border: none;
  display: flex;
  justify-content: end;
  padding: 1.5rem;
}
header button svg {
  width: 30px;
  height: 30px;
  fill: var(--dark-color);
}
header .menu {
  height: 100svh;
  position: absolute;
  top: 100px;
  right: 0;
  width: 0%;
  display: flex;
  flex-direction: column;
  transition: 0.1s ease;
  visibility: hidden;
}
main {
  margin-top: 80px;
}
main img {
  border-radius: 1rem;
}
main #destacada {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem;
  gap: 2rem;
}
main #entradas .entrada div button {
  background-color: var(--primary-color);
  color: var(--light-color);
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  border: 2px solid var(--primary-color);
  font-weight: 600;
  transition: 0.1s;
}
main #entradas .entrada div button:hover {
  background-color: transparent;
  color: var(--primary-color);
}
main #entradas .entrada div p:nth-of-type(2),
span {
  display: none;
}
main #entradas {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #entradas .entrada div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main #entradas .entrada img {
  width: 100%;
}
footer {
  background-color: var(--primary-color);
  color: var(--light-color);
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
footer a {
  color: var(--light-color);
}
footer a:hover {
  text-decoration: underline;
}
footer div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer div .redes_sociales {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
footer div .redes_sociales a svg {
  width: 24px;
  height: 24px;
  fill: var(--light-color);
}
footer div span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer div .copyright {
  border-top: 1px solid var(--light-color);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 6rem;
  }
  header button {
    display: none;
  }
  header .menu {
    visibility: visible;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    position: relative;
    width: fit-content;
    height: fit-content;
    top: 0;
    right: 0;
    a {
      color: var(---dark-color);
    }
  }
  header .menu li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: 0.1s ease;
  }
  header .menu li a:hover {
    color: var(--primary-color);
  }

  main #destacada {
    height: 85vh;
    padding: 2rem 5rem;
    gap: 2rem;
    display: flex;
    flex-direction: row;
  }
  main #destacada img {
    width: 60%;
  }
  main #destacada div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  main #destacada div h1 {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 32px;
  }
  main #entradas {
    padding: 2rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  main #entradas .entrada {
    display: flex;
    gap: 1rem;
  }
  main #entradas .entrada div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  main #entradas .entrada div h1 {
    font-weight: 600;
  }
  main #entradas .entrada img {
    aspect-ratio: 16/9;
    width: 700px;
    height: 400px;
  }
  footer {
    padding: 2rem 4rem 0rem 4rem;
    background-color: var(--primary-color);
    color: var(--light-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  footer div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 2.5rem;
    font-size: 14px;
  }
  footer div h2 {
    font-size: 16px;
  }
  footer div p,
  a {
    color: var(--light-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  footer div a:hover {
    text-decoration: underline;
  }
  footer div .redes_sociales {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  footer div .redes_sociales a svg {
    width: 24px;
    height: 24px;
  }
  footer div .copyright {
    border-top: 1px solid var(--light-color);
    align-items: center;
    grid-column: span 3;
  }
}
