@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: #ffffff;
  text-shadow: 1px 1px 2px rgb(105, 105, 105);
}
i {
  font-family: "icon";
}
h1 {
  font-size: 2.5em;
  margin: 0.3em 0px;
}
h2 {
  font-size: 2em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  font-size: 1.5em;
  margin: 0px 0px 0.2em 0px;
}
h4 {
  font-size: 1em;
  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;
}

.dis-n,.dis-n-800 {
  display: none;
}
.dis-b {
  display: block;
}
.col-y {
  color: #fff675;
}
.col-w {
  color: white;
  fill: white;
}
.col-r {
  fill: #AD1A1C;
  color: #AD1A1C;
}
.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, 202, 236);
}
.col-bd {
  color: #222f40;
}
.col-v {
  color: #fc2083;
  fill: #fc2083;
}
/*anchos*/
.hei-10v {
  height: 10vh;
}
.widHei-40p {
  width: 40px;
  height: 40px;
}
.wid-100,
.wid-100-800-50 {
  width: 100%;
}
.wid-10{
  width: 10%;
}
.wid-15,.wid-15-800{
  width: 15%;
}
.wid-20{
  width: 20%;
}
.wid-329-800 {
  width: 329px;
}
.wid-90 {
  width: 90%;
}
.wid-80,
.wid-80-800 {
  width: 80%;
}
.wid-70,
.wid-70-800 {
  width: 70%;
}
.wid-60,
.wid-60-800 {
  width: 60%;
}
.wid-50,
.wid-50-800 {
  width: 50%;
}
.wid-40 {
  width: 40%;
}
.wid-30 {
  width: 30%;
}
/*margin*/

.mar-y-0d6 {
  margin: 0.6em 0px;
}
.mar-y {
  margin: 1em 0px;
}
.mar-y-2 {
  margin: 2em 0px;
}
.mar-y-3 {
  margin: 3em 0px 0px 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-200p-a{
  grid-template-columns: 200px auto;
}
.dis-g-800-2{
  grid-template-columns: 50% 50%;
}
.dis-g-20-a,.dis-g-20-a-800{
  grid-template-columns: 22% auto;
}
.dis-g-a-15 {
  grid-template-columns: auto 15%;
}
.dis-g-a-2 {
  grid-template-columns: auto auto;
}
.dis-g-30-a,
.dis-g-30-a-800 {
  grid-template-columns: 30% auto;
  column-gap: 4%;
}
.dis-g-6-800 {
  grid-template-columns: auto auto auto auto auto auto;
}
.dis-g-3-33-800 {
  grid-template-columns: repeat(3, 33.9%);
  column-gap: 1%;
}
.dis-g-3,
.dis-g-3-800 {
  grid-template-columns: repeat(3, 30.9%);
  column-gap: 3.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: 12% 12% 12% 12% 12%;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.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: 4%;
}
.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-1d1 {
  font-size: 1.1em;
}
.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-se {
  justify-content: space-evenly;
}
.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*/
.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;
  z-index: 10;
  }
.sca-100p:hover image {
  height: 100px;
  transition: all 0.5s;
}
.sca-0d8:hover {
  height: 100px;
  transition: all 0.5s;
}
.scal1 {
  animation-name: scal;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  transform-origin: 126% 65%;
}
@keyframes scal {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.sca:hover{
transform: scale(1.1);
}
.sca:hover img{
transform: scale(1.1);
}
.circle1 {
  animation-name: circl;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 179% 152%;
  animation-timing-function: linear;
}
.circle2 {
  animation-name: circl;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 199% 125%;
  animation-timing-function: linear;
}
.circle3 {
  animation-name: circl;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 178% 105%;
  animation-timing-function: linear;
}
@keyframes circl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bor-r-10 {
  border-radius: 10px;
  padding: 1px;
  margin: 1px;
}
.ali-s-fe {
  align-self: flex-end;
}
.ali-s-c {
  align-self: center;
}
table {
  text-align: center;
}
table th {
  background-color: #c9c8e5;
  color: #343359;
}
table th,
table td {
  padding: 0.2em;
  border: 1px solid #c9c8e5;
}
table input {
  width: 60%;
}
.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;
}
.opa-0d5 {
  opacity: 0.2;
}
.opa-1 {
  opacity: 1;
}
.flo-r,
.flo-r-800 {
  float: right;
}
.pdr-bor {
  border: 1px solid #7b7b4c;
}
/*clases*/
.imgSnd{
  position: relative;
  margin-left: -78.5%;
}
.anmSnd{
animation-name: moveSnd;

animation-timing-function: linear;
animation-fill-mode: forwards;
}
@keyframes moveSnd {
  0%{
margin-left: -78.5%;
}
100%{
  margin-left: 0%;
  }
}

