
body { 
  	background-image: url("../images/back3.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 16%;
  margin-top: 5px;
  float: left;
}
.center-3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  margin-top: 5px;
}

.center-2 {
    width: 20%;
    margin-top: 24px;
    float: left;
    margin-left: 20px;
}
.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 70%;*/
}

.center3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  margin-top: 15px;
  
}

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.visa{background-image:url(../images/preferencial.png);}
.mastercard{background-image:url(../images/no_preferencial.png);}


.drinkcard-cc{
  cursor:pointer;
   display: block;
  margin-left: auto;
  margin-right: auto;
  width:400px;height:300px;
  animation: shadow-pulse 1s infinite;
  border-radius: 5%;
}

.wrapper
{ 
  padding: 20px;     
} 

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.button-effect
{
  float: left;
  margin: 40px;
  width: 130px;
  height: 130px;
  font: 13px/130px 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

.prioridad{
	font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #353d4a;
}

.boton_eps{
      font-size: 30px;
    background-color: #00aba2;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#botoncancelar{
     font-size: 20px;
    margin-top: 15px;
    float: right;
  }

#load { height: 100%; width: 100%; }
  #load {
    position    : fixed;
    z-index     : 99999; /* or higher if necessary */
    top         : 0;
    left        : 0;
    overflow    : hidden;
    text-indent : 100%;
    font-size   : 0;
    opacity     : 0.6;
    background  : #E0E0E0  url('../images/load.gif') center no-repeat;
  }

