

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-800-382{
  width: 100%;
}
.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-x {
  margin: 0px 1em ;
}
.mar-y-x2 {
  margin: 2em 0px;
}
.mar-a {
  margin: auto;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}
.dis-ib {
  display: inline-block;
}
.dis-f,.dis-f-800 {
  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,.dis-g-3-btns {
  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-c-sb{
  justify-content: space-between;
}
.jus-i-c {
  justify-items: center;
}
.jus-s-fe{
  justify-self: flex-end;
}
.jus-s-c{
  justify-self: 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;
}
.jus-c-c{
  justify-content: center
}
.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*/
.ballBoxs{
  margin-top: -35px;
}
#ballP,#ballN{
  width: 20px;
  height: 20px;
  background-color: #940432;
  border-radius: 100%;
  position: relative;
}
*[class*="moveP-"]{
  animation: move 8s;
}
*[class*="moveN-"]{
  animation: move 8s;
}
.moveP-0{
  animation-fill-mode: forwards;
  offset-path: path('M351.4,10.4c-17-17.4-27-0.4-27-0.4c-14-17-27,0-27,0s-12-21-29,0c3-3,17-19,29,0c0,0,13-18,27,0    c0,0,11-16,27,0c0,0,12-21,28,0c3-11,24-14,29,0c8-9,15-15,29,1c9-15,19-13,28,0');
}
.moveP-1{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,12.1c0,0-13-25-28,0c-9-9-15-19-28,0c0,0,11-24,28,0');
}
.moveP-2{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,13.1c0,0-19-29-28-1c0,0-17-28-28-1c0,0-16-23-28,0c0,0-17-23-27,0c0,0-15-24-29,0c0,0-15-24-28,0 	c0,0-14-24-28,0c0,0-15-23-28,0c0,0-15-23-28,0c0,0,11-23,28,0c0,0,10-23,28,0c0,0,12-23,28,0c0,0,11-24,28.5,0');
}
.moveP-3{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,13.1c0,0-19-29-28-1c0,0-17-28-28-1c0,0-16-23-28,0c0,0-17-23-27,0c0,0-18-23-28-1c0,0-14-21-27,0 	c0,0-17-22-29,0c0,0-14-22-28,0c0,0-15-22-28,0c0,0-14-21-27,0c0,0,13-20,27,1c0,0,11-22,28,0c0,0,12-23,28,0c0,0,11-23,29,0  c0,0,11-22,27,0c0,0,9-21,28,0c0,0,11-23,27.5,0');
}
.moveP-4{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0,15-23,27,0c0,0,19-24,29.3,0c0,0,16.1-22.6,28.2,0c0,0,17.1-22.6,27.1,0c0,0,18.1-22.6,28.2-1  c0,0,14.1-20.6,27.1,0c0,0,17.1-21.6,29.2,0c0,0,14.1-21.6,28.2,0');
}
.moveP-5{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0-15-23-27,0c0,0-19-24-29.3,0c0,0-16.1-22.6-28.2,0c0,0,13.6-22.1,28.6,0c0,0,13-24,29,0  C326.4,11.1,340.4-11,353.4,11.1');
}
.moveP-6{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0-15-23-27,0c0,0-19-24-29.3,0c0,0-16.1-22.6-28.2,0c0,0-17.4-24-27.4,0c0,0-14-24-27,0  c0,0-16-24-29,1c0,0-13-26-28,0c0,0-14-26-28-1c0,0-18-24-27,0c0,0-15-23-28,0c0,0,2-23,28,0');
}
.moveP-7{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,11.1c0,0-14-23-26,0c0,0-19-24-29.3,0c0,0-16.1-22.6-28.2,0c0,0-17.4-25-27.4-1c-2.4-3.9-15-21-27,1  c0,0-16-24-29,1c0,0-13-26-28,0c0,0-14-26-28-1c0,0,12-22,28,1c0,0,11-26,28,0c0,0,14-25,29-1c0,0,13-21,27,0c0,0,10-23,27,0  c0,0,13-23,29,0c0,0,0,0,0,0l1-1c0,0,9-22,28,1c0,0,9-22,26.5,0');
}
.moveP-8{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,11.1c0,0,14.1-23,26.2,0c0,0,19.2-24,29.5,0c0,0,16.2-22.6,28.4,0c0,0,17.6-25,27.6-1  c2.4-3.9,15.1-21,27.2,1c0,0,16.1-24,29.2,1c0,0,13.1-26,28.2,0c0,0,14.1-26,28.2-1c0,0,10.5-24,28.5,0c0,0,11-24,28,0');
}
.moveP-9{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0-15-23-27,0c0,0-19-24-29.3,0c0,0-16.1-22.6-28.1,0c0,0-17.4-25-27.4-1c-2.4-3.9-15-21-26.9,1  c0,0,6.6-11,13.7-11c5,0,13.3,10,13.3,10c14.7-22,28.2,0,28.2,0c14-25,27.9,1,27.9,1c15-26,27.9,0,27.9,0  C338.7-13.9,353.4,11.1,353.4,11.1s13-23,26,0');
}
.moveP-10{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0,15.2-23,27.3,0c0,0,19.2-24,29.7,0c0,0,16.3-22.6,28.5,0c0,0,17.6-25,27.7-1  c2.5-3.9,15.2-21,27.3,1c0,0,10.5-23,27.5,0');
}
.moveN-0{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0,15.2-23,27.3,0c0,0,19.2-24,29.7,0c0,0,16.3-22.6,28.5,0c0,0,17.6-25,27.7-1  c2.5-3.9,15.2-21,27.3,1c0,0,10.5-23,27.5,0c0,0-22-24-28,0c0,0-10-24-27,0c0,0-7-24-28,1c0,0-7-23-28-1');
}
.moveN-1{
  animation-fill-mode: forwards;
  offset-path: path('M353.4,11.1c0,0,15.2-23,27.3,0c0,0,19.2-24,29.7,0l0,0c-10.4-24-29.7,0-29.7,0  C368.6-11.9,353.4,11.1,353.4,11.1s-14-26-28,4');
}
.moveN-2{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,11.1c0,0-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0c0,0-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0  c-10-23-26,0-26,0s-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0c0,0-15.2-23-27.3,0c0,0-19.2-24-29.7,0');
}
.moveN-3{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,11.1c-10-23-26,0-26,0s-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0c0,0-15.2-23-27.3,0  c0,0-19.2-24-29.7,0l0,0c-10-23-26,0-26,0s-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0c0,0-15.2-23-27.3,0c0,0-19.2-24-29.7,0');
}
.moveN-4{
  animation-fill-mode: forwards;
  offset-path: path('M354.4,11.1c10-23,26,0,26,0s15.2-23,27.3,0c0,0,19.2-24,29.7,0l0,0l0,0c0,0,15.2-23,27.3,0h-0.3  c-10-23-26,0-26,0s-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0c0,0-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0c-10-23-26,0-26,0  s-15.2-23-27.3,0c0,0-19.2-24-29.7,0l0,0l0,0');
}
.moveN-5{
  animation-fill-mode: forwards;
  offset-path: path('M351.4,12.1L351.4,12.1L351.4,12.1c-10.4-24-29.7,0-29.7,0c-12.1-23-27.3,0-27.3,0s-16-23-26,0l-1-1  c-10.4-24-28.7,0-28.7,0c-12.1-23-27.3,0-27.3,0s-16-23-26,0l0,0c-10.4-24-29.7,0-29.7,0c-12.1-23-27.3,0-27.3,0l0,0l0,0  c-10.4-24-29.7,0-29.7,0c-12.1-23-27.3,0-27.3,0s-16-23-26,0');
}
.moveN-6{
  animation-fill-mode: forwards;
  offset-path: path('M351.4,11.1L351.4,11.1c-10.4-24-29.7,0-29.7,0c-12.1-23-27.3,0-27.3,0l0,0l0,0c-10.4-24-29.7,0-29.7,0  c-12.1-23-27.3,0-27.3,0s-16-23-26,0');
}
.moveN-7{
  animation-fill-mode: forwards;
  offset-path: path('M354.4,11.1c10-23,26,0,26,0s15.2-23,27.3,0c0,0,19.2-24,29.7,0l0,0l0,0c0,0,15.2-23,27.3,0c0,0,19.2-24,29.7,0  c0,0,13-23,27.5,0c0,0-12.5-23-27.5,1');
}
.moveN-8{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,12.1L352.4,12.1c10.5-24,29.7,0,29.7,0c12.2-23,27.4,0,27.4,0s16.1-23,26.1,0v0c10.5-24,29.7,0,29.7,0  c12.2-23,27.4,0,27.4,0l0,0l-0.3,0c-10-23-27.6,0-27.6,0s-15.2-23-27.4,0c0,0-19.3-24-29.7,0l0,0l-0.3-0.5c-10.4-24-29.7,0-29.7,0  c-12.1-23-27.3,0-27.3,0l0,0l0,0c-10.4-24-29.7,0-29.7,0c-12.1-23-27.3,0-27.3,0s-16-23-26,0');
}
.moveN-9{
  animation-fill-mode: forwards;
  offset-path: path('M352.4,12.1L352.4,12.1c10.5-24,29.7,0,29.7,0h0.3c0,0-17.1-23-29.3,0c0,0-19.3-24-29.7,0v0  c-10-23-26.1,0-26.1,0s-15.2-23-27.4,0');
}
.moveN-10{
  animation-fill-mode: forwards;
  offset-path: path('M353.1,12.1c17-26,28,0,28,0c15-26,28,0,28,0c16-25,28,0,28,0c12.2-23,29.4,0,29.4,0s15.8-22.7,25.9-0.5l1,0.5  c-17-26-28,0-28,0c-15-26-28,0-28,0c-16-25-28,0-28,0c-12.2-23-29.4,0-29.4,0s-15.8-22.7-25.9-0.5');
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.gif0{
  position: relative;
}
.drag,.drop{

  width: 30px;
  height: 30px;
  padding: 0.1em;
  text-align: center;
}
.drag{
  border: 2px solid #B87309;
  cursor: move;
}
.drop{
  border: 2px dashed #B87309;
}
.nums{
  border: 2px solid #B87309;
  padding: 0.1em 0.5em;
  width: 30px;
  height: auto;
  text-align: center;
}

.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,.prdtBtn {
  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,.prdtBtn: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,
.prdtBtn: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;
  }
  .wid-800-100{
    width: 100%;
  }
  .dis-f-800 {
    display: inherit;
  }
  .ballBoxs{
    margin-top: -15px;
  }
  #ballP,#ballN{
    width: 10px;
    height: 10px;
    background-color: #940432;
    border-radius: 100%;
    position: relative;
  }
  .moveN-5{
    offset-path: path('M192.7,8L192.7,8L192.7,8c-5.7-13.2-16.3,0-16.3,0c-6.7-12.6-15,0-15,0s-8.8-12.6-14.3,0l-0.6-0.5   c-5.7-13.2-15.7,0-15.7,0c-6.7-12.6-15,0-15,0s-8.8-12.6-14.3,0l0,0c-5.7-13.2-16.3,0-16.3,0c-6.7-12.6-15,0-15,0l0,0l0,0   C64.5-5.7,54,7.5,54,7.5c-6.7-12.6-15,0-15,0s-8.8-12.6-14.3,0');
  }
  .moveN-6{
    offset-path: path('M191.4,6.1L191.4,6.1c-5.7-11.1-16.2,0-16.2,0c-6.6-10.7-14.9,0-14.9,0l0,0l0,0c-5.7-11.1-16.2,0-16.2,0   c-6.6-10.7-14.9,0-14.9,0s-8.7-10.7-14.2,0');
  }
  .moveN-7{
    offset-path: path('M192.4,6.5c5.5-11.9,14.2,0,14.2,0s8.3-11.9,14.9,0c0,0,10.5-12.5,16.2,0l0,0l0,0c0,0,8.3-11.9,14.9,0   c0,0,10.5-12.5,16.2,0c0,0,7.1-12,15,0c0,0-6.8-11.9-15,0.5');
  }
  .moveN-8{
    offset-path: path('M192,7L192,7c5.6-12.9,15.9,0,15.9,0c6.5-12.3,14.6,0,14.6,0s8.6-12.3,13.9,0v0c5.6-12.9,15.9,0,15.9,0   C258.9-5.3,267,7,267,7l0,0l-0.2,0c-5.4-12.3-14.7,0-14.7,0S244-5.3,237.5,7c0,0-10.3-12.8-15.9,0l0,0l-0.2-0.3   c-5.6-12.9-15.9,0-15.9,0c-6.5-12.3-14.6,0-14.6,0l0,0l0,0c-5.6-12.9-15.9,0-15.9,0c-6.5-12.3-14.6,0-14.6,0s-8.6-12.3-13.9,0');
  }
  .moveN-9{
    offset-path: path('M192.5,6.5L192.5,6.5c5.4-12.4,15.4,0,15.4,0h0.1c0,0-8.9-11.9-15.2,0c0,0-10-12.4-15.4,0v0   c-5.2-11.9-13.5,0-13.5,0s-7.9-11.9-14.2,0');
  }
  .moveN-10{
    offset-path: path('M192.1,7.1c9.3-14.2,15.3,0,15.3,0c8.2-14.2,15.3,0,15.3,0c8.8-13.7,15.3,0,15.3,0c6.7-12.6,16.1,0,16.1,0   s8.7-12.4,14.2-0.3l0.5,0.3c-9.3-14.2-15.3,0-15.3,0c-8.2-14.2-15.3,0-15.3,0c-8.8-13.7-15.3,0-15.3,0c-6.7-12.6-16.1,0-16.1,0   s-8.7-12.4-14.2-0.3');
  }
  .moveP-5{
    offset-path: path('M192.5,8.5c0,0,5-12,13,0c0,0,9-11,15,0c0,0,8-11,17,0c0,0-8-11-17,0c0,0-5-11-15,0   C205.5,8.5,198.5-2.5,192.5,8.5');
  }
  .moveP-0{
    offset-path: path('M192,8c0,0,6-9,14,0c0,0,7-11,16,0c0,0,6-16,16,0c0,0,5-16,14,0c0,0,6-16,15,0c0,0,9-16,16,0c0,0,5-17,15,0   c0,0-9-13-15,2c0,0-6-17-15,0c0,0-8-15-16,0');
  }
  .moveP-9{
    offset-path: path('M197.5,9.5c0,0,7-10,13,0c0,0,9-12,16-1c0,0,9-11,16,0c0,0,6-13,14,0c0,0,8-12,14,0c0,0,8-11,15,1  c0,0-8-12-15-1c0,0-9-11-14,1c0,0-6-14-14,0c0,0-8-11-16,0c0,0-8-10-15,0');
  }
  .moveP-3{
    offset-path: path('M197.5,9.5c0,0,7-10,13,0c0,0,9-12,16-1c0,0,9-11,16,0c0,0,6-13,14,0c0,0,8-12,14,0c0,0,8-11,15,1   c0,0,7-14,15,0c0,0-8-11-15,1c0,0-7-12-15,0c0,0-5-12-14,0c0,0-5-14-15-1c0,0-6-11-15,0c0,0-4-11-16,0   C210.5,9.5,204.5,1.5,197.5,9.5c0,0-7-10-16,1c0,0-5-11-15,0c0,0-6-11-15,0');
  }
  .moveP-7{
    offset-path: path('M191.5,14.5c0,0-7-11-15,0c0,0-8-13-15,0c0,0-9-13-15,0c0,0-8-16-15,0c0,0-8-15-15,0c0,0-7-14-16,0   c0,0-8-16-15,0c0,0-8-16-15,0v-14l2,14c0,0,4-13,13,2c0,0,6-16,15,0c0,0,9-13,15,0c0,0,7-15,15,0c0,0,6-15,16,0c0,0,6-14,15,0v-12   l1,12c0,0,5-16,14,0c0,0,8-14,15,0');
  }
  .moveN-0{
    offset-path: path('M197.5,8.5c0,0,7-11,13,0c0,0,8-11,16,0c0,0,7-11,15,0c0,0,7-11,15,0c0,0,7-11,14,0c0,0,8-11,15,0c0,0-8-9-15,0   c0,0-6-10-14,0c0,0-6-10-14,0c0,0-9-10-16,0');
  }
  .moveN-1{
    offset-path: path('M197.5,9.5c0,0,6-11,14,0c0,0,6-13,15,0c0,0-8-12-15,0C211.5,9.5,205.5-0.5,197.5,9.5c0,0-7-11-14,0');
  }
  .moveN-2{
    offset-path: path('M196.5,9.5c0,0-6-13-15,0c0,0-7-14-15,0c0,0-8-13-15,0c0,0-7-14-15,0c0,0-7-13-15,0c0,0-8-12-15,0   c0,0-6-13-15,0c0,0-5-12-15,0v-9l-1,9c0,0-8-17-14,0');
  }
  .moveN-3{
    offset-path: path('M194.5,9.5c0,0-6-13-15,0c0,0-7-14-15,0c0,0-8-13-15,0c0,0-7-14-15,0c0,0-7-13-15,0c0,0-8-12-15,0   c0,0-6-13-15,0v-8l-1,8c0,0-7-12-14,0c0,0-10-15-15,0c0,0-7-14-14,0');
  }
  .moveN-4{
    offset-path: path('M194.5,9.5c0,0-6-13-15,0c0,0-7-14-15,0c0,0-8-13-15,0c0,0-7-14-15,0c0,0-7-13-15,0c0,0-8-12-15,0   c0,0-6-13-15,0c0,0-8-12-16,0c0,0,9-9,16,0c0,0,9-10,15,0c0,0,7-12,14,0c0,0,8-12,15,0');
  }
  .moveP-1{
    offset-path: path('M214.5,17c0,0,7.5-9.5,17,0C231.5,17,220.5,6,214.5,17c0,0-8-10-16,0');
  }
  .moveP-2{
    offset-path: path('M215.5,17c8-10,16,0,16,0c6-11,17,0,17,0s7-11,18,0c0,0,6-13,17,0c0,0-10-12-17,1c0,0-9-12-17,0c0,0-11-11-18,0   c0,0-7-11-16,0c0,0-9-12-18,1c0,0-9-13-16,0c0,0-11-15-17-1c0,0-7-13-18,0c0,0-8-11-17,0');
  }
  .moveP-4{
    offset-path: path('M195,8.5c0,0,8.2-8,13.3,0c0,0,8.2-11,16.3,0c0,0,7.1-12,15.3,0v-7l1,7c0,0,7.1-12,13.3,0c0,0,6.1-13,15.3,0   c0,0,7.1-12,14.3,0c0,0,8.2-13,15.3,0c0,0,6.1-13,15.3,0');
  }
  .moveP-6{
    offset-path: path('M191.5,9.5c0,0-8-12-15,0c0,0-9-14-14,0c0,0-9-11-15,0c0,0-8-13-15,0c0,0-8-14-15,0c0,0-6-16-15,0   c0,0-7-15-15,0c0,0-7-15-14,0c0,0-9-14-15,0c0,0-6-14-15,0v-9l1,9c0,0,7-13,14,0');
  }
  .moveP-8{
    offset-path: path('M196.5,9.5c0,0,8-10,14,0c0,0,8-13,15,0c0,0,7-11,16,0v-9l1,9c0,0,7-14,12,0c0,0,9-13,15,0c0,0,7-14,15,0   c0,0,7-13,15,0c0,0,6-13,15,0c0,0,7-15,15,0c0,0,6-14,14,0');
  }
  .moveP-10{
    offset-path: path('M198.5,8.5c0,0,5-10,12,0c0,0,9-12,16,0v-7l1,7c0,0,7-10,14,0c0,0,7-12,14,0c0,0,8-12,15,0c0,0,9-13,15,0');
  }
  .dis-g-3-btns{
    grid-template-columns: 21% 42% 31%;
  }
  .wid-800-382{
    width: 382px;
  }
}
