@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
.content0,
.container0 {
  display: flex;
  align-items: center;
}

.container0-full,
.content0 {
/*  width: 1000px;
  height: 562px;*/
width: 100%;
height: 862px;
}
.fondo {
  position: absolute;
  width: 1000px;
}
.boyImage {
  position: absolute;
  width: 1000px;
  z-index: 2;
  animation: 200s linear infinite blur;
}
.content0 {
  border-radius: 40px;
  animation: 200s linear infinite brightness;
}
.container0 {
  justify-content: center;
}
.container0-full,
.caras {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container0-full {
  margin: 0;
  justify-content: center;
  transform: scale(1.4);
/*  transform: scale(1);
  animation: 50s linear infinite zoom-in;*/
}
.cuarto,
.caras {

  width: 840px; /*870*/
  height: 190px; /*190*/

}
.cuarto {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1500px; /*480px*/
  transform-style: preserve-3d;
  perspective-origin: 51% 71%;
  margin-top: 50px;
}
.caras,
.huecolor {
  position: absolute;
}
.caras {
  background: 0 0;
  border: 0 solid #000;
  opacity: 0.5;
}
.carabottom,
.caratop {
  width: 870px;
  width: 100%;
  height: 870px;
}

.paratexto p {
  white-space: nowrap;
  overflow: hidden;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(6em + (190px / 10) * 0.7);
height: 150px;
padding-top: 60px;
color: #fff;
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.paraspan { 
  color: red;
}

.parapais{
width: 100px;
background-color: red; 
padding-left: 15px; 
padding-right: 15px;
}

.carafront {
  transform: translateZ(770px);
  display: none;
}
.caraback {
  transform: translateZ(-145px) rotateY(180deg) scaleX(-1);
  width: 990px;
  margin-left: -80px;
}
.caraleft {
  transform: translateX(-135px) rotateY(-90deg) scaleX(-1);
  margin-left: -429px;
  scale: 1.15;
  margin-top: -8px;
}
.cararight {
  transform: translateX(526px) rotateY(90deg) scaleX(-1);
  margin-left: -35px;
  scale: 1.15;
  margin-top: -8px;
}
.caratop {
  transform: translateY(-435px) rotateX(90deg) scaleY(-1);
}
.carabottom {
  transform: translateY(-245px) rotateX(-90deg) scaleY(-1);
}
.caraleft p {
  margin-left: 490px;
  animation: 200s linear infinite left;
}
.caraback p {
  margin-left: -390px;
  animation: 200s linear infinite back;
}
.cararight p {
  margin-left: -1450px;
  animation: 200s linear infinite right;
}
@keyframes left {
  100% {
    margin-left: -54000px;
  }
}
@keyframes back {
  100% {
    margin-left: -54000px;
    height: 120px;
  }
}
@keyframes right {
  100% {
    margin-left: -54000px;
  }
}
.huecolor {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: #1e5799;
  background: radial-gradient(ellipse at center, #1e5799 0, #7db9e8 100%);
  opacity: 1;
}
.huecolor.animated {
  -webkit-animation: 8s infinite filter-animation;
  animation: 8s infinite filter-animation;
}
.container0-reflect {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 380px;
  filter: blur(10px);
}
.container0-reflect .cuarto {
  perspective-origin: 51% -30%;
}
.container0-reflect .caraback {
  transform: translateZ(-435px) rotateY(180deg) scaleX(-1) scaleY(-1);
}
.container0-reflect .caraleft {
  transform: translateX(-435px) rotateY(-90deg) scaleX(-1) scaleY(-1);
}
.container0-reflect .cararight {
  transform: translateX(435px) rotateY(90deg) scaleX(-1) scaleY(-1);
}

.container0-reflect p {
  transform: scaleY(70%);
}

@keyframes filter-animation {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(100deg);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2.5);
  }
}
@keyframes blur {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(3px);
  }
}
@keyframes brightness {
  0% {
    filter: brightness(1) contrast(1);
  }
  100% {
    filter: brightness(0.8) contrast(1.3);
  }
}