﻿.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.contenedor {
    height: 500px;
    width: 100%;
    max-width: 560px; /* Así establecemos el ancho máximo (si lo queremos) */
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.response{
    border: 3px solid #dbe4ed;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-center{
    text-align:center;
}

.padding20{
    padding: 20px;
}


/**,*:before, *:after{
    box-sizing: inherit;;
}
:root{
    ---negro: #000;
    ---azul-coppel: #365FA3;
    ---amarillo-coopel: #fdda1c;
    ---negro: #000;
    ---blanco: #fff;
}*/

/*body {
    height: 100vh;
    width: auto;
    align-items: center;
    justify-content: center;
    color: var(---negro);      
}*/

.titulo{
    height: auto;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0%;
    text-align: center;
}
/*Posición del form*/
.message {
    padding: 1rem;
}

p{
    font-size:1.2rem;
    font-weight: 600;
    color: #0071b4;
    margin: auto;
}

h2 {
    font-size: 1.5rem;
    margin: auto;
}

h3{
    font-size: 1.4rem;
    margin: auto;
}

h4 {
    font-size: 1.5rem;
    margin: auto;
}
.formulario .contenedor_pago{
   text-align: left;
}

.formulario .metodo_pago{
    font-weight: 600;
    text-align: left;
    font-size: 1.3rem;
}

.formulario .metodo_pago .img_pago{
    margin-bottom: 1rem;
    margin-top: 0;
    width: 150px; 
}

.message button {
    padding: 1rem;
    font-weight: 400;
    background-color: #0071b4;
    border-radius: 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    margin-top: .5rem;
    transition: all .3s ease-in;
    color: var(---blanco);
}

.message button:hover {
    background-color: #0071b4;
}

.formulario {
    width:100%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ffffff;
    border-radius: 10%;
    text-align: center;
    border-width: 5px;
    padding: 0%;
   
}

#cpplPay {
    width: 100%;
    height: 100%;
  }
/*.contenedor{
    width:80%;
    height: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10%;
    text-align: center;
    border-width: 5px;
}*/

.botones {
    width: 80%;
    padding: 1rem;
    margin: 1rem;
    background-color: #ffffff;
    border-radius: 10%;
    text-align: center;
    border-width: 5px;
}

.titulo_carrito {
    font-size: .8rem;
    text-align: left;
}

.message{
    width: auto;
    height: auto;
    padding: 0%;
    margin: auto;
}

.formulario .input-monto {
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    border-top:white;
    border-left: white;
    border-right: white;
    text-align: center;
    outline: none;
    padding: .5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.formulario .input-descripcion {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    border-top:white;
    border-left: white;
    border-right: white;
    text-align: center;
    outline: none;
    padding: .2rem 0;
    font-size: 1rem;
    font-weight: 600;
    color:var(---negro)
}

.formulario input:focus {
    border-color:#0071b4;
    transition: 0.6s;
    
  }
  
  input:focus::placeholder {
    color: transparent;
  }

  .img-logo{
    margin-top: 0;
    margin: 0 auto;
    width: 200px;    
}
.formulario .img-logo{
    margin: 0 auto;
    bottom: auto;
    width: 200px;    
}

.boton-generar {
    width: 70%;
    border: solid thin white;
    border-radius: 1rem;
    background-color: var(---azul-coppel);
    font-weight: 600;
    font-size: rem;
    cursor: pointer;
    color: #ffffff;
    align-items: center;
    text-align: center;
}

.boton-pagar {
    width: 50%;
    
    border: solid thin white;
    border-radius: 1rem;
    background-color: var(---amarillo-coopel);
    font-weight: 600;
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
    align-items: center;
    text-align: center;
}

