.btn-pago-web
{
  position: absolute;
  width: 230px;
  height: 50px;
  top: 82%;
  left: 2%;
  right: 0;
  bottom: 0;
  margin: auto;

}

 .texto-faqw
 {
    position: absolute;
		display: inline-block;
		top: 20%;
		left: 2%;
	}

  .boton-siguiente
  {
		width: 3.125rem;
		height: 3.125rem;
		border-radius: 100%;
		background-color: #FE6F14;
		box-shadow: inset 0 0 0 3px #FE6F14;
		cursor: pointer;
		display: inline-block;
		position: absolute;
		top: 55%;
		left: 97%;
		letter-spacing: 0.25rem;
		line-height: 2.80rem;
		text-align: center;
		transform: translate(-50%, -50%);
	}


    .btn-recuperar-r {
        /* top: 75%; */
        left: 16%;
		width: 200px;
		height: 42px;
		background-color: #000;

		color: #ceb0b0;
		font-family: sans-serif;
		font-size: 16px;
		letter-spacing: 1px;
		border-radius: 35px;
		border: 1.0px solid #ceb0b0;
        margin: 1.4rem 0 0.4rem 0.0rem;
        align-items: center;
        justify-content: center;

	}
