.fondoImagen{
  background-image: url(img/chichenItza.jpg);
  width: 420px;
  height: 250px;
  background-size: cover;
}
.fondoPagina{
  background-image: url(img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: 100% 107%;
  background-position: center top;
  background-attachment: fixed;
}

.logoTrueCard{
  width: 200px;
  height: 200px;
  border-radius: 150px;
}

.bordeSombreado{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.redondearBorde{
  border-radius: 35px;
}

.centrarHorizontal{
  margin: 0px auto;
}
.centrarTexto{
  font-size: 30px;
  width: 897px;
  height: 100px;
  color: #fff;
  text-align: center;
}
label, div{
  font-family: cursive;
}

.barraSuperior{
  display: flex;
  flex-direction: row;
  width: 1130px;
  height: 100px;
}

.picLogo{
  width: 222px;
  height: 213px;
}

.areaDatos{
  width: 420px;
  background-color: #DEEADE;
  border-radius: 10px;
}

#datosNum{
  padding-top: 15px;

}

.inputsDatos{
  border: 3px solid #2c5ab1;
  border-radius: 5px;
}

#inputCcv{
  width: 105px;
}

.areaBtnCentrar{
  display: flex;
  justify-content: center;
}

button {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #3e7e8e;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
  transition: 0.7s;
  }
  
  button:hover {
    background-color: #7e8700;
  }

.logo-marca{
  display: flex;
  justify-content: end;
}
.logoImg{ 
  width: 90px; 
  height: auto; 
}
.chip{
  width: 50px;
  height: auto;
}
.fuente{
  font-size: 20px;
}
.fuenteNumero{
  font-size: 30px;
}
.bordeLetras {
  color: #fff;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
  -webkit-font-smoothing: antialiased;
}
.removerMargenes{
  margin-top: 0;
  margin-bottom: 0;

}
.margenIzq{
  margin-left: 10px;
}
.margenDer{
  margin-right: 10px;
}
.flexbox{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 20px;
  border: 8px solid #322aa5;
  border-radius: 20px;
  width: 50%;
  height: 50%;
}

.imgTarjetaValida{
  width: auto;
  height: 70%;
  border-radius: 140px;
  display: none;
}

.imgTarjetaInvalida{
  width: auto;
  height: 70%;
  border-radius: 140px;
  display: none;
}

#messageModal{
  text-align: center;
  font-size: 30px;
  color: #322aa5;
}

/* The Close Button */
.close {
  color: #322aa5;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}