.Seleccionado{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
}
.InputPago{
    width: 3%!important;
    margin: auto 0!important;
}
.ImagenPago{
    padding: 5px;
    text-align: center;
}
.ImagenPago img {
    width: 100%;
    max-width: 100px;
}
.InputTerminos {
    display: -webkit-inline-box;
    padding: 5px;
    width: 2%!important;
}
.pTerminos {
    display: -webkit-inline-box;
    padding: 0!important;
}
.pTerminos a {
    color: #da2b4d;
    font-weight: 100;
}
#div1,
#div2,
#div3,
#div4,
#div5 {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    display: flex;
    padding: 8px 15px;
}
.Pago{
    padding: 0!important;
    text-align: left!important;
    margin: 0!important;
}
button {
    float: right;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 10px 15px;
    background-color: #da2b4d;
}
input:disabled,
input[disabled],
button:disabled,
button[disabled]{
    opacity: 0.4!important;
}
@media (max-width: 767px){
    header.carousel {
        margin-top: 0!important;
        height: 350px!important;
        max-height: 350px!important;
        margin-bottom: 70px;
    }
    .InputPago{
        width: 10%!important;
    }
}
.input-email {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    padding: 10px 15px!important;
    width: 100%!important;
    margin-bottom: 0px!important;
    color: #000!important;
}