@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Calibri', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h4 {
  text-align: center;
  color: #926DA1;
  text-shadow: 1px 1px 2px rgb(105, 105, 105);
}
i {
  font-family: "icon";
}
h1 {
  font-size: 3em;
  margin: 0.3em 0px;
}
h2 {
  font-size: 2.5em;
  margin: 0px 0px 0.3em 0px;
}
h3 {
  font-size: 2em;
  margin: 0px 0px 0.2em 0px;
}
h4 {
  font-size: 1.5em;
  margin: 0px 0px 0.2em 0px;
}
button {
  cursor: pointer;
  border: transparent;
  background-color: transparent;
  font-size: 1.1em;
}
button:disabled {
  cursor: not-allowed;
}
input {
  min-height: 2em;
}
.prove {
  width: 100px;
  height: 100px;
  background-color: aqua;
  border: solid 1px #000;
}
.dis-n {
  display: none;
}
.disp-b {
  display: block;
}
.col-y {
  color: #fff675;
}
.col-w {
  color: white;
  fill: white;
}
.col-r {
  fill: red;
  color: rgb(196, 18, 18);
}
.col-o {
  fill: rgb(255, 153, 0);
  color: rgb(255, 153, 0);
}
.col-g {
  fill: #00f267;
  color: #00f267;
}
.col-g button {
  fill: #8ceb28;
  color: #8ceb28;
}
.col-r button {
  fill: red;
  color: red;
}
.col-gy {
  fill: gray;
  color: gray;
}
.col-b {
  color: #1b5f96;
}
.col-bd {
  color: #222f40;
}
.col-v {
  color: #be296c;
  fill: #be296c;
}
/*dimensiones*/
.hei-90v {
  height: 90vh;
}
.hei-a{
  height: auto;
}
.hei-10v {
  height: 10vh;
}
.widHei-40p {
  width: 40px;
  height: 40px;
}
.wid-100,
.wid-100-800-50 {
  width: 100%;
}
.wid-329-800 {
  width: 329px;
}
.wid-90 {
  width: 90%;
}
.wid-80 {
  width: 80%;
}
.wid-70,
.wid-70-800 {
  width: 70%;
}
.wid-60,
.wid-60-800 {
  width: 60%;
}
.wid-50,
.wid-50-800 {
  width: 50%;
}
.wid-55,
.wid-55-800 {
  width: 55%;
}
.wid-40 {
  width: 40%;
}
.wid-30 {
  width: 30%;
}
.wid-20 {
  width: 20%;
}
.wid-10 {
  width: 10%;
}
/*margin*/
.mar-y {
  margin: 1em 0px;
}
.mar-y-2 {
  margin: 2em 0px;
}
.mar-y-3 {
  margin: 3em 0px;
}
.mar-a {
  margin: auto;
}
.mar-0 {
  margin: 0px;
}
/*displays*/
*[class*="dis-g"] {
  display: grid;
}

.dis-ib {
  display: inline-block;
}
.dis-f,
.dis-f-800 {
  display: flex;
}
.dis-g-a{
  grid-template-columns: auto auto;
  column-gap: 2%;
}
.dis-g-20-a,.dis-g-20-a-800{
  grid-template-columns: 20% auto;
  column-gap: 2%;
}
.dis-g-20-60-20{
  grid-template-columns: 20% 60% 20%;
}

