

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h4 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  color: #006C26;
}
h1 {
  font-size: 3em;
  margin: 0.3em 0px;
}
h2 {
  font-size: 2.5em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  margin: 0.2em 1em;
  font-size: 2em;
}
button {
  cursor: pointer;
  border: transparent;
  background-color: transparent;
}
input{
  font-size: 1em;
  text-align: center;
}
.prove {
  width: 100px;
  height: 100px;
  background-color: aqua;
  border: solid 1px #000;
}
.dis-n {
  display: none;
}
.dis-b {
  display: block;
}
.dis-g-4,.dis-g-4-800{
  grid-template-columns: 22% 22% 22% 22%;
  column-gap: 2%;
}
.dis-g-6{
  grid-template-columns: auto auto auto auto auto auto;
}
.col-r {
  fill: red;
  color: red;
}
.col-g {
  fill: rgb(6, 167, 28);
  color: rgb(9, 160, 29);
}
.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;
}
.col-car{
  color: #B87309;
}
.col-o{
  color: #B87309;
}
/*anchos*/
.widHei-40p {
  width: 40px;
  height: 40px;
}

.wid-100 {
  width: 100%;
}
.wid-90 {
  width: 90%;
}
.wid-80,.wid-80-800 {
  width: 80%;
}
.wid-70,.wid-70-800 {
  width: 70%;
}
.wid-60 {
  width: 60%;
}
/*margin*/
.mar-y {
  margin: 1em 0px;
}
.mar-y-x2 {
  margin: 2em 0px;
}
.mar-a {
  margin: auto;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-ib {
  display: inline-block;
}
.dis-f {
  display: flex;
}
.dis-g-2{
  grid-template-columns: auto auto;
  column-gap: 1%;
}
.dis-g-2-800{
  grid-template-columns: 49% 49%;
  column-gap: 1%;
}
.dis-g-3 {
  grid-template-columns: 33% 33% 33%;

}
.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;
}
.font-b {
  font-weight:bold ;
}
.font-s-2{
  font-size:2em ;
}
.jus-i-c {
  justify-items: center;
}
.ali-i-c {
  align-items: center;
}
/*alls*/
.all-dis-ib * {
  display: inline-block;
}
.all-dis-b * {
  display: block;
}
.all-inpt-bor-c-t input{
border: transparent;
}
.all-inpt-bor-c-o input{
border: 1px solid #B84812;
border-radius: 5px;
}
.all-inpt-bor-c-g input{
  border: 2px solid #037212;
  border-radius: 5px;
  }
.all-inpt-w-60 input{
  width: 60%;
}
.all-inpt-w-28 input{
  width: 28%;
}
.bor-r-c-g{
  border-right: 2px solid #5db812;

}
.bor-r-col-o,.bor-r-col-o-800-t{
  border-right: 2px solid #B84812;
}
.bor-r-col-o,.bor-r-col-o-800-b{
  border-right: 2px solid #B84812;
}
.bor-r-col-o-800{
  border-right: 2px solid #B84812;
}

.bor-r-100{
  border-radius: 100%;
}
/*clases base*/
.jus-c-fe{
  justify-content: flex-end;
}
.hei-50v{
  height: 50vh;
}
.hei-60v{
  height: 60vh;
}
.hei-100v{
  height: 100vh;
}
.bac-c-r{
  background-color: red;
  color: white;
}
.bac-c-g{
  background-color: rgb(0, 255, 34);
  color: white;
}
.bac-c-o{
  background-color: rgb(255, 123, 0);
  color: white;
}
.bac-c-b{
  background-color: rgb(0, 153, 255);
  color: white;
}
.bac-c-v{
  background-color: rgb(255, 0, 157);
  color: white;
}
.bac-c-e{
  background-color: rgb(0, 255, 157);
  color: white;
}
.pad-x{
  padding: 0.5em 1em ;
}
.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;
}
/*clases*/
#dragDrop2 .drag{
  padding: 0.1em 0.3em;
  margin-top: -4px;
}
.dragNumRam{
  width: fit-content;
  height: 35px;
  border: #B87309 2px solid;
  padding: 5px;
  text-align: center;
  margin: auto;
  font-weight: bolder;
  font-size: 1em;
}
.dragNumRam .drag{
  border-radius: 100%;
  background-color: #B87309 ;
  padding: 5px 10px;
  color: white;
}
.drag{
  width: fit-content;
  cursor: move;
}
.linea{
   display: flex;
   justify-content: space-evenly;
   border-top: 3px solid #B87309;
}
.linea .drop{
background-color: #e4ac59;
border: white 1px solid;
}
.linea .dropZero{
height: 20px;
padding: 5px;
border:1px solid #e4ac59;
}
.linea .drop,.linea .dropZero{
  width: 2%;
  height: 20px;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}
.linea .drop::before,.linea .dropZero::before{
  content: "";
  width: 5px;
  height: 10px;
  background-color: #B87309;
  position: absolute;
  margin-top: -15px;
}
.lineaInpt input{
  width: 80%;
  border: transparent;
}

.lineaInpt div::before{
  content: "";
  width: 5px;
  height: 10px;
  background-color: #B87309;
  position: absolute;
}
.sprt-1 {
  width: 250px;
  height: 370px;
  background: url("../img/sprite-1.png") left center;
  animation: play 3s steps(54);
}
@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;
}
.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,.prdBtn {
  color: white;
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.3s;
  background-image: linear-gradient(#EB8E00, #a76707);
  transition: all 0.3s;
  padding: 10px 20px 10px 15px;
}
.iniBtn:hover,.prdBtn:hover {
  background-image: linear-gradient(#a76707,#EB8E00 );
  transition: all 0.3s;
}
.sigBtn,
.antBtn {
  color: white;
  background-image: linear-gradient(#EB8E00, #a76707);
  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;
}
.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: #288448;
  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;
}
.bandera{
  background-color: #006C26;
  color: white;
  padding: 0.5em;
}
.tarjeta {
  padding: 20px;
  box-shadow: 4px 4px 8px rgb(99, 99, 99);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.fondo-num {
  background-color: #daeeda;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%71dcd3ac' fill-opacity='0.1' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%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: 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-70-800,.wid-80-800 {
    width: 90%;
  }
  h1 {
    font-size: 2.8m;
    margin: 1em 0px;
  }
  .wid-800-90{
    width: 90%;
  }
  .banderin {
    padding: 10px 60px;

    font-size: 1em;
    margin-top: 10px;
  }
  .linea{
    font-size: 12px;
  }
  .dis-800-n{
    display: none;
  }
  .dis-g-4-800{
    grid-template-columns: 49% 49%;
    column-gap: 1%;
  }
  .bor-r-col-o-800-t{
    border-top: 2px solid #B84812;
    border-left: 0px;
  }
  .bor-r-col-o-800-b{
    border-bottom: 2px solid #B84812;
    border-right: 0px;
  }
  .bor-r-col-o-800{
    border: transparent;
  }
}
