@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  z-index: 0;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-family: "Roboto", serif;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/portadacomprimida.png") center/cover no-repeat;
  filter: blur(25px);
  -webkit-filter: blur(25px);
  transform: scale(1.1);
  z-index: -2;
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
  spointer-events: none;
}
body .contenedor {
  background: #000;
  width: 50em;
  margin: 2em 0;
  border-radius: 3.2em;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 30px 80px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
}
body .contenedor .nav {
  position: fixed;
  top: 0;
  width: 50em;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  will-change: opacity, transform;
  transform: translateZ(0);
  transition: opacity 0.2s ease;
}
body .contenedor .nav .nav-content {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.5em;
  background: rgba(18, 18, 18, 0.725);
  backdrop-filter: blur(10px);
}
body .contenedor .nav .nav-content img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .contenedor .nav .nav-content h1 {
  font-size: 1.3em;
  font-weight: 200;
}
body .contenedor .imagen {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: clamp(700px, 65vh, 900px);
  width: 100%;
  z-index: 1;
}
body .contenedor .imagen .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
  pointer-events: none;
}
body .contenedor .imagen .imgportada {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.2em 3.2em 0 0;
  box-shadow: inset 0 -80px 120px rgba(0, 0, 0, 0.2);
}
body .contenedor .main {
  width: 100%;
  position: relative;
  padding: 0 1.8em 1.8em 1.8em;
  display: flex;
  flex-flow: row wrap;
  z-index: 2;
  background: #000;
}
body .contenedor .main::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 3;
}
body .contenedor .main .header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
body .contenedor .main .header .nombre {
  width: 100%;
  font-size: 1.5em;
}
body .contenedor .main .header .nombre h1 {
  font-weight: 200;
}
body .contenedor .main .header .descripcion {
  width: 100%;
  color: #acacac;
  margin: 0.2em 0;
}
body .contenedor .main .header .burbujas {
  width: 100%;
  margin: 1.7em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 5;
}
body .contenedor .main .header .burbujas ul {
  display: flex;
  justify-content: space-between;
  width: 28%;
}
body .contenedor .main .header .burbujas ul .iconapp {
  display: flex;
}
body .contenedor .main .header .burbujas ul .iconapp img {
  width: 3.2em;
}
body .contenedor .main .cajones {
  width: 100%;
  letter-spacing: 0.03em;
}
body .contenedor .main .cajones .cajongrande {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 1em;
  overflow: hidden;
  margin: 0 0 1.2em 0;
  aspect-ratio: 16/9;
  text-decoration: none;
}
body .contenedor .main .cajones .cajongrande h1 {
  position: absolute;
  bottom: 0.4em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  font-size: 2.2em;
  font-weight: 200;
}
body .contenedor .main .cajones .cajongrande::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
body .contenedor .main .cajones .cajongrande .iconocajon {
  position: absolute;
  margin: 1.5em;
  width: 4.5em;
  padding: 0.5em;
}
body .contenedor .main .cajones .cajongrande .imgcajongrande {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .contenedor .main .cajones .cajonpeque {
  color: #000;
  width: 100%;
  margin: 0 0 1em 0;
  position: relative;
}
body .contenedor .main .cajones .cajonpeque a {
  text-decoration: none;
}
body .contenedor .main .cajones .cajonpeque h1 {
  background: #121212;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 2em;
  padding: 0.3em;
  font-weight: 200;
}
body .contenedor .main .cajones .cajonpeque .imgcajonpeque {
  position: absolute;
  width: 2.5em;
  margin: 0 0 0 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
body .contenedor .footer {
  margin: 0 0 3em 0;
  color: #6c6c6c;
  font-size: 0.4em;
  z-index: 1;
}
body .contenedor .footer h1 {
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  body .contenedor {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  body .contenedor .imagen {
    height: clamp(250px, 40vh, 500px);
  }
  body .contenedor .imagen .imgportada {
    border-radius: 0;
  }
  body .contenedor .nav .nav-content {
    padding: 0.8em 1.5em;
  }
  body .contenedor .nav .nav-content img {
    width: 30px;
    height: 30px;
  }
  body .contenedor .nav .nav-content h1 {
    font-size: 1.2em;
  }
  body .contenedor .main {
    padding: 1em;
  }
  body .contenedor .main::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 3;
  }
  body .contenedor .main .header .nombre {
    font-size: 1em;
  }
  body .contenedor .main .header .descripcion {
    margin: 0;
    font-size: 0.8em;
  }
  body .contenedor .main .header .burbujas {
    display: flex;
    justify-content: center;
  }
  body .contenedor .main .header .burbujas ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  body .contenedor .main .header .burbujas ul .iconapp img {
    width: 35px;
  }
  body .contenedor .main .cajones .cajongrande {
    margin: 0 0 0.7em 0;
  }
  body .contenedor .main .cajones .cajongrande h1 {
    font-size: 1.2em;
  }
  body .contenedor .main .cajones .cajongrande .iconocajon {
    width: 55px;
    margin: 0.5em;
  }
  body .contenedor .main .cajones .cajonpeque {
    margin: 0 0 0.7em 0;
  }
  body .contenedor .main .cajones .cajonpeque h1 {
    font-size: 1.2em;
    padding: 0.4em;
  }
  body .contenedor .main .cajones .cajonpeque .imgcajonpeque {
    width: 25px;
    margin: 0 0 0 1em;
  }
  body .contenedor .footer {
    font-size: 0.4em;
  }
}