.div_edad {
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("../imagenes/Capa 1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  align-items: center;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999; }

.icono_edad {
  font-size: 8vw;
  color: white;
  display: block;
  margin-bottom: 3vw; }

.tit_edad {
  font-size: 1.8vw;
  font-family: "EncodeSansExpanded SemiBold";
  display: block;
  margin-bottom: 0.5vw; }

.texto_edad {
  font-size: 1vw;
  display: block;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 2vw; }

.texto2_edad {
  font-size: 0.9vw;
  display: block;
  text-align: center;
  margin-top: 1vw; }

.pie_edad {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 2vw;
  font-size: 0.8vw; }

@media screen and (max-width: 980px) {
  .icono_edad {
    font-size: 150px;
    color: white;
    display: block;
    margin-bottom: 50px; }

  .tit_edad {
    font-size: 30px;
    font-family: "EncodeSansExpanded SemiBold";
    display: block;
    margin-bottom: 8px; }

  .texto_edad {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px; }

  .texto2_edad {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 30px; }

  .pie_edad {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 12px; } }
