@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, fieldset, legend, input, textarea, label{
  font-family: 'Quicksand', sans-serif;

}

html {
  overflow-x: hidden;
}

.contenedor{
  width: 100%;
  /* height: 100%; */
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* height: calc(100vh - 115px); */
  justify-content: space-evenly;
}

.contenedor h4{
  font-weight: 600;
  font-size: 18px;
}

.contenedor p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

.contenedor .ftmonto {
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0;
}

.imgsize {
  width: 10%;
  text-align: center;
}

.fsus {
  color: rgb(53, 66, 74);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
}

.ftproducto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ftmediopago {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btnpago {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
}

.btnpago a {
  /* display: block; */
  width: 128px;
  height: 128px;
  border: 1px solid rgb(53, 66, 74);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btnpago a:hover,
.btnpago a.active {

  -webkit-box-shadow: 2px 3px 6px 0px rgb(94, 94, 94);
  -moz-box-shadow: 2px 3px 6px 0px rgba(94,94,94,1);
  box-shadow: 2px 3px 6px 0px rgba(94,94,94,1);
  border: 2px solid rgb(94, 105, 112);
  opacity: 1;
}

.btnpago a.inactive {
  opacity: 0.3;
}


.btnpago a img {
  width: 90%;
}


.paddingtop-2 {
  padding-top: 10px;
}

.fttselec {
  font-size: 18px;
  text-align: center;
  color: gray;
}

.imgpago {
  width: 100%;
  /* border-style: solid; */
  /* height: 100%; */
}

.ftdescripcion{
  padding: 10px;
  margin: 15px 0;
  width: 80%;
}

.ftdescripcion span{
  font-size: 13px;
  text-align: justify;
  display: block;
}
.ftdescripcion span.textdescripcion{
  display: none;
}
.ftdescripcion span.textdescripcion.visible{
  display: block;
}

.ftdescripcion .btn-success {
  background-color: #629c44;
  border-color: #629c44;
  line-height: 1.8;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(248,95,106,0.29);
  -moz-box-shadow: 2px 3px 6px 0px rgba(248,95,106,0.29);
  box-shadow: 2px 3px 6px 0px rgba(248,95,106,0.29);

}

/* .ftdescripcion.boton{

} */

/* .ftdescripcion.boton .btn-success {
  position: absolute;
  bottom: 0;
} */



/* body {
  margin: 0;
  padding: 0;
  animation: pulse 5s infinite;
} */

.container {
  position: relative;
  /* width: 50%; */
  /* margin: 100%;  */
  margin: 100px;
  padding: 20px 40px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
}

.Loading {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  overflow: hidden;
}

.Loading:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  animation: load 5s infinite;
}

@keyframes load {
  0% {
    width: 0;
    background: yellow;
  }

  25% {
    width: 40%;
    background: pink;
  }

  50% {
    width: 60%;
    background: lightblue;
  }

  75% {
    width: 75%;
    background: green;
  }

  100% {
    width: 100%;
    background: greenyellow;
  }
}

@keyframes pulse {
  0% {
    background: yellow;
  }

  25% {
    background: pink;
  }

  50% {
    background: lightblue;
  }

  75% {
    background: green;
  }

  100% {
    background: greenyellow;
  }
}

.btnPago{
  cursor: pointer;
  border-style: solid;
  margin-right: 26px;
}

.divBotones :hover{
     /* background-color: lightgreen; */
     -webkit-transform: scale(1.1);
    /* transform: scale(1.1) */
}

.divBotones{
  margin-left: 2%;
}

.btnPago :hover{
  -webkit-transform: scale(1.0);
}

/* .btnseleccionado .imgpago{
  background-color: green;
} */

.flex{
  display: flex;
  flex-wrap: wrap;
}

.btn-carga{
  text-align: center!important;
  display: flex!important;
  align-items: center!important;
}

/* .spin{
  margin-right: 1%;
  margin-left: 14%;
} */

.btnseleccionado{
  -webkit-transform: scale(1.1);
}


@media (max-width: 600px) {

  .contenedor{
    height: 100%;
    justify-content: none;
  }

  .imgsize {
      width: 40%;
      text-align: center;
  }

  .fsus {
      color: rgb(53, 66, 74);
      font-family: Quicksand, serif;
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0px;
      text-align: center;
  }

  .btnPago{
    cursor: pointer;
    border-style: solid;
    margin-right: 19px!important;
  }

  .spin{
    margin-right: 1%!important;
    margin-left: 0%!important;
  }
}

@media (max-width: 320px) {

  .btnpago {
    width: 90%;
  }

  .ftdescripcion {
    margin: 5px 0;
    width: 90%;
  }

  .contenedor p {
    font-size: 14px;
  }

}

.centrar-items{
  display: flex;
  flex-direction: column;
  align-items: center;
}

