header {
  background-image: url(../img/insumos/fondo.jpg);
}

.contenedor-enunciado {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagen-enunciado {
  position: relative;
  width: 51rem;
}

.imagen-enunciado-2 {
  position: relative;
  display: none;
}

.contenedor-enunciado > p {
  position: absolute;
  width: 576px;
  top: 47%;
  transform: translateX(-3px);
  font-family: "Ubuntu";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 839px) {
  .imagen-enunciado {
    min-width: 682px;
  }
}

@media only screen and (max-width: 689px) {
  .imagen-enunciado {
    display: none;
  }

  .imagen-enunciado-2 {
    display: block;
    width: 31rem;
  }
  .contenedor-enunciado > p {
    width: 359px;
    top: 31%;
  }
}

@media only screen and (max-width: 499px) {
  .contenedor-enunciado {
    margin-top: 0.5rem !important;
  }
  .imagen-enunciado-2 {
    display: block;
    width: 352px;
  }
  .contenedor-enunciado > p {
    width: 275px;
    top: 30%;
    transform: none;
    font-size: 1rem;
    line-height: 22px;
  }
}

/* div.c-enunciado {
  position: relative;
  perspective: 70em;
  margin-top: 8rem !important;
}

div.enunciado {
  width: 70%;
  margin: 12% 10% 6% 15%;
  position: relative;
}

div.enunciado > div {
  background-color: #ff8500;
  padding: 5% 13% 5% 15%;
  margin-left: -3rem;
  transform: rotateX(7deg) rotateY(0deg) rotateZ(1.5deg);
  box-shadow: 0px 0px 6px black;
}

div.enunciado.t3D {
  transform-style: preserve-3d;
  transform: rotateY(331deg);
}

div.enunciado > p {
  font-family: "Quicksand";
  text-align: center;
}

.fig {
  content: url(../img/insumos/figura-1.svg);
  position: absolute;
  height: auto;
  width: 300px !important;
  top: -109px;
  left: -20px;
  padding: 0% !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-left: -3rem;
  transform: rotateX(7deg) rotateY(0deg) rotateZ(1.5deg) translateZ(-30px) !important;
}

.ghost-text {
  margin: 0px !important;
  transform: rotateX(14deg);
  font-size: 1.25rem;
  font-weight: 600;
  color: #ff8500;
  text-rendering: auto;
  text-align: center;
  user-select: none;
}

.container-real-text {
  display: flex;
  justify-content: center;
  align-content: center;
}

.real-text {
  top: 18%;
  position: absolute;
  width: 51%;
  margin: auto;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Quicksand";
  font-weight: 600;
  text-rendering: auto;
  text-align: center;
}

div.border {
  position: absolute;
  width: 103%;
  height: 103%;
  top: -0.6rem;
  left: -2rem;
  border: none !important;
  margin-bottom: 10rem;
}

div.border > div {
  transform: rotateX(0deg) rotateY(358deg) rotateZ(0deg);
  border: solid 2px #1d6e2b;
  border-left: solid 4px #1d6e2b;
  width: 100%;
  margin-left: 0;
  height: 100%;
  background: transparent;
}

div.border > div::before {
  content: url(../img/insumos/figura-3.svg);
  position: absolute;
  width: 40px;
  height: auto;
  bottom: 109px;
  left: 43px;
}

div.border > div::after {
  content: url(../img/insumos/figura-5.svg);
  position: absolute;
  width: 40px;
  height: auto;
  bottom: 10px;
  left: 91%;
}

div.border::before {
  content: url(../img/insumos/figura-4.svg);
  position: absolute;
  width: 50px;
  height: auto;
  bottom: 8px;
  left: 43px;
}

div.border::after {
  content: url(../img/insumos/figura-2.svg);
  position: absolute;
  width: 50px;
  height: auto;
  bottom: 96px;
  left: 91%;
}

/* Puntos de interrupción */
/*
@media only screen and (max-width: 1350px) {
  .real-text {
    transform: translateZ(200px) translateX(20px);
    width: 40%;
    font-size: 1.1rem;
    top: 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .real-text {
    transform: translateX(0px) translateZ(200px);
    width: 40%;
    top: 11%;
  }
}


@media only screen and (max-width: 827px) {
  .real-text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .real-text {
    display: none;
  }
  .ghost-text{
    color: #fff ;
    user-select: auto;
  }
}

@media only screen and (max-width: 767px) {
  div.border > div::before,
  div.border > div::after,
  div.border::before,
  div.border::after {
    content: none;
  }
  .real-text {
    width: 48%;
    left: 22%;
  }
  div.enunciado > div {
    padding: 5% 13% 0% 15%;
  }
}

@media only screen and (max-width: 467px) {
  div.border > div {
    margin-top: 2%;
    margin-left: 10%;
    transition: 1s linear;
  }
  .real-text {
    left: 19%;
  }
  div.enunciado > div {
    padding: 5% 13% 0% 15%;
  }
} */