.inctvBtn,
.actvBtn,
.btn-bac-r,
.btn-bac-g{
border-radius: 10px;
padding: 0.4em;
}
.inctvBtn{
background-color: #e7e7e7;
}
.actvBtn{
background-color: #9edee2;
color: #294142;
}
.btn-bac-r{
background-color: #f50202;
}
.btn-bac-g{
background-color: #2bff00;
}
.btn-bac-b,.btn-bac-b2{
background-color: #9edee2;
}
.btn-bac-b-hov{
  color: white;
}
.btn-bac-b-hov:hover,.btn-bac-b2-hov{
background-color: #9edee2;
color: #072955;
}
.ondas{
  height: 47px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.bac-c-n{
  background-color: #000000;
}
.bac-c-w{
  background-color: white;
}
.bac-c-gl{
  background-color: #808080;
}
.bac-i-cruzadas{
  background-image: url(../img/fondo-cruzadas.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.fir-l-c-r::first-letter {
  color: red;
  font-size: 130%;
}
.copy {
  position: absolute;
  top: 0px;
}
.pos-r {
  position: relative;
}
.ladoA{
  transform-origin:39% 50%;
	animation: flip_leftA 3s forwards;
  animation-timing-function: linear;
}
@keyframes flip_leftA {
  0% {transform: perspective(2000px) rotateY(0deg) skewY(-1deg)}
  98% {opacity: 1;}
  100% {transform:perspective(2000px) rotateY(-90deg) skewY(0deg); opacity:0;}
}
.ladoB{
  transform-origin:39% 50%;
	animation: flip_leftB 3s forwards;
  animation-timing-function: linear;
}
@keyframes flip_leftB {
  from {transform: perspective(2000px) rotateY(-90deg) skewY(-1deg)}
  to {transform:perspective(2000px) rotateY(-180deg) skewY(0deg)}
}
.ladoC{
  transform-origin:62% 50%;
	animation: flip_leftC 3s forwards;
  animation-timing-function: linear;
}
@keyframes flip_leftC {
  from {transform: perspective(2000px) rotateY(0deg) skewY(-1deg)}
  98% {opacity: 1;}
  to {transform:perspective(2000px) rotateY(90deg) skewY(0deg); opacity:0;}
}
.ladoD{
  transform-origin:61% 50%;
	animation: flip_leftD 3s forwards;
  animation-timing-function: linear;
}
@keyframes flip_leftD {
  from {transform: perspective(2000px) rotateY(90deg) skewY(-1deg)}
  to {transform:perspective(2000px) rotateY(180deg) skewY(0deg)}
}
.bar rect {
  fill: #0b9eb8;
}
.tra-a-6 {
  transition: all 2s;
  transition-timing-function: linear;
}
.tra-a-3 {
  transition: all 3s;
}
.tra-a-03 {
  transition: all 0.3s;
}

.topHead {
  position: absolute;
  top: 0px;
}
.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;
}
.btnCircl button:not(.ini){
width: 60px;
height: 60px;
border-radius: 100%;
overflow: hidden;
border: 2px solid #AD1A1C;
margin: 0px 10px;
}
.btnCircl img{
width: 140%;
margin-left: -6px;
margin-top: -1px;
}
.btnCircl div{
  margin: 4px 0px;
  }
.btnCircl button:hover{
 transform: scale(1.1);
}
.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-0d5 {
  padding: 0.5em;
}
.pad {
  padding: 1em;
}
.pad-x {
  padding: 0px 1em;
}
.pad-y {
  padding: 1em 0px;
}
.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,.hei-90v-800 {
  height: 90vh;
}
.hei-95v {
  height: 97vh;
}
.hei-100v,
.hei-100v-800 {
  height: 99vh;
}
.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: #aaff00;
}
.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-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;
}
.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, #0AC2F5);
  transition: all 0.3s;
}
.defltBtn {
  color: white;
  background-image: linear-gradient(#652BAD, #2E0561);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  padding: 0.4em 0.9em;
  color: white;
}
.defltBtn:hover {
  background-image: linear-gradient(#2E0561, #652BAD);
}
.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: 10px 20px;
  box-shadow: 4px 4px 8px rgb(99, 99, 99);
  border-radius: 30px;
  background-color: #fcfcfcd7;
}
.tarjeta-n {
  padding: 10px 20px;
  box-shadow: 4px 4px 8px rgb(99, 99, 99);
  border-radius: 30px;
  background-color: #222222d7;
}
.circo {
  background-image: url("../img/circo.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fondo-noir {
  background-color: #051d32;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230a4d52' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (max-width: 880px) {
  .wid-15-800{
    width: 100%;
  }
  .dis-g-800-2{
    grid-template-columns: 50% 50%;
  }
  .dis-800-n{
    display: none;
  }
  .hei-100v-800 {
    height: auto;
  }
  .personCorner {
    position: inherit;
    margin-left: 0px;
  }
  .dis-g-20-a-20-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 {
    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: auto;
  }
  .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 auto;
    row-gap: 0.1em;
    column-gap: 0.1em;
  }
  .dis-g-30-a-800 {
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 4%;
  }
  .mar-y-tx2-800 {
    margin-top: 3em;
  }
  .baseValla {
    width: 100%;
    margin: auto;
  }

  .baseValla {
    height: 27vh;
  }
  .copy {
    position: inherit;
    top: 0px;
  }
  .valla {
    width: 100%;
    height: 80vh;
  }
  .wid-80-800 {
    width: 100%;
  }
  .dis-n-800{
    display: block;
  }
  .dis-g-20-a-800{
    grid-template-columns: 100%;
  }
  .dis-g-800-4{
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  .hei-90v-800 {
    height: auto;
  }
}
