

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h4 {
  font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  text-align: center;
  color: #195567;
}
h1 {
  font-size: 3em;
  margin: 0.5em 0px;
}
h2 {
  font-size: 2.5em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  font-size: 2em;
}
button {
  cursor: pointer;
  border: transparent;
  background-color: transparent;
  font-size: 1.1em;
}
.prove {
  width: 100px;
  height: 100px;
  background-color: aqua;
  border: solid 1px #000;
}
.dis-n {
  display: none;
}
.dis-b {
  display: block;
}
.col-r {
  fill: red;
  color: red;
}
.col-g {
  fill: rgb(0, 255, 34);
  color: rgb(0, 255, 34);
}
.col-g button {
  fill: rgb(0, 255, 34);
  color: rgb(0, 255, 34);
}
.col-r button {
  fill: red;
  color: red;
}
.col-gy {
  fill: gray;
  color: gray;
}
/*anchos*/
.widHei-40p {
  width: 40px;
  height: 40px;
}
.wid-100 {
  width: 100%;
}
.wid-90 {
  width: 90%;
}
.wid-80 {
  width: 80%;
}
.wid-70 {
  width: 70%;
}
.wid-60,
.wid-60-800 {
  width: 60%;
}
/*margin*/
.mar-y,
.mar-y-800 {
  margin: 1em 0px;
}
.mar-a {
  margin: auto;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-ib {
  display: inline-block;
}
.dis-f {
  display: flex;
}
.dis-g-3 {
  grid-template-columns: auto auto auto;
}
.dis-g-20-a-20-800 {
  grid-template-columns: 20% auto 20%;
  column-gap: 1%;
}
.dis-g-2-a,
.dis-g-2-a-800 {
  grid-template-columns: auto auto;
  column-gap: 2%;
}
.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;
}
.jus-i-c {
  justify-items: center;
}

.ali-i-c {
  align-items: center;
}
/*alls*/
.all-dis-ib * {
  display: inline-block;
}
.all-dis-b * {
  display: block;
}
/*posiciones*/
.pos-r {
  position: relative;
}
.mar-t--10 {
  margin-top: -50px;
}
/*btns*/

.iniBtn,
.mnBtn {
  color: white;
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  background-image: linear-gradient(#226e4d, #3a9e73);
  transition: all 0.3s;
  padding: 10px 15px 10px 20px;
}
.iniBtn::before {
  content: "⌂";
  margin-right: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.mnBtn::before {
  content: "☰";
  margin-right: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.rIniBtn::after {
  content: "⭯";
  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;
}
.mnBtn:hover,
.iniBtn:hover,
.rIniBtn:hover {
  background-image: linear-gradient(#118bc4, #0f7caf);
  transition: all 0.3s;
}
.sigBtn,
.antBtn {
  color: white;
  background-color: #451442;
  background-image: linear-gradient(#045561, #076e7e);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
}
.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 {
  padding: 10px 20px 10px 15px;
}
.antBtn,
.goodBtn {
  padding: 10px 15px 10px 20px;
}
.goodBtn {
  color: white;
  background-image: linear-gradient(#a1710a, #c78e12);
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
}
.goodBtn:hover,
.sigBtn:hover,
.antBtn:hover {
  background-image: linear-gradient(#119cdc, #118bc4);
  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;
}
.goodBtn::before {
  content: "🗸";
  margin-right: 10px;
  font-weight: 600;
  margin-top: -10px;
}
/*clases*/
.inptValid {
  text-align: center;
  font-size: 1.5em;
  margin: 1em 0px;
}
.inptValid input {
  border-radius: 100%;
  border: 1px solid #045561;
  width: 80px;
  height: 80px;
  font-size: 1em;
  text-align: center;
}
.jus-c-fe,
.jus-c-fe-800 {
  justify-content: flex-end;
}
.indiceBtn {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.indiceBtn button {
  font-size: 2em;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 1%;
  border: 1px solid #400954;
  color: #400954;
  border-radius: 20px;
  padding: 0.1em 1em;
}
.scle-1:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}
.start {
  background-image: linear-gradient(#cc1973, #8f1250);
  color: white;
  border-radius: 25px;
  transition: all 0.3s;
  padding: 10px;
}
.start:hover {
  transition: all 0.3s;
  background-image: linear-gradient(#8f1250, #cc1973);
}
.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;
}
.drop {
  width: 10vw;
  height: 50px;
  background-color: #b98deb;
  margin: 1em 0px;
}
.drag {
  margin: 0.4em;
  cursor: move;
  width: fit-content;
}
.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%;
}

.banderin {
  background-color: #015430;
  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: rgba(255, 255, 255, 0.6);
}
.fondo-domino {
  background-color: #d1eaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%237fa8ff' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%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 {
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 0%;
  }
  .donante {
    width: 100%;
    overflow-x: scroll;
  }
  .imgCorner {
    position: inherit;
    margin: auto;
  }
  .dis-g-3-a-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .wid-60-800 {
    width: 100%;
  }
  .jus-c-fe-800 {
    justify-content: inherit;
  }
  .mar-y-800 {
    margin: 1em 0px;
  }
  h1 {
    padding-top: 1em;
    width: 80%;
    margin: auto;
  }
}