.dis-g-13{
  grid-template-columns: repeat(13, 7.5%);
}
.dis-g-a-15 {
  grid-template-columns: auto 15%;
}
.dis-g-6,.dis-g-6-800 {
  grid-template-columns: auto auto auto auto auto auto;
}
.dis-g-7,.dis-g-7-800 {
  grid-template-columns: repeat(7, 13%);
}
.dis-g-3-w20p,.dis-g-3-w20p-800{
  grid-template-columns: repeat(3, 35px) ;
  column-gap: 15px;
}
.dis-g-3-33-800 {
  grid-template-columns: 33% 33% 33%;
  column-gap: 1%;
}
.dis-g-3,
.dis-g-3-800 {
  grid-template-columns: 33% 33% 33%;
}
.dis-g-4,
.dis-g-4-800 {
  grid-template-columns: auto auto auto auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.dis-g-5,
.dis-g-5-800 {
  grid-template-columns: repeat(5,auto);
  row-gap: 0.58em;
  column-gap: 0.58em;
}
.dis-g-8,
.dis-g-8-800 {
  grid-template-columns: auto auto auto auto auto auto auto auto;
  row-gap: 0.1em;
  column-gap: 0.1em;
}
.dis-g-3-30 {
  grid-template-columns: auto 60% auto;
  column-gap: 1%;
}
.dis-g-20-a-20-800 {
  grid-template-columns: 20% auto 20%;
  column-gap: 1%;
}
.dis-g-70-a-800 {
  grid-template-columns: 70% auto;
  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.5% 49.5%;
  column-gap: 1%;
}
.dis-g-2-80-800 {
  grid-template-columns: 80% auto;
  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;
}
.fon-s-1d3 {
  font-size: 1.3em;
}
.fon-s-1d2{
  font-size: 1.2em;
}
.fon-s-1d4{
  font-size: 1.4em;
}
.fon-s-1d6{
  font-size: 1.6em;
  font-weight: bold;
}

.fon-s-0d8 {
  font-size: 0.8em;
}
.fon-s-1 {
  font-size: 1em;
}
.fon-s-1d5 {
  font-size: 1.5em;
}
.fon-s-2 {
  font-size: 2em;
  font-weight: bold;
}
.fon-s-3 {
  font-size: 3em;
}
.fon-s-4 {
  font-size: 4em;
}
.fon-w-b {
  font-weight: 900;
}
.jus-c-c {
  justify-content: center;
}
.jus-i-c {
  justify-items: center;
}
.jus-i-fe {
  justify-items: flex-end;
}
.jus-i-r{
  justify-items: right;
}
.jus-c-sb {
  justify-content: space-between;
}
.jus-c-sa {
  justify-content: space-around;
}
.jus-s-s{
  justify-self: start;
}
.jus-s-e{
  justify-self: end;
}
.ali-i-c {
  align-items: center;
}
.ali-c-c {
  align-content: center;
}

label{
  cursor: pointer;
}
/*alls*/
.all-inptLabel-c-p input,
.all-inptLabel-c-p label {
  cursor: pointer;
}
.all-dis-ib * {
  display: inline-block;
}
.all-disp-b * {
  display: block;
}
/*clases base*/
.bac-c-w{
  background-color: white;
}
.mar-b-20p{
  margin-bottom: 20px;
}
.hei-100v-800 {
  height: 99vh;
}
.top{
  top:0px;
}
.lef{
  left:0px;
}
.pos-a,.pos-a-800{
  position: absolute;
}
.pos-r{
  position: relative;
}
.pad{
  padding: 1em;
}
.pad-b{
  padding-bottom: 1em;
}

.defltBtn{
  border-radius: 20px;
  padding: 0.4em 0.8em;
  transition: all 0.3s;
  background:#6E6B56;
  background: linear-gradient(354deg, #1F49FF 0%, #1FBFFF 100%);
  color: white;
}
.defltBtn:hover{
  transition: all 0.3s;
  background: linear-gradient(354deg, #1FBFFF 0%, #1F49FF 100%);
}
.itm{
  min-height: 90vh;
  display: grid;
  align-items: center;
}
.tarjeta{
  border-radius: 20px;
  box-shadow: 2px 4px 8px rgb(150, 150, 150);
  background-color: rgba(255, 255, 255, 0.74);
}
.tarjeta h1,.tarjeta h2{
  margin-top: -10px;
}
.copy,.copy-800{
  position: absolute;
}
.ove-s{
  overflow-y: scroll;
}
.fon-w-b{
  font-weight: bold;
}
.lis-s-n{
  list-style: none;
}
.close{
  font-size: 1.5em;
  float: right;
  cursor: pointer;
}
.pop .popB{
background-color: rgba(0, 0, 0, 0.705);
width: 100vw;
height: 110vh;
position: fixed;
display: grid;
align-items: center;
top: -13px;
left: 0px;
margin-top: 2vh;
display: grid;
align-content: center;
    justify-items: center;
    z-index: 10;
}
.bor-r-10{
  border-radius: 10px;
  padding: 1px;
  margin: 1px;
}
.ali-s-fe {
  align-self: flex-end;
}
.ali-s-c {
  align-self: center;
}
.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,.ove-h-800 {
  overflow: hidden;
}
.ove-x-h {
  overflow-x: hidden;
}
.ove-y-h {
  overflow-y: hidden;
}
.opa-0d8 {
  opacity: 0.8;
}
.flo-r,.flo-r-800 {
  float: right;
}
.pdr-bor {
  border: 1px solid #7b7b4c;
}
/*clases*/
.hei-100v{
  height: 99vh;
}
.barTool{
  display: grid;
  grid-template-columns: 6% 6% 10% 36% 30% 10%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
*[class*="circle"]{
  background-color: #000;
  border-radius: 100%;
  display: block;
}
.circleX1{
  width: 8px;
  height: 8px;
}
.circleX2{
  width: 12px;
  height: 12px;
}
.circleX3{
  width: 16px;
  height: 16px;
}
.circleX4{
  width: 20px;
  height: 20px;
}
.circleX5{
  width: 24px;
  height: 24px;
}
.select{
  position: absolute;
  background-color: white;
  box-shadow: 2px 2px 2px rgb(97, 97, 97);
  border-radius: 20px;
  padding: 0.5em;
  z-index: 1;
}
.drgTxt{
  padding: 0.4em;
  margin: 0.4em;
}
.all-inpt-r-dis-n input[type="radio"]{
  display:none;
}
.iconBtns button{
width: 40px;
}
.iconBtns button img{
width: 100%;
}
.palettColor label{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
}
.textCorrct{
  padding: 0.4em;
  border: 2px solid #1b5f96;
  border-radius: 20px;
}
.drags{
  padding: 0.1em;
  width: 30px;
  height: 34px;
  box-shadow: 2px 2px 2px #000;
  border-radius: 5px;
  border: 1px solid #1ddbe9;
  color: #1b5f96;
  cursor: move;
  font-size: 2em;
  line-height: 26px;
  text-align: center;
}
.drops{
  border-bottom: 2px solid #ff0b70;
  padding: 0.1em;
  width: 20px;
  height: 34px;
  display: inline-block;
  color: #1b5f96;
  text-align: center;
  font-size: 1.5em;
}
.fondo-library{
  background-image: url("../img/library.png");
  background-attachment: fixed;
}
.fondo-g{
  background-color: #c8fca6;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%237eff05' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.banderin{
  background-color: #EDE7B8;
  padding: 1em;
  text-align: center;
}
.cur-glass{
  cursor: url("../img/glass.png") 3 22,move;
}
/*fin clases*/

@media all and (orientation:portrait) and (max-width: 880px){
  .onlyP{
  display: block;
  }
}
.onlyPC{
  display: none;
  position: fixed;
  background-color: #ffffffab;
  z-index: 1;
  width: 100vw;
  height: 101vh;
  display: none;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 880px) {
  .onlyPC{
    display: block;
  }
  .hei-100v-800 {
    height: auto;
  }
  .copy-800{
position: relative;
  }
  .pos-a-800{
    position: inherit;
  }
  .mar-800{
    margin: 1em;
  }
  .ove-h-800{
    overflow-x:hidden;
    overflow-y: auto;
  }
  .dis-g-20-a-800,.dis-g-3-w20p-800{
    display: block;
  }
  .dis-g-20-60-20{
    grid-template-columns: 100%;
  }
  .mar-l-50{
    margin-left: 38%;
  }

  .hei-800-50v {
    height: 50vh;
  }
  .ove-800-sy{
overflow-y: scroll;
  }
  .fondo-pat svg{
    width: 380%;
    height: 100vh;
    position: relative;
  }
  .dis-800-b{
    display: block;
  }
  .dis-800-n{
    display: none;
  }


  .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,
  .dis-g-2-80-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .dis-g-3-33-800 {
    grid-template-columns: auto;
    column-gap: 1%;
  }
  .transport img {
    width: 100%;
  }
  .mar-y-800 {
    margin: 1em 0px;
  }

  .wid-100-800,
  .wid-70-800,
  .wid-55-800 {
    width: 99%;
  }
  .mar {
    grid-template-columns: auto auto auto;
  }
  .navegantes {
    position: relative;
    margin-bottom: -50px;
    z-index: 1;
    margin-top: -0vh;
  }
  .wid-800-100,
  .wid-60-800 {
    width: 100%;
  }
  .wid-100-800-50 {
    width: 50%;
  }

  .dis-g-3-800 {
    grid-template-columns: 100%;
  }
  .solucion {
    position: relative;
    margin-top: -10vh;
  }
  .dis-f-800 {
    display: block;
  }
  .dis-g-4-800 {
    grid-template-columns: auto auto;
    row-gap: 0.1em;
    column-gap: 0.1em;
  }
  .codigos {
    grid-template-columns: auto auto;
  }
  .wid-50-800 {
    width: 100%;
  }
  .dis-g-a-15 {
    grid-template-columns: auto;
    text-align: center;
  }
  .dis-g-6-800 {
    grid-template-columns: auto auto auto;
  }
  .mar-t--40-800{
    margin-top: 0px;
  }
  .flo-r-800{
    float: inherit;
  }
  .dis-g-5-800 {
    grid-template-columns: auto auto;
    row-gap: 0.1em;
    column-gap: 0.1em;
  }
}
