@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: #253345;
  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: 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: 50%;
}
.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 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-a{
  grid-template-columns: auto auto;
}
.dis-g-a-15 {
  grid-template-columns: auto 15%;
}
.dis-g-a-20,.dis-g-a-20-800 {
  grid-template-columns: auto 20%;
}
.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: auto auto auto;
}
.dis-g-4,
.dis-g-4-800 {
  grid-template-columns: auto auto auto auto;
  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: 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-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*/
.copy{
  position: absolute; top: 0px;
}
.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;
}
.flo-r {
  float: right;
}
.pdr-bor {
  border: 1px solid #7b7b4c;
}
/*clases*/
.active{
  background-color: rgba(0,212,255,1);
}
.tabImg{
border: 2px solid white;
border-radius: 10px;
width: 100%;
padding: 0.5em;
margin: 0.5em;
}
.tabImg img{
  width: 85%;
}

.ring1 {
  animation-name: ring;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 80% 95%;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  70% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.intrmntc{
  animation-name: luzIntr;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  opacity: 0;
}
@keyframes luzIntr {
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}

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

.topHead {
  position: absolute;
  top: 0px;
}
.bac-d{
  background-color: #323232;
  fill: #323232;
}
.bac-yt {
  background-color: #d4ed0533;
  fill: #32360c7c;
}
.bac-gyt {
  background-color: #9b9b9b;
  fill: #9b9b9b;
}

.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;
}
.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;
}
.bor-t-c-b {
  border-top: 2px solid #323232;
}
.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-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 {
  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: #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;
  }
}
.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-x {
  margin: 0px 1em;
}
.drop {
  width: 10vw;
  height: 50px;
  background-color: #b98deb;
  margin: 1em 0px;
}
.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, #0f7caf);
  transition: all 0.3s;
}
.defltBtn {
  color: white;
  background-image: linear-gradient(#455e80, #222f40);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  padding: 0.4em 0.9em;
  color: white;
}
.defltBtn:hover {
  background-image: linear-gradient(#222f40, #455e80);
}
.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;
  box-shadow: 4px 4px 8px rgb(99, 99, 99);
  border-radius: 30px;
  background-color: #fffffb8e;
}
.circo {
  background-image: url("../img/circo.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fondo-gray {
  background-color: #bfbcc4;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='40' viewBox='0 0 50 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e2cfff' fill-opacity='0.4'%3E%3Cpath d='M40 10L36.67 0h-2.11l3.33 10H20l-2.28 6.84L12.11 0H10l6.67 20H10l-2.28 6.84L2.11 10 5.44 0h-2.1L0 10l6.67 20-3.34 10h2.11l2.28-6.84L10 40h20l2.28-6.84L34.56 40h2.1l-3.33-10H40l2.28-6.84L47.89 40H50l-6.67-20L50 0h-2.1l-5.62 16.84L40 10zm1.23 10l-2.28-6.84L34 28h4.56l2.67-8zm-10.67 8l-2-6h-9.12l2 6h9.12zm-12.84-4.84L12.77 38h15.79l2.67-8H20l-2.28-6.84zM18.77 20H30l2.28 6.84L37.23 12H21.44l-2.67 8zm-7.33 2H16l-4.95 14.84L8.77 30l2.67-8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (max-width: 880px) {
  .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 {
    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%;
  }
  .wid-80-800{
width: 80%;
  }

  .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;
  }
  .dis-g-a-20-800 {
    grid-template-columns: 100%;
  }
  .dis-g-800-3{
grid-template-columns: auto auto auto;
column-gap: 2%;
  }
}
