@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: white;
  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;
}
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: #35c5cf;
}
.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: 50%;
}
.wid-55,
.wid-55-800 {
  width: 55%;
}
.wid-40 {
  width: 40%;
}
.wid-30 {
  width: 30%;
}
.wid-20 {
  width: 20%;
}
.wid-10 {
  width: 10%;
}
/*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-ib {
  display: inline-block;
}
.dis-f,
.dis-f-800 {
  display: flex;
}
.dis-g-a-15 {
  grid-template-columns: auto 15%;
}
.dis-g-a {
  grid-template-columns: auto auto;
}
.dis-g-90-a,.dis-g-90-a-800{
  grid-template-columns: 90% auto;
}
.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-3-30 {
  grid-template-columns: auto 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.5% 49.5%;
  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-i-r{
  justify-items: right;
}
.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;
}
label{
  cursor: pointer;
}
/*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*/
.ove-s{
  overflow-y: scroll;
}
.fon-w-b{
  font-weight: bold;
}
.lis-s-n{
  list-style: none;
}
.close{
  font-size: 1.5em;
  float: right;
  cursor: pointer;
}
.pop .popB{
background-color: rgba(0, 0, 0, 0.705);
width: 100vw;
height: 110vh;
position: fixed;
display: grid;
align-items: center;
top: -13px;
left: 0px;
margin-top: 2vh;
display: grid;
align-content: center;
    justify-items: center;
    z-index: 10;
}
.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-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*/
.sqr{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 10px;
}
.div-bor-c-w div{
border: 1px solid white;
}
.bor-c-w{
  border: 1px solid white;
  }
.dis-g-4-1fr{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pos-r {
  position: relative;
}
.zin-2{
z-index: 2;
}
.fondo-pat{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  background-color: #20ABCD;
}
.fondo-pat svg{
  width: 4798px;
  height: 100vh;
  position: relative;
}
.municipio{fill:#F1A8C5;stroke:#020101;stroke-width:0.8807;}
.str-w-1{
  stroke:#020101;stroke-width:1;
}
.tra-stXtY{
  animation-name: sca5;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  transform:scale(1) translateX(0px) translateY(0px);
}
@keyframes sca5 {
  0%{
    transform:scale(1) translateX(0px) translateY(0px);
  }
  100%{
    transform:scale(5) translateX(-110px) translateY(-170px);
  }
}
.intrmtnt{
  animation-name: intrm;
  animation-duration: 1s;
  animation-timing-function: linear;
  fill: white;
  animation-iteration-count: infinite;
}
@keyframes intrm {
  0%{
fill: white;
  }
  50%{
    fill: rgb(255, 140, 140);
  }
  100%{
    fill: white;
  }
}
.str-c-g-w1{
  stroke:#A39999; stroke-width:4; stroke-miterlimit:10;
}
.road0{
  animation-name: roadA;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes roadA {
  0%{
y:460px;
x:490px;
  }
  100%{
y:62px;
x:520px;
  }

}
.road1{
  animation-name: roadB;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  y:62px;
  x:520px;
}
@keyframes roadB {
  0%{
    y:62px;
    x:520px;
  }
  30%{
    y:100px;
    x:518px;
  }

  100%{
y:100px;
x:850px;
  }
}
.road2{
  animation-name: roadC;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  y:100px;
  x:850px;
}
@keyframes roadC {
  0%{
    y:100px;
    x:850px;
  }
  30%{
    y:104px;
    x:968px;
  }

  100%{
y:263px;
x:1024px;
  }
}
.road3{
  animation-name: roadD;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  x:1024px;
  y:263px;
}
@keyframes roadD {
  0%{
    x:1024px;
    y:263px;
  }
  30%{
    x:1005px;
    y:199px;
  }

  100%{
    x:615px;
    y:212px;
  }
}
.road4{
  animation-name: roadE;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  x:615px;
  y:212px;
}
@keyframes roadE {
  0%{
    x:615px;
    y:212px;
  }
  26%{
    x:497px;
    y:214px;
  }
  55%{
    x:518px;
    y:92px;
  }

  100%{
    x:203px;
    y:101px;
  }
}
.textCund{font-size:22px; font-weight: bold; fill: #9461CD; stroke:#66339F}
button.btnActv{
    color: white;
    background-image: none;
    background-color: #4A1839;
}
.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;
  z-index: 3;
}
.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-c-w{
  fill: white;
  background-color: white;
}
.bac-c-t{
  background-color: transparent;
  fill: transparent;
}

.bac-c-p{
  background-color: #A967AA;
  fill: #A967AA;
}
.bac-c-v{
  background-color:#E81A4B ;
  fill:#E81A4B ;
}
.bac-c-y{
  background-color: #FFC60B;
  fill: #FFC60B;
}
.bac-c-wO5{
  opacity:0.5;
  background-color: white;
  fill: white;
}
.bac-yt {
  background-color: #d4ed0533;
}
.bac-gyt {
  background-color: #9b9b9b33;
}

.bac-wt {
  background-color: #ffffff71;
}
.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-40v {
  height: 40vh;
}
.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 {
  height: 99vh;
}
.bac-c-yd {
  background-color: #e9ca52;
  fill: #e9ca52;
}
.bac-c-rl {
  background-color: #fbd0d9;
}
.bac-c-e {
  background-color: #188fa3;
  fill: #188fa3;
}
.bac-c-bd {
  background-color: #181aa3;
  fill: #181aa3;
}
.bac-c-b {
  background-color: #00A8DE;
  fill: #00A8DE;
}
.bac-c-r {
  background-color: #ee0b0b;
  fill: #ee0b0b;
}
.bac-c-gr{
  fill:#A39999;
  background-color: #A39999;
}
.bac-c-g {
  background-color: #99d620;
}
.bac-c-n {
  background-color: #000;
}
.bac-c-o {
  background-color: rgb(255, 136, 1);
  fill: rgb(255, 136, 1);
}
.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;
  }
}
.tarjeta2 {
  background-color: white;
  padding: 0.1em;
}
.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;
}
.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-l-50{
  margin-left: 44%;
}
.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;
  width: 40px;
  height: 40px;
}
.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%;
}

