.loader_demar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('dist/img/gif.gif') 50% 50% no-repeat rgb(249,249,249);
    display: none;
    opacity: .8;
}

.loader_demar div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loader_demar div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loader_demar div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


#btIngresar:hover{
  background-color: #ec8b1c;
  color: white;
}


.lds-circle {
  position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  transform: translateZ(1px);
   z-index: 9999;
}
.lds-circle > div {
  display: fixed;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  background: #000;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

/* */

.lds-facebook {
 /* display: inline-block;*/
 position: fixed;
    top: 50%;
  left: 50%;
    width: 400px;
    height: 400px;
   z-index: 9999;

 /*   background: url('objetos/gif_demar.gif') 50% 50% no-repeat rgb(249,249,249);*/
    display: none;
    opacity: .8;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.lds-facebook div {
  position: absolute;
  width: 50px;
  /*background: #17a2b8;*/
  background: #ec8b1c;

  animation: lds-facebook 1.2s cubic-bezier(1, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 64px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 128px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


.hold-transition{
  background-color: black;
}

.pagos:hover{
  -webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);

}



.prueba{
	color:red;
	background-color: black;
	border-color: black;
  	border-style: solid;
  	border-width: 1px;
  	display: block;	
  	/*border: 5px solid red;*/
}

#resultados_min{
    	display: block;
    }

@media only screen and (max-width: 480px) {
	.prueba{
		background-color: red;
		
		/*display: block;	*/
    }

    #resultados_min{
    	display: none;
    }
}
