

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: #0B380F;
}
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-gd{
  color: #176317;
}
.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,.wid-90-800 {
  width: 90%;
}
.wid-80 {
  width: 80%;
}
.wid-70 {
  width: 70%;
}
.wid-60 {
  width: 60%;
}
.wid-45,.wid-45-800 {
  width: 45%;
}
/*margin*/
.mar-y {
  margin: 1em 0px;
}
.mar-y-2{
  margin: 2em 0px;
}
.mar-a {
  margin: auto;
}
.mar-b-3m,.mar-b-3m-800{
  margin-bottom: 3em;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-ib {
  display: inline-block;
}
.dis-f,.dis-g-8-800-4 {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.dis-g-2-30-60{
  grid-template-columns: 30% 60%;
}
.dis-g-2 {
  grid-template-columns: auto auto;
}
.dis-g-2-a-60 {
  grid-template-columns: 30% 40%;
}
.dis-g-2-a-10 {
  grid-template-columns: auto 20%;
}
.dis-g-2-40-30 {
  grid-template-columns: 40% 30%;
}
.dis-g-2-a-30 {
  grid-template-columns: auto 30%;
}
.dis-g-3 {
  grid-template-columns: auto auto auto;
}
.dis-g-2-10,.dis-g-2-10{
  grid-template-columns: 10% 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%;
  row-gap: 8%;
}
.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-3-a-800-g-2 {
  grid-template-columns: auto auto auto;
  column-gap: 1%;
  row-gap: 2vh;
}
/*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;
}
.jus-c-e{
  justify-content: end;
}
.ali-i-c {
  align-items: center;
}
/*alls*/
.col-gd ,.all-btn-col-gd button{
  color: #13701b;
}
.col-v ,.all-btn-col-v button{
  color: #601361;
}
.col-b ,.all-btn-col-b button{
  color: #155681;
}
.col-r ,.all-btn-col-r button{
  color: #81151e;
}
.col-y ,.all-btn-col-y button{
  color: #aa9900;
}
.all-dis-ib * {
  display: inline-block;
}
.all-dis-b * {
  display: block;
}
.all-btn-dis-b button{
display: block;
}
.all-btn-mar-a button{
margin: auto;
}
.all-btn-mar-10 button{
margin: 10px 0px;
}
.tarjetaOpa{
  background-color: #bdfae38c;
  border-radius: 20px;
}
/*clases*/
.ove-y-800-35{
  overflow-y: scroll;
  height: 35vh;
}
.boxDrop{
  padding: 1em;
  border-radius: 20px;
  box-shadow: 2px 2px 3px rgba(110, 110, 110, 0.623);
  background-color: white;
}
.boxDrop .drop{
  width: 150px;
  border: 1px dashed rgb(45, 80, 44);
  min-height: 1.4em;
}
.col-2-800{
  column-count: 2;
}
.tra-rot-270-800{
  transform: rotate(270deg);
}
.drags div{
  width: fit-content;
  position: relative;
}
.drags div:hover{
  cursor: move;
}
.fondo-tree{
  background-image: url(../img/tree.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.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;
}

.flo-r{
  float: right;
}
.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;
}
.pos-a {
  position: absolute;
}
.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;
}

.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%;
}

.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-image: linear-gradient(#B8003B, #940432);
  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 {
  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: #146B1D;
  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-clorofila{
  background-color: #edfce7;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%2394ac92' fill-opacity='0.4' fill-rule='evenodd'/%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: 4%;
  }
  .donante {
    width: 100%;
    overflow-x: scroll;
  }
  .imgCorner {
    position: inherit;
    margin: auto;
  }
  .dis-g-3-a-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }

  .dis-g-8-800-4 {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 1%;
  }
  .tra-rot-270-800{
  transform: rotate(0deg);
}
.wid-45-800 {
  width:fit-content;
}
h1 {
  margin: 1.2em 0px 0px 0px;
}
.dis-g-2-10{
  grid-template-columns: auto;
}
.boxDrop .drop{
  width: 100%;
}
.col-2-800{
  column-count: 1;
}
.banderin {
  padding: 15px 35px 15px 85px;
  margin-left: -85px;
  font-size: 1em;
}
.wid-90-800 {
  width: 100%;
}
.dis-g-3-a-800-g-2 {
  grid-template-columns: 49% 49%;
  column-gap: 1%;
  row-gap: 4%;
}
}
