@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h4 {
  text-align: center;
  color: #0d6fa8;
  text-shadow: 1px 1px 2px rgb(105, 105, 105);
}
i {
  font-family: "icon";
}
h1 {
  font-size: 3em;
  margin: 0.3em 0px;
}
h2 {
  font-size: 2.5em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  font-size: 2em;
  margin: 0px 0px 0.2em 0px;
}
h4 {
  font-size: 1.5em;
  margin: 0px 0px 0.2em 0px;
}
button {
  cursor: pointer;
  border: transparent;
  background-color: transparent;
  font-size: 1.1em;
}
button:disabled {
  cursor: not-allowed;
  color: #00f267;
}
input {
  min-height: 2em;
}
.prove {
  width: 100px;
  height: 100px;
  background-color: aqua;
  border: solid 1px #000;
}
.dis-n {
  display: none;
}
.dis-b {
  display: block;
}
.col-y {
  color: #fff675;
}
.col-w {
  color: white;
  fill: white;
}
.col-r {
  fill: red;
  color: rgb(196, 18, 18);
}
.col-o {
  fill: rgb(255, 153, 0);
  color: rgb(255, 153, 0);
}
.col-g {
  fill: #00f267;
  color: #00f267;
}
.col-g button {
  fill: #8ceb28;
  color: #8ceb28;
}
.col-r button {
  fill: red;
  color: red;
}
.col-gy {
  fill: gray;
  color: gray;
}
.col-b {
  color: rgb(8, 126, 236);
}
.col-bd {
  color: #222f40;
}
.col-v {
  color: #be296c;
  fill: #be296c;
}
/*anchos*/
.hei-10v {
  height: 10vh;
}
.widHei-40p {
  width: 40px;
  height: 40px;
}
.wid-100,
.wid-100-800-50 {
  width: 100%;
}
.wid-329-800 {
  width: 329px;
}
.wid-90 {
  width: 90%;
}
.wid-80 {
  width: 80%;
}
.wid-70,
.wid-70-800 {
  width: 70%;
}
.wid-60,
.wid-60-800 {
  width: 60%;
}
.wid-50,
.wid-50-800 {
  width: 48%;
}
.wid-55,
.wid-55-800 {
  width: 53%;
}
.wid-40 {
  width: 40%;
}
.wid-30 {
  width: 30%;
}
/*margin*/
.mar-y {
  margin: 1em 0px;
}
.mar-y-2 {
  margin: 2em 0px;
}
.mar-y-3 {
  margin: 3em 0px;
}
.mar-a {
  margin: auto;
}
.mar-0 {
  margin: 0px;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-g3-5,.dis-g3-5-800{
grid-template-columns: 30% 55%;
}
.dis-ib {
  display: inline-block;
}
.dis-f,
.dis-f-800 {
  display: flex;
}
.dis-g-a,.dis-g-a-800{
  grid-template-columns: auto auto;
}
.dis-g-a-15 {
  grid-template-columns: auto 15%;
}
.dis-g-6-800 {
  grid-template-columns: auto auto auto auto auto auto;
}
.dis-g-3-33-800 {
  grid-template-columns: 33% 33% 33%;
  column-gap: 1%;
}
.dis-g-3,
.dis-g-3-800 {
  grid-template-columns: 30% 30% 30%;
  column-gap: 3%;
}
.dis-g-4,
.dis-g-4-800 {
  grid-template-columns: auto auto auto auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.dis-g-5,
.dis-g-5-800 {
  grid-template-columns: repeat(5,auto);
  row-gap: 0.58em;
  column-gap: 0.58em;
}
.dis-g-8,
.dis-g-8-800 {
  grid-template-columns: auto auto auto auto auto auto auto auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.dis-g-80-a,
.dis-g-80-a-800 {
  grid-template-columns: 90% auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.dis-g-3-30 {
  grid-template-columns: auto 60% auto;
  column-gap: 1%;
}
.dis-g-60-40,.dis-g-60-40-800{
  grid-template-columns: 60% auto;
  column-gap: 1%;
}
.dis-g-20-a-20-800 {
  grid-template-columns: 20% auto 20%;
  column-gap: 1%;
}
.dis-g-70-a-800 {
  grid-template-columns: 70% auto;
  column-gap: 1%;
}
.dis-g-2-a,
.dis-g-2-a-800 {
  grid-template-columns: auto auto;
  column-gap: 2%;
}
.dis-g-2,
.dis-g-2-800 {
  grid-template-columns: 49% 49%;
  column-gap: 1%;
}
.dis-g-2-80-800 {
  grid-template-columns: 80% auto;
  column-gap: 1%;
}
.dis-g-3-10-80-10 {
  grid-template-columns: 9% 59% 29%;
  column-gap: 1%;
}
.dis-g-3-a,
.dis-g-3-a-800 {
  grid-template-columns: auto auto auto;
  column-gap: 1%;
}

/*text*/
.text-a-c {
  text-align: center;
}
.text-a-r {
  text-align: right;
}
.text-a-l {
  text-align: left;
}
.font-s-1d3 {
  font-size: 1.3em;
}
.font-s-0d8 {
  font-size: 0.8em;
}
.font-s-1 {
  font-size: 1em;
}
.font-s-1d5 {
  font-size: 1.5em;
}
.font-s-2 {
  font-size: 2em;
}
.font-s-3 {
  font-size: 3em;
}
.font-s-4 {
  font-size: 4em;
}
.font-w-b {
  font-weight: 900;
}
.jus-c-c {
  justify-content: center;
}
.jus-i-c {
  justify-items: center;
}
.jus-i-fe {
  justify-items: flex-end;
}
.jus-c-sb {
  justify-content: space-between;
}
.jus-c-sa {
  justify-content: space-around;
}
.ali-i-c {
  align-items: center;
}
.ali-c-c {
  align-content: center;
}
/*alls*/
.all-inptLabel-c-p input,
.all-inptLabel-c-p label {
  cursor: pointer;
}
.all-dis-ib * {
  display: inline-block;
}
.all-dis-b * {
  display: block;
}
/*clases base*/
.dir-r,.dir-r-800{
  direction: rtl;
}
.lis-s-n{
  list-style: none;
}
.bor-r-10{
  border-radius: 10px;
  padding: 1px;
  margin: 1px;
}
.ali-s-fe {
  align-self: flex-end;
}
.ali-s-c {
  align-self: center;
}
.negro {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  background-color: rgba(68, 68, 68, 0.466);
  left: 0px;
  top: 0px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.blanco {
  width: 80%;
  padding: 25px;
  background-color: white;
  height: fit-content;
  text-align: center;
}

.blanco button {
  color: white;
  background-image: linear-gradient(#b8003b, #940432);
  border-radius: 25px;
  padding: 0.1em 1em;
  font-size: 1em;
  transition: all 0.3s;
}
.cur-p {
  cursor: pointer;
}
.cur-g {
  cursor: grabbing;
}
.ove-y-s,.ove-y-s-800{
  overflow-y: scroll;
}
.ove-h {
  overflow: hidden;
}
.ove-x-h {
  overflow-x: hidden;
}
.opa-0d8 {
  opacity: 0.8;
}
.flo-r,.flo-r-800 {
  float: right;
}
.pdr-bor {
  border: 1px solid #7b7b4c;
}
/*clases*/
.scoreTime{
  position: absolute;
  margin-left: 75vw;
  padding: 0.5em;
}
canvas{
  background-image: url(../img/floor.png);
  width: 100%;
}
.control button{

  border-radius: 100%;
  width: 65px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.068);
  padding: 0.5em 0px;
  font-size: 1.5em;
}
.control{
  float: right;
  width: 300px;
  column-count: 3;
  column-width: 100px;
  text-align: center;
  margin-top: -8%;
}
.control div:nth-child(1){
  column-span: all;
}
.control div:nth-child(5){
  column-span: all;
}
.earthSca{
  transform: scale(0);
  transform-origin: 50% 10%;
}
.earthScaAnm{
 animation-name: earthAnm;
 animation-timing-function: linear;
 animation-duration: 10s;
 animation-fill-mode: forwards;
}
@keyframes earthAnm {
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(1);
  }

}
.navEndAnm{
  animation-name: navEndAnm;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  transform: scale(1);
  transform-origin: 50% 50%;
 }
 @keyframes navEndAnm {
   0%{
    y:485;
    transform: scale(1);
   }
   2%{
    y:475;
    transform: scale(1);
   }
   100%{
     y:300;
     transform: scale(0);
   }

 }
.actvStar{
  background: rgb(66,60,158);
  background: linear-gradient(0deg, rgba(66,60,158,0) 0%,  rgba(0, 255, 4, 0.158) 50%, rgba(247,0,0,0) 100%);
}
.tarjeta2 {
  background-color: rgba(255, 255, 255, 0.527);
  padding: 1em;
  border-radius: 1em;
  text-align: left;
}
.tarjeta2 ul{
  list-style: none;
}
.cazaStar{
  position: absolute;
  top: 0px;
  width: 100%;
}
.int{
  animation-name: intAnm;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transition: all 0.5s;
  fill: none;
}
@keyframes intAnm {
  0%{
    filter:contrast(200%) brightness(150%);

  }
  50%{
    filter:contrast(10%) brightness(10%);
  }
  100%{
    filter:contrast(200%) brightness(150%);
  }

}
.close{
  font-size: 1.5em;
  float: right;
}
.pop .popB{
background-color: rgba(0, 0, 0, 0.575);
width: 100vw;
height: 102vh;
position: fixed;
display: grid;
align-items: center;
margin-top: -2vh;
top: 0px;
left: 0px;
}
.doorAnm{
  animation-name: doorAnm;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform-origin: 35% 26%;
}

@keyframes doorAnm {
  0%{
transform: rotate(0deg);
  }

  99%{
    transform: rotate(36deg) translateY(0px) translateX(0px); opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.navAnm{
  animation-name: navAnm;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform-origin: 35% 26%;
}
@keyframes navAnm {
  0%{
transform: rotate(0deg);
  }
  19%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(0px) translateX(-0px);
  }
  30%{
    transform: translateY(-95px) translateX(0px);
  }
  100%{
    transform: translateY(-90px) translateX(1100px);
  }
}
.fireAnm{
  animation-name: fireAnm;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform-origin: 35% 26%;
  opacity: 0;
}
@keyframes fireAnm {
  0%{
transform: rotate(0deg);
  }
  19%{
    transform: translateY(0);

  }
  20%{
    transform: translateY(0px) translateX(-0px);
    opacity: 0;
  }
  30%{
    transform: translateY(-95px) translateX(0px);
    opacity: 1;
  }
  40%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  80%{
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100%{
    transform: translateY(-90px) translateX(1100px);
  }
}

.tabelCol{
  background-color: #d8273f1f;
  border: 2px solid rgb(109, 31, 31);
}
.tabelTitl{
padding: 1em 1em;
background-color: rgb(255, 255, 255);
}
.telonL{
  animation-name: telonAnmL;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes telonAnmL {
  0%{
    x:0px;
  }
  100%{
    x:-340px;
  }
}
.telonR{
  animation-name: telonAnmR;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes telonAnmR {
  0%{
    x:396px;
  }
  100%{
    x:730px;
  }
}
.tool:hover +.tip{
display: block;
}
.tip{
  display: none;
  position: absolute;
  border-radius: 10px;
  padding: 0.5em;
  box-shadow: 2px 2px 2px rgba(117, 117, 117, 0.452);
  background-color: wheat;
  color: rgb(179, 120, 12);
}
.copy{
  position: absolute; top: 0px;
}
.ride {
  animation-name: upDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 55% 55%;
}

@keyframes upDown {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.bar rect {
  fill: #0b9eb8;
}
.tra-a-6 {
  transition: all 2s;
  transition-timing-function: linear;
}
.tra-a-3 {
  transition: all 3s;
}

.topHead {
  position: absolute;
  top: 0px;
}
.bac-yt {
  background-color: #d4ed0533;
}
.bac-gyt {
  background-color: #9b9b9b33;
}

.bac-wt {
  background-color: #ffffff71;
}
.col-n{
  color: black;
}
.col-bd{
  fill: #3467af;
  color:#253345
}
.col-y{
  fill: #afa334;
  color:#afa334
}
.bor-b{
  border: 1px solid #323232;
  stroke: #323232;
  stroke-width: 1;
}
.bor-das-c-n{
  border: 1px dashed #323232;
}
.codigos {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}

.textMove div {
  position: relative;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: all 1s;
}
.textMove div:nth-child(1) {
  animation-name: up;
}
.textMove div:nth-child(2) {
  animation-name: down;
}
.textMove div:nth-child(3) {
  animation-name: middles;
}
@keyframes up {
  0% {
    margin-top: -20px;
    transition: all 1s;
  }
  50% {
    margin-top: 0px;
    transition: all 1s;
  }
  100% {
    margin-top: -20px;
    transition: all 1s;
  }
}
@keyframes down {
  0% {
    margin-top: 20px;
    transition: all 1s;
  }
  50% {
    margin-top: 0px;
    transition: all 1s;
  }
  100% {
    margin-top: 20px;
    transition: all 1s;
  }
}
@keyframes middles {
  0% {
    margin-top: 0px;
    transition: all 1s;
  }
  50% {
    margin-top: 10px;
    transition: all 1s;
  }
  100% {
    margin-top: 0px;
    transition: all 1s;
  }
}

.formula {
  border-left: 20px solid rgb(55, 116, 173);
  border-right: 10px solid rgb(51, 51, 51);
  padding: 0px 1em;
}
.check::after {
  content: "\f00c";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0a74ff;
}
.selct {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(5, 24, 107);
  background-color: #92033e;
  color: white;
  font-family: "Font Awesome 5 Free";
}
.patron-soccer {
  fill: url(../img/soccer.jpg);
}
.solucion {
  position: relative;
  margin-top: -25vh;
}
.ball-lef-fail {
  offset-path: path("M181.5,160.5c0,0-54.5-98.5-77.5-78.5l1,45");
}
.ball-lef-win {
  offset-path: path("M191.5,176.5c0,0-87.6-158-129-138l-21,67");
}
.ball-rig-fail {
  offset-path: path("M191,176.5c0,0,64.5-114.5,87.5-94.5l-1,45");
}
.ball-rig-win {
  offset-path: path("M191.5,176.5c0,0,87.6-158,129-138l21,67");
}
.ball-fro-fail {
  offset-path: path("M191,176.5c0,0-22.5-139.5,0.5-119.5l8,63.5");
}
.ball-fro-win {
  offset-path: path("M191.5,176.5c0,0-18-67,6-58l6-4l-3-10");
}

.ball-lef-fail,
.ball-lef-win,
.ball-rig-fail,
.ball-rig-win,
.ball-fro-fail,
.ball-fro-win {
  offset-distance: 0%;
  animation-name: red-ball;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes red-ball {
  0% {
    offset-distance: 0%;
  }
  70% {
    offset-distance: 70%;
  }
  100% {
    transform: scale(0.4);
    offset-distance: 100%;
  }
}

.tra-s-a-5 {
  transition: all 0.5s;
}
.parche-w {
  fill: #fcfcfc;
}
.parche-b {
  fill: #333333;
}
.menu-r {
  fill: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
text.menu-r {
  fill: #ffffff;
}
.all-btn-points button {
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 0.5em;
  margin: 0.5em;
  width: 90%;
}
.point {
  background-color: transparent;
  border: hidden;
  font-size: 1.5em;
  padding: 0px;
  margin: 0px;
  width: auto;
  text-align: center;
}
.bor-c-dr{
  border: 3px solid transparent;
border-image: linear-gradient(to bottom, #f3f7bc,#918f2d);
border-image-slice: 1;
}
.bor-l-10-c-b {
  border-left: 10px solid rgb(55, 116, 173);
}
.bor-t-c-v {
  border-top: 1px solid #d3337b;
}
.btnRed {
  border-radius: 20px;
  padding: 0.2em;
  background-color: rgb(170, 12, 86);
  color: white;
  margin: 0.2em;
}
.btnYellow {
  border-radius: 20px;
  padding: 0.2em;
  background-color: rgb(216, 186, 16);
  color: white;
  margin: 0.2em;
}
.btnRed:hover,
.btnYellow:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
.btnOpc {
  padding: 0.5em;
  border-radius: 25px;
  font-size: 2em;
  border: 2px dashed #154e97;
  text-align: center;
  margin: 1em;
  color: #154e97;
}
.btnOpc:hover {
  border: 2px dashed #b80baa;
  color: #b80baa;
}
.pad {
  padding: 1em;
}
.pad-x {
  padding: 5px 0.8em;
}
.pad-y-2 {
  padding: 2em 0px;
}
.pad-y-x3 {
  padding: 3em 0px;
}
.hei-50v {
  height: 50vh;
}
.hei-60v {
  height: 60vh;
}
.hei-70v {
  min-height: 70vh;
}
.hei-80v {
  height: 80vh;
}
.hei-90v {
  height: 90vh;
}
.hei-95v {
  height: 97vh;
}
.hei-100v,.hei-100v-800 {
  min-height: 97vh;
}
.bac-c-n{
  background-color: #000;
}
.bac-c-yd {
  background-color: #e9ca52;
}
.bac-c-rl {
  background-color: #fbd0d9;
}
.bac-c-e {
  background-color: #188fa3;
}
.bac-c-r {
  background-color: #d63d20;
}
.bac-c-g {
  background-color: #99d620;
}
.lines {
  fill: none;
  stroke: #353535;
  stroke-miterlimit: 10;
}
.points {
  fill: #ff0000;
  stroke: #353535;
}
.player {
  border: 2px dashed rgb(253, 188, 193);
  border-radius: 20px;
  padding: 0.1em;
}
.moveSea {
  position: relative;
  animation-name: example;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
.navegantes {
  position: relative;
  margin-bottom: -80px;
  z-index: 1;
  margin-top: -6vh;
}
/* Animation */
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 50px;
  max-height: 100px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
}

.mar {
  background: rgb(2, 130, 138);
  background: linear-gradient(
    0deg,
    rgba(2, 130, 138, 1) 0%,
    rgba(30, 178, 255, 1) 100%
  );
  text-align: center;
  height: auto;
  width: auto;
  padding: 1% 2.5%;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  position: relative;
}
.pez {
  background-image: url(../img/pez.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50%;
  height: 65px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bolder;
  position: relative;
  animation-name: anmPez;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes anmPez {
  0% {
    transform: rotate3d(0, 1, 0, 20deg);
    margin-top: -10px;
  }
  50% {
    transform: rotate3d(0, 1, 0, 00deg);
    margin-top: -0px;
  }
  100% {
    transform: rotate3d(0, 1, 0, 20deg);
    margin-top: -10px;
  }
}
.exclnt {
  text-align: center;
  padding: 0.3em;
  margin: 0.6em;
  border-radius: 25px;
  color: #3d5c3d;
  background-color: #edfded;
  text-shadow: 1px 1px 2px rgb(136, 136, 136);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%2376d37c' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}
.tbsActv,
.tbsDsActv {
  width: 250px;
  padding: 0.3em;
  margin: 0.3em;
  border-radius: 5px;
}
.tbsDsActv {
  border: 1px solid #8c8c79;
  color: #8c8c79;
}
.tbsDsActv:hover {
  color: #404037;
  border: 1px solid #404037;
}
.tbsActv {
  color: #404037;
  border: 1px solid #404037;
}
.transport {
  text-align: center;
  background-color: #c4fff8;
  padding: 1em;
}

.z-ind-1 {
  z-index: 1;
}
.pos-r {
  position: relative;
}
.pos-f{
  position: fixed;
}
.mart-20p {
  margin-top: 20px;
}
.mart--20p {
  margin-top: -20px;
}
.personCorner {
  position: relative;
  margin-left: -70px;
}
.tvOn {
  background-color: white;
}
.tvOff {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    328deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(33, 33, 74, 1) 35%,
    rgba(86, 120, 128, 1) 100%
  );
}
.mar-b-1m {
  margin: 0px 0px 1em 0px;
}
.mar-t--40-800{
  margin-top: -40px;
}
.mar-x {
  margin: 0px 1em;
}
.drop {
  width: 100%;
  min-height: 30vh;
  background-color: rgba(54, 54, 54, 0.315);
  border-radius: 20px;
}
.drag {
  cursor: move;
}
.move{
  position: relative;
}
.marcaTV {
  display: grid;
  grid-template-columns: auto 35% 80px;
  text-align: right;
  background-color: #323232;
  width: 100%;
  padding: 0px 10px;
  font-size: 1.1em;
}
.marcaTV button {
  font-size: 1.1em;
}
.rayX {
  border-radius: 10px;
  border: 5px solid white;
  background-color: rgba(99, 99, 99, 0.596);
  position: absolute;
  width: 80px;
  height: 70px;
  box-shadow: 2px 2px 2px rgb(117 117 117);
  margin-left: 20px;
  margin-top: 0px;
  transition: all 2s;
}
.slidAnimado {
  overflow: hidden;
  border: 10px solid #323232;
  width: 100%;
  height: 250px;
}
.visor {
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 2s;
}
.slidMove {
  width: 400px;
  border-radius: 1px solid #000;
}
.imgCorner {
  position: relative;
  margin-left: -90px;
  margin-top: 320%;
}

.defltBtn {
  color: white;
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  background-image: linear-gradient(#119cdc, #118bc4);
  transition: all 0.3s;
  padding: 10px 20px 10px 15px;
}
.defltBtn:hover {
  background-image: linear-gradient(#118bc4, #0f7caf);
  transition: all 0.3s;
}
.defltBtn2 {
  color: white;
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  background-image: linear-gradient(#11dc1b, #0e9c1a);
  transition: all 0.3s;
  padding: 10px 20px 10px 15px;
}
.defltBtn2:hover {
  background-image: linear-gradient(#0e9c1a, #11dc1b);
  transition: all 0.3s;
}

.banderin {
  background-color: #745d8c;
  color: white;
  position: absolute;
  transform: rotate(-45deg);
  padding: 15px 65px;
  margin-left: -65px;
  left: 0px;
  top: 0px;
  font-size: 1.4em;
  text-align: center;
  margin-top: 20px;
}
.tarjeta {
  padding: 10px 20px;
  box-shadow: 4px 4px 8px rgb(99, 99, 99);
  border-radius: 30px;
  background-color: #fcfcfcb0;
}
.circo {
  background-image: url("../img/circo.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fondo-museum{
  background-color: #fafce1;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='church-on-sunday' fill='%23dacb84' fill-opacity='0.4'%3E%3Cpath d='M77.17 0H80v2.83l-.1.1A39.9 39.9 0 0 1 74.64 20a39.9 39.9 0 0 1 5.24 17.06l.11.11v2.89c-.01 6.9-1.8 13.79-5.35 19.94A39.96 39.96 0 0 1 80 79.94V80h-2.83L66.84 69.66a39.83 39.83 0 0 1-24.1 10.25l.09.09h-5.66l.1-.1c-8.7-.58-17.22-4-24.1-10.23L2.82 80H0V79.94c.01-6.9 1.8-13.8 5.35-19.94A39.96 39.96 0 0 1 0 40.06V37.17l.1-.1A39.9 39.9 0 0 1 5.36 20 39.9 39.9 0 0 1 .1 2.94L0 2.83V0h2.83l-.1.1a39.83 39.83 0 0 1 24.1 10.24L37.18 0H40c0 6.92-1.78 13.83-5.35 20A39.96 39.96 0 0 1 40 40c0-6.92 1.78-13.83 5.35-20A39.96 39.96 0 0 1 40 0h2.83l10.33 10.34A39.83 39.83 0 0 1 77.26.09L77.17 0zm.77 77.94c-.3-5.52-1.8-11-4.49-16a40.18 40.18 0 0 1-5.17 6.34l9.66 9.66zm-12.52-9.7l-6.83-6.83-5.46 5.46-1.41 1.41-9.66 9.66c8.4-.45 16.69-3.68 23.36-9.7zm-23.07 6.58l7.99-7.98a40.05 40.05 0 0 1-3.79-4.9 37.88 37.88 0 0 0-4.2 12.88zM47.68 60a37.98 37.98 0 0 0 4.07 5.42L57.17 60l-5.42-5.42A38 38 0 0 0 47.68 60zm2.66-6.84a40.06 40.06 0 0 0-3.79 4.9 37.88 37.88 0 0 1-4.2-12.88l7.99 7.98zm1.38-1.44l1.41 1.41 5.46 5.46 6.83-6.84a37.85 37.85 0 0 0-23.36-9.7l9.66 9.67zM60 60l6.87 6.87A38.1 38.1 0 0 0 72.32 60a38.11 38.11 0 0 0-5.45-6.87L60 60zm-14.65 0a39.9 39.9 0 0 0-5.24 17.06l-.11.11-.1-.1A39.9 39.9 0 0 0 34.64 60a39.9 39.9 0 0 0 5.24-17.06l.11-.11.1.1A39.9 39.9 0 0 0 45.36 60zm9.23-48.25a37.85 37.85 0 0 1 23.36-9.7l-9.66 9.67-1.41 1.41-5.46 5.46-6.83-6.84zm13.67 13.67L62.83 20l5.42-5.42A38 38 0 0 1 72.32 20a37.98 37.98 0 0 1-4.07 5.42zm5.2-3.47a40.05 40.05 0 0 1-3.79 4.89l7.99 7.98c-.61-4.45-2.01-8.82-4.2-12.87zm-6.58 4.92l1.41 1.41 9.66 9.66a37.85 37.85 0 0 1-23.36-9.7l6.83-6.83 5.46 5.46zM53.13 13.13L60 20l-6.87 6.87A38.11 38.11 0 0 1 47.68 20a38.1 38.1 0 0 1 5.45-6.87zm-1.41-1.41l-9.66-9.66c.3 5.52 1.8 11 4.49 16a40.18 40.18 0 0 1 5.17-6.34zm-9.66 26.22c.3-5.52 1.8-11 4.49-16a40.18 40.18 0 0 0 5.17 6.34l-9.66 9.66zm26.22 13.78l9.66-9.66c-.3 5.52-1.8 11-4.49 16a40.18 40.18 0 0 0-5.17-6.34zm8.98-11.81L66.84 50.34a39.83 39.83 0 0 0-24.1-10.25l10.42-10.43a39.83 39.83 0 0 0 24.1 10.25zm-7.6-26.75a40.06 40.06 0 0 1 3.79 4.9 37.88 37.88 0 0 0 4.2-12.88l-7.99 7.98zm-31.72 28.9c-8.4.45-16.69 3.68-23.36 9.7l6.83 6.83 5.46-5.46 1.41-1.41 9.66-9.66zM22.83 60l5.42 5.42c1.54-1.7 2.9-3.52 4.07-5.42a38 38 0 0 0-4.07-5.42L22.83 60zm5.45 8.28l-1.41-1.41-5.46-5.46-6.83 6.84a37.85 37.85 0 0 0 23.36 9.7l-9.66-9.67zm9.37 6.54l-7.99-7.98a40.05 40.05 0 0 0 3.79-4.9 37.88 37.88 0 0 1 4.2 12.88zM20 60l-6.87-6.87A38.11 38.11 0 0 0 7.68 60a38.11 38.11 0 0 0 5.45 6.87L20 60zm17.26-19.9L26.84 29.65a39.83 39.83 0 0 1-24.1 10.25l10.42 10.43a39.83 39.83 0 0 1 24.1-10.25zm-35.2 1.96l9.66 9.66a40.18 40.18 0 0 0-5.17 6.33c-2.7-5-4.2-10.47-4.5-16zm4.49 19.89c-2.7 5-4.2 10.47-4.5 16l9.67-9.67a40.18 40.18 0 0 1-5.17-6.33zm31.1-16.77c-.61 4.45-2.01 8.82-4.2 12.87a40.06 40.06 0 0 0-3.79-4.89l7.99-7.98zm-4.2-23.23c2.7 5 4.2 10.47 4.5 16l-9.67-9.67c1.97-1.97 3.7-4.1 5.17-6.33zm-14.86-.54l6.83 6.84a37.85 37.85 0 0 1-23.36 9.7l9.66-9.67 1.41-1.41 5.46-5.46zm-8.25 5.43l-7.99 7.98c.61-4.45 2.01-8.82 4.2-12.87a40.04 40.04 0 0 0 3.79 4.89zm1.41-1.42A37.99 37.99 0 0 1 7.68 20a38 38 0 0 1 4.07-5.42L17.17 20l-5.42 5.42zm-5.2-7.37a40.04 40.04 0 0 1 3.79-4.89L2.35 5.18c.61 4.45 2.01 8.82 4.2 12.87zm6.58-4.92l-1.41-1.41-9.66-9.66a37.85 37.85 0 0 1 23.36 9.7l-6.83 6.83-5.46-5.46zm13.74 13.74L20 20l6.87-6.87A38.1 38.1 0 0 1 32.32 20a38.1 38.1 0 0 1-5.45 6.87zm6.58-8.82a40.18 40.18 0 0 0-5.17-6.33l9.66-9.66c-.3 5.52-1.8 11-4.49 16z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.onlyPC{
  display: none;
  position: fixed;
  background-color: #ffffffab;
  z-index: 1;
  width: 100vw;
  height: 101vh;
  display: none;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 880px) {
  .onlyPC{
    display: block;
  }
  .control{
    margin-top: -20%;
  }
  .ove-y-s-800{
    overflow-y: hidden;
  }
  .close{
    float: inherit;
  }
  .dis-g-800-3{
    grid-template-columns: 33% 33% 33%;
  }
  .cazaStar{
    position: inherit;
    top: 0px;
    width: 100%;
  }
  .dir-r-800{
    direction: inherit;
  }
  .dir-800-r{
    direction: rtl;
  }
  .wid-55-800{

  width: 80%;
  }
  .hei-100v-800 {
    height: auto;
  }

  h1,h2,h3 {
    font-size: 1.5em;
  }
  .personCorner {
    position: inherit;
    margin-left: 0px;
  }

  .dis-g-20-a-20-800,.dis-g3-5-800 {
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 1%;
  }
  .dis-g-2-a-800,
  .dis-g-2-800,
  .dis-g-a-800{
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 1%;
  }
  .donante {
    width: 100%;
    overflow-x: scroll;
  }
  .imgCorner {
    position: inherit;
    margin: auto;
  }
  .dis-g-3-a-800,
  .dis-g-2-80-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .dis-g-3-33-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .transport img {
    width: 100%;
  }
  .mar-y-800 {
    margin: 1em 0px;
  }

  .wid-100-800,
  .wid-70-800 {
    width: 100%;
  }
  .mar {
    grid-template-columns: auto auto auto;
  }
  .navegantes {
    position: relative;
    margin-bottom: -50px;
    z-index: 1;
    margin-top: -0vh;
  }
  .wid-800-100,
  .wid-60-800 {
    width: 100%;
  }
  .wid-100-800-50 {
    width: 50%;
  }

  .dis-g-3-800 {
    grid-template-columns: 60%;
  }
  .solucion {
    position: relative;
    margin-top: -10vh;
  }
  .dis-f-800 {
    display: block;
  }
  .dis-g-4-800 {
    grid-template-columns: auto auto;
    row-gap: 0.1em;
    column-gap: 0.1em;
  }
  .codigos {
    grid-template-columns: auto auto;
  }
  .wid-50-800 {
    width: 100%;
  }
  .dis-g-a-15 {
    grid-template-columns: auto;
    text-align: center;
  }
  .dis-g-6-800 {
    grid-template-columns: auto auto auto;
  }
  .mar-t--40-800{
    margin-top: 0px;
  }
  .flo-r-800{
    float: inherit;
  }
  .dis-g-5-800 {
    grid-template-columns: auto auto;
    row-gap: 0.1em;
    column-gap: 0.1em;
  }
  .all-img-w-20-800 img{
    width: 20%;
    margin: 0px 5%;
    }
    .dis-g-60-40-800{
      grid-template-columns: 100%;
      column-gap: 0%;
      row-gap: 3%;
    }
}
