* {
  font-family: "Montserrat";
}

.cardIntoMap {
/*  width: 250px; */
  height: 95%;
/*  border: 1px solid black;
  border-radius: 1em;
  position: absolute; */
  background: white;
/*  padding: 1em; */
  top: 1em;
  right: 1em;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
.steps {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.steps .hr {
  width: 70px;
  height: 2px;
  background: #7fa824;
  border: none;
  margin: 0;
  padding: 0;
}
.circle {
  width: 20px;
  height: 20px;
  background: #7fa824;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.circular p {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.active-text {
  color: #7fa824;
}
.motival {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.motival h5 {
  margin: 0;
  padding: 0;
  color: #016464;
  font-weight: bold;
  font-size: 14px;
}

.confirmaFinal{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 50px;
}

.confirmaFinal h5 {
  margin: 0;
  padding: 0;
  color: #016464;
  font-weight: bold;
  font-size: 14px;
}

.equal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1em 0;
}
.equal h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #979797;
  width: 100%;
  text-align: center;
}
.equal p {
  margin: 0;
  padding: 0;
  font-weight: regular;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #979797;
}

.filtroManual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
}
.boxInput input {
  width: 100%;
}
.boxInput .inputManual {
  flex: 8;
  height: 28px;
  background: #ffffff;
  border: 1px solid #979797;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-right: 5px;
  outline: none;
}
.boxInput .aplicarButton {
  display: flex;
  flex: 2;
  height: 28px;
  background: #e5e5e5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 13px;
}
.readyChooseImg {
  width: 100%;
  height: 50px;
  background: url("../img/readyChoose.png");
  border-radius: 1em;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay {
  width: 95%;
  height: 63px;
  background: url("../img/mini-eleccion-lagarto.png") no-repeat;
  background-position: center right;
  border-radius: 1em;
  object-fit: cover;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left:5px;
  margin-right:5px;
  padding:15px 65px 15px 15px;
  vertical-align:middle;
}
.overlay p{
  text-align: left;
  color: white;
  font-size: .8rem;
}

.overlay-checked {
  width: auto;
  height: 55px;
  background: url("../img/checked_ok.png") center center no-repeat, url("../img/mini-eleccion-checked.png");
  border-radius: 1em;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.overlay-checked p{
  display: none;
}
.checked-ok-mini {
  height: 20px;
  width: 60px;
  background: url("../img/checked_ok.png") no-repeat center center;
  border-radius: 1em;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
}
.checked-ok-mini p{
  display:none;
}

.overlay2 {
  width: 95%;
  height: 55px;
  background: url("../img/mini-eleccion-yaguar.png") no-repeat;
  background-position:center right;
  border-radius: 1em;
  object-fit: cover;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left:5px;
  margin-right:5px;
  padding:15px 65px 15px 15px;
}
.overlay2 p{
  text-align: left;
  color: white;
  font-size: .8rem;
}
/* descomentar el html y borrar el texto, asi se centra */
.green-tic {
  width: 20px;
  height: 20px;
  background: #4caf50;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.readyChooseImg p {
  color: white;
  font-size: 9px;
  font-weight: bold;
}
.h5Title {
  color: #016464;
  font-size: 12px;
  font-weight: bold;
  margin: 0.5em 0em 0.5em 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* div contenedor de los token lagarto y jaguar */
.tokenChoose {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.tokenChoose .token-selectionC {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 120px;
  flex-flow: column;
  border-radius: 0.5em;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tokenChoose .token-selectionC h5 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.tokenChoose .token-selectionC .tokenImg {
  width: 32px;
  height: 32px;
  margin: 0.5em 0;
}
.tokenChoose .token-selectionC h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.tokenChoose .token-selectionC p {
  font-size: 9px;
  font-weight: bold;
  color: grey;
  margin: 0.3em 0;
  padding: 0;
}

.endButton {
  position: absolute;
  width: 50%;
  height: 35px;
  background: linear-gradient(90deg, #7fa824 0%, #016464 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  outline: none;
  color: white;
  margin-top: 1.5em;
  align-self: center;
  bottom: 25px;
  margin-bottom: 30px;
  right: 20px;
}

.endButton-grey {
  position: absolute;
  width: 90%;
  height: 35px;
  background-color: #E5E5E5 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  outline: none;
  color: white;
  margin-top: 1.5em;
  align-self: center;
  bottom: 0;
  margin-bottom: 30px;
}

.hide {
  display: none;
}

.colored {
  background: rgb(120, 158, 42);
  background: linear-gradient(
    90deg,
    rgba(120, 158, 42, 1) 0%,
    rgba(21, 126, 115, 1) 100%
  );
  border-style: none;
  border-radius: 4px !important;
  color: white;
  font-family: Montserrat-Regular;
  padding: 0 10px !important;
  width: auto;
  height: 30px;
  font-size: 11px !important;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

.colored:hover {
  color: white;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.colored:active {
  color: white;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.dark {
  /*  background: #d4d4d4 !important; */
    background: rgb(188, 189, 187);
    background: linear-gradient(
      90deg,
      rgba(188, 189, 187, 1) 0%,
      rgb(81, 82, 82) 100%
    );
    border-style: none;
    border-radius: 4px !important;
    color: white;
    font-family: Montserrat-Regular;
    padding: 0 10px !important;
    width: auto;
    height: 30px;
    font-size: 11px !important;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
  }

.mtscoinfinal{
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding-top: 5px;
  }

.mts-seleccionados{
  color: #018786;
  padding: 10px 6px 6px 8px;
  background: #F5F5F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 10px;
}

.total-SSS {  
  margin-top: 5px;
}

.total-SSS h3{
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;  
}

.totalabonar {
  color: #242468;
  font-size: 30px;
}

.box-guide-collapse .progressguide {
/*  margin: 10px 0 50px 0; */
  counter-reset: step;
}
.box-guide-collapse .progressguide li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: #7d7d7d;
}
.box-guide-collapse .progressguide li:before {
  width: 32px;
  height: 32px;
  content: "";
  color: white;
  line-height: 28px;
  border: 2px solid #7d7d7d;
  background-color: #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  transition: all 0.8s;
}
.box-guide-collapse .progressguide li.st1:before {
  content: "1" !important;
}
.box-guide-collapse .progressguide li.st2:before {
  content: "2" !important;
}
.box-guide-collapse .progressguide li.st3:before {
  content: "3" !important;
}

.box-guide-collapse .progressguide li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
  transition: all 0.8s;
}
.box-guide-collapse .progressguide li:first-child:after {
  content: none;
}
.box-guide-collapse .progressguide li.active:before {
  border-color: #4cc235;
  background-color: #4cc235;
  transition: all 0.8s;
}
.box-guide-collapse .progressguide li.active:after {
  background-color: #4cc235;
  transition: all 0.8s;
}

.back-buy{
  border: none;
  color: #5c5c5c;
  text-decoration: none;
  background: rgb(255, 255, 255);
  border-style: none;
  border-radius: 10px;
  font-family: Montserrat-Regular;
  padding: 5px 20px;
  width: auto;
  height: 20px;
  font-size: 12px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  justify-content: left;
  position: absolute;
}

.otherAmount{
  text-align: center;
  font-size: 16px;
  width: 100%; 
  height: 25px;
  border-radius: 4px !important;
  border-width: 1px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.filtroSlideLand {
  top: 0px;
  right: 1px;
}

.switch2 {
  position: relative;
  display: flex;
  width: 50px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.resetearYaguar{
  margin-left: 10px;
}

.parcela-items {
  color:#018786; 
  font-family: Montserrat-SemiBold;
  background: #F5F5F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  align-items: center;
  height: 25px;
  width: 100%;
  padding: 3px;
  margin: 3px;
}

.info{
  width: 100%;
}
.filtroManual-collapse{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.collapse-card .siguiente{
  border: none;
  color: #0d5a59;
  text-decoration: none;
  background: none;
  border-style: none;
  border-radius: 10px;
  font-family: Montserrat-Bold;
  padding: 12px 20px;
  width: auto;
  height: 40px;
  font-size: 12px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  position: absolute;
  right: 60px;
}

.total-collapse {
  max-height: 120px;
  overflow: auto;
  scrollbar-width: thin;
}

.inline-total{
  display: inline-flex;
}

.btn-collapsable{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:focus{
  box-shadow: none;
}

.listaLand-collapse {
  max-height: 150px;
  overflow: auto;
  scrollbar-width: thin;
/*  width: 48%; */
}

#listaLand-collapse .itemResulholding{
  /* border:1px solid #aaaaaa;
   padding:6px;
   margin-top:5px; */
   box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
   border-radius:5px;
   width: 97%;
   display: inline-flex;
}

#listaLand-collapse .itemResulholding img{
 float:left;
 margin-left:8px;
 padding:0px 0px 0px 0px;
}
#listaLand-collapse .itemResulholding img.arrowPlots{
 float:right;
 padding-top: 0px;
}

#listaLand-collapse .itemResulholding h5{
 font-family:Poppins-Regular;
 color: #5C5C5C;
 font-size: 11px;
 padding-top: 2px;
 width:80%;
 text-align: center;
}

#listaLand .itemResulholding h5{
  font-family:Poppins-Regular;
  color: #5C5C5C;
  font-size: 11px;
  padding-top: 2px;
  width:80%;
  text-align: center;
 }

 .listaLand {
  max-height: 150px;
  overflow: auto;
  scrollbar-width: thin;
  pointer-events: none;
/*  width: 48%; */
}

#listaLand .itemResulholding{
  /* border:1px solid #aaaaaa;
   padding:6px;
   margin-top:5px; */
   box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
   border-radius:5px;
   width: 97%;
   display: inline-flex;
}

#listaLand .itemResulholding img{
 float:left;
 margin-left:8px;
 padding:0px 0px 0px 0px;
}

#listaLand .itemResulholding img.arrowPlots{
 float:right;
 padding-top: 0px;
}
.plotList {
  display: flex;
  width: 100%;
}

.plotList H5{
  margin-bottom: .25rem;
}

.itemResulholding :hover {
  background-color: beige;
}

.searchIcon{
  width: 20px;
  height: 20px;
}

/* .selectedCollapse{
  width: 48%; 
}*/

.listasNFT{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.listaLand-collapse b{
  font-size: .75rem;
  font-family: Montserrat-Bold;
  top: -3px;
  position: relative;
  color: #979797;
}

.finalizarCompra{
  width: 100%;
  position: relative;
  min-height: 65px;
}

.total-collapse {
  max-height: 150px;
  overflow: auto;
  scrollbar-width: thin;
/*  width: 48%; */
}

#total-collapse .itemResulholding{
  /* border:1px solid #aaaaaa;
   padding:6px;
   margin-top:5px; */
   box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
   border-radius:5px;
   width: 97%;
   display: inline-flex;
   background-color: #28a02985;
}

#total-collapse .itemResulholding img{
 float:left;
 margin-left:8px;
 padding:0px 0px 0px 0px;
}
#total-collapse .itemResulholding img.arrowPlots{
 float:right;
 padding-top: 0px;
}

#total-collapse .itemResulholding h5{
 font-family:Poppins-Regular;
 color: #5C5C5C;
 font-size: 11px;
 padding-top: 2px;
 width:80%;
 text-align: center;
}

#total .itemResulholding h5{
  font-family:Poppins-Regular;
  color: #5C5C5C;
  font-size: 11px;
  padding-top: 2px;
  width:80%;
  text-align: center;
 }

.total {
  max-height: 150px;
  overflow: auto;
  scrollbar-width: thin;
  pointer-events: none;
/*  width: 48%; */
}

#total .itemResulholding{
  /* border:1px solid #aaaaaa;
   padding:6px;
   margin-top:5px; */
   box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
   border-radius:5px;
   width: 97%;
   display: inline-flex;
   background-color: #28a02985;
}

#total .itemResulholding img{
 float:left;
 margin-left:8px;
 padding:0px 0px 0px 0px;
}

#total .itemResulholding img.arrowPlots{
 float:right;
 padding-top: 0px;
}