/* Author v1 accesibleweb.com */


body {
  padding: 0px;
  margin: 0px;
  font-family: 'Calibri', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h4 {
  font-family: 'Calibri', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  color: #544A96;
}
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;
}
.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;
}
.bac-c-w{
  color: white;
  background-color: white;
  fill: white;
}
.bac-c-r{
  color: white;
  background-color: red;
  fill: red
}
.bac-c-g{
  color: white;
  fill: green;
  background-color:green ;
}.bac-v{
  color: white;
  fill: violet;
background-color: violet;
}.bac-y{
  color: white;
  fill:yellow ;
background-color: yellow;
}.bac-o{
  color: white;
  fill:orange ;
background-color:orange ;
}
/*anchos*/
.widHei-40p {
  width: 40px;
  height: 40px;
}
.wid-100 {
  width: 100%;
}
.wid-90 {
  width: 90%;
}
.wid-80 {
  width: 80%;
}
.wid-70,.wid-70-800 {
  width: 70%;
}
.wid-60 {
  width: 60%;
}
/*margin*/
.mar-y {
  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%;
}
.dis-g-4-a,.dis-g-4-a-800-600{
  grid-template-columns: auto 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;
}
/*clases*/
.mar-t--40p{
  margin-top: -40px;
  margin-left: 40px;
}
.pad-5p{
  padding: 0px 5px;
}
.bor-r-100{
  border-radius: 100%;
}
.pos-a{
  position: absolute;
}
.campos{
  text-align: center;
}
.campos svg{
  width: 70%;
}
.campos svg path{
    stroke: #858585;
    stroke-miterlimit: 10;
}
.campos input{
  border: 1px solid #9c9a9a;
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 1em;
}
.campos:nth-child(1) input{
  border: transparent;
  background-color: transparent;
}
.campos input:nth-child(2){
  border-bottom: 2px solid #0f7caf;
}
.campos input:nth-child(3){
  border-top: 2px solid #0f7caf;
}
#present-1 div {
  position: absolute;
}
.sprt-1 {
  width: 250px;
  height: 370px;
  background: url("../img/sprite-1.png") left center;
  animation: play 3s steps(54);
}
.sprt-2 {
  width: 250px;
  height: 370px;
  background: url("../img/sprite-1.png") left center;
  animation: play 3s steps(54);
  animation-iteration-count: 6;
}
@keyframes play {
  from {
    background-position-x: 0px;
  }
  to {
    background-position: -13500px;
  }
}
.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;
}
.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: 270px;
}
.visor {
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 2s;
}
.visor img {
  width: 60%;
  margin: auto;
}
.slidMove {
  width: 400px;
  border-radius: 1px solid #000;
}
.imgCorner {
  position: relative;
  margin-left: -90px;
  margin-top: 320%;
}
.chckBtn {
  color: white;
  background-image: linear-gradient(#7bcf57, #67A64C);
  border-radius: 25px;
  font-size: 1em;
 transition: all 0.3s;
}
.chckBtn::after{
  content: "🗸";
  margin-left: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.iniBtn::after {
  content: "⭯";
  margin-left: 10px;
  font-weight: 600;
  margin-top: -10px;
}
.iniBtn {
  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;
}
.iniBtn:hover {
  background-image: linear-gradient(#118bc4, #0f7caf);
  transition: all 0.3s;
}

.sigBtn,
.antBtn {
  color: white;
  background-color: #451442;
  background-image: linear-gradient(#451442, #6b2867);
  border-radius: 25px;

  font-size: 1em;
  transition: all 0.3s;
}
.sigBtn:disabled,
.iniBtn: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(#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;
}
.banderin {
  background-color: #6658c4;
  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.432);
}
.fondo-math {
  background-color: #e1faf9;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23b2d3e0' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M5 3.59L1.46.05.05 1.46 3.59 5 .05 8.54l1.41 1.41L5 6.41l3.54 3.54 1.41-1.41L6.41 5l3.54-3.54L8.54.05 5 3.59zM17 2h24v2H17V2zm0 4h24v2H17V6zM2 17h2v24H2V17zm4 0h2v24H6V17z'/%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%;
  }
  .visor img {
    width: 100%;
    margin: auto;
  }
  .mar-y-800 {
    margin: 1em 0px;
  }
  .slidAnimado {
    width: auto;
  }
  .marcaTV {
    width: auto;
  }
  h1 {
    padding: 1em 0px 0px 0px;
    font-size: 3em;
    margin: 1.5em 0px 0px 0px 1em;
  }
  .wid-70-800 {
    width: 100%;
  }
}
