

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: #583063;
}
h1 {
  font-size: 3em;
  margin: 0.1em 0px;
}
h2 {
  font-size: 2.5em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  font-size: 2em;
  margin: 0px 0px 0.2em 0px;
}
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-w{
  color: white;
}
.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 {
  width: 60%;
}
.wid-50 {
  width: 50%;
}
/*margin*/
.mar-y {
  margin: 1em 0px;
}
.mar-y-2{
  margin: 2em 0px;
}
.mar-y-3{
  margin: 3em 0px 0px 0px;
}
.mar-a {
  margin: auto;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-ib {
  display: inline-block;
}
.dis-f {
  display: flex;
}
.dis-g-3,.dis-g-3-800 {
  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-2,.dis-g-2-800{
  grid-template-columns: 49% 49%;
  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-w-b{
  font-weight: 900;
}
.jus-i-c {
  justify-items: center;
}
.jus-i-fe{
  justify-items: flex-end;
}
.ali-i-c {
  align-items: center;
}
/*alls*/
.all-dis-ib * {
  display: inline-block;
}
.all-dis-b * {
  display: block;
}
/*clases base*/
.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*/
.bandera,.bandera a{
  background-color: #A35675;
  color: white;
  padding: 0.5em;
  margin: 1em 0px;
}
.download{
  border: 1px solid #3EA344;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  color: #255744;
}
.download::before{
  content: "🡇";
  width: 20px;
  height: 20px;
  margin-left:-22px;
  margin-top: -3px;
  position:absolute;
  animation-name: dwld;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.download:hover{
  color: #3EA344;
  transition: all 0.3s;
}
@keyframes dwld {
  0% {
   margin-top: -5px;
  }
  50% {
    margin-top: 3px;
  }
  100% {
    margin-top: -5px;
  }
}


/*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: 90%;
padding: 3% 5%;
}
.pez{
  background-image: url(../img/pez.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bolder;
}
.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;
}
.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%;
}

.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;
}
.rIniBtn:hover {
  background-image: linear-gradient(#118bc4, #0f7caf);
  transition: all 0.3s;
}
.prdBtn{
  color: #343440;
  background-image: linear-gradient(#CCCCAF, #bebe9e);
  border-radius: 25px;
  font-size: 1em;
 transition: all 0.3s;
 padding: 0.3em 0.8em ;
}
.prdBtn:hover{
  background-image: linear-gradient( #bebe9e,#CCCCAF);
}
.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;
}
.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,
.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(#6B6C8C, #282836);
  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: rgba(255, 255, 255, 0.6);
}
.fondo-geo {
  background-color: #e9daff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e5a6f7' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%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 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .transport img{
    width: 100%;
  }
  .mar-y-800 {
    margin: 1em 0px;
  }
  .wid-100-800{
    width: 100%;;
  }
}
