@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: #840da8;
  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-a-80,.dis-g-2-a-80-800{
  grid-template-columns: auto 60%;
  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*/
dt{
  font-weight: bolder;
}
.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*/
.ribb{
  margin: 0px 20px;
  width: 90%;
  height: 0px;
    color: white;
}
.ribb div{
  position: absolute;
  margin-left: 10px;
  margin-top: -12px;
}
.ribb-bor-c-o{
  border-top: 15px solid #A87F1E;
    border-bottom: 15px solid #A87F1E;
    border-right: 22px solid transparent;
}
.ribb-bor-c-b{
  border-top: 15px solid #058EA8;
    border-bottom: 15px solid #058EA8;
    border-right: 22px solid transparent;
}
.scoreTime{
  position: absolute;
  margin-left: 75vw;
  padding: 0.5em;
}
canvas{
  border: 1px solid #000;
  background-color: #47045C;
}
.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);
  }
}

.onlyP{
  position: fixed;
  background-color: #ffffffcc;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
}
@media all and (orientation:portrait) and (max-width: 880px){

  .onlyP{
  display: block;
  }
}
.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;
}
.bac-c-o{
  background-color: #A85E1E;
}
.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(#1EA872, #035C39);
  transition: all 0.3s;
  padding: 10px 20px 10px 15px;
}
.defltBtn:hover {
  background-image: linear-gradient(#035C39, #1EA872);
  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-gray{
  background-color: #fbfbfb;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23f782dd' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 880px) {
  .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;
  }
  .copy{
    position: relative
  }
  h1,h2,h3 {
    font-size: 1.5em;
  }
  .personCorner {
    position: inherit;
    margin-left: 0px;
  }

  .dis-g-20-a-20-800,.dis-g3-5-800,.dis-g-2-a-80-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%;
    }
}