.rIniBtn::after {
  margin-left: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.rIniBtn {
  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;
}
.rIniBtn:hover {
  background-image: linear-gradient(#118bc4, #0f7caf);
  transition: all 0.3s;
}
.defltBtn {
  color: white;
  background-image: linear-gradient(#C9429A, #4A1839);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  padding: 0.4em 0.9em;
  color: white;
}
.defltBtn:hover {
  background-image: linear-gradient(#4A1839, #C9429A);
}
.chckBtn {
  color: white;
  background-image: linear-gradient(#7bcf57, #67a64c);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
}
.chckBtn::after {
  margin-left: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.sigBtn,
.antBtn {
  color: white;
  background-image: linear-gradient(#1b7497, #154e97);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
}
.chckBtn:disabled,
.sigBtn:disabled,
.rIniBtn:disabled {
  background-image: linear-gradient(#f0f0f0, #d1d1d1);
  color: #000;
}
.sigBtn:disabled:hover {
  background-image: linear-gradient(#c2d0d6, #93a3aa);
  transition: all 0.3s;
}
.sigBtn,
.chckBtn {
  padding: 10px 20px 10px 15px;
}
.antBtn {
  padding: 10px 15px 10px 20px;
}
.chckBtn:hover,
.sigBtn:hover,
.antBtn:hover {
  background-image: linear-gradient(#0b9eb8, #0a74ff);
  transition: all 0.3s;
}
.sigBtn::after {
  content: "›";
  margin-left: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.antBtn::before {
  content: "‹";
  margin-right: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.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: 20px 20px;
  box-shadow: 4px 4px 8px rgb(73, 73, 73);
  border-radius: 20px;
  background-color: #fffbfba9;
  text-align: center;
}
.circo {
  background-image: url("../img/circo.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fondo-black{
  background-color: #212121;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23494254' fill-opacity='0.4'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.onlyP{
  position: fixed;
  background-color: #ffffffab;
  z-index: 100;
  width: 100vw;
  display: none;
  height: 101vh;
}
.dis-800-b{
  display: none;
}
@media all and (orientation:portrait) and (max-width: 880px){
  .onlyP{
  display: block;
  }
}
@media only screen and (max-width: 880px) {
  .text-a-800-r{
    text-align: right;
  }
  .mar-l-50{
    margin-left: 38%;
  }
  .hei-800-50v {
    height: 50vh;
  }
  .ove-800-sy{
overflow-y: scroll;
  }
  .fondo-pat svg{
    width: 380%;
    height: 100vh;
    position: relative;
  }
  .dis-800-b{
    display: block;
  }
  .dis-800-n{
    display: none;
  }
  .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-g-90-a-800 {
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 1%;
  }
  .dis-g-2-a-800,
  .dis-g-2-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,
  .wid-55-800 {
    width: 99%;
  }
  .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;
  }
}
