/* Hide HTML5 Up and Down arrows. */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] {
    -moz-appearance: textfield;
}

.formulario input{
    border-radius: unset;
}

::placeholder{
    font-size: 13px;
    font-weight: normal;
    color: #888 !important;
}

.boton-enviar{
    width: 40%;
}

.contenedor-boton{
    text-align: center;
}

.terminos-condiciones a{
    font-weight: bold;
    text-decoration: none;
}

.terminos-condiciones{
    text-align: center;
}

.medios-pago h2, .medios-pago li{
    color: #64686d;
}

.medios-pago h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.medios-pago li{
    font-size: 14px;
    font-weight: bold;
    text-align: left !important;
}

.medios-pago .pago-completo, .medios-pago .pago-cuotas{
    margin-bottom: 10px;
    text-align: left !important;
}

.imagen-medios-pago{
    margin-top: 30px;
}