.titulo-pagos-pre-wrapper {
    /*background: url('../img/pagos-en-linea/plataforma-pagos-en-linea.jpg');*/
    background-position: center center;
    background-size: cover;
}
    .titulo-pagos-wrapper {
        /*background: rgba(0,170,255,.5);*/
        padding-bottom: 20px !important;
    }
        .titulo-pagos {
            color: #00aaff;
            font-size: 3em;
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 4.2rem;
            line-height: 110%;
            margin: 2.8rem 0 1.68rem 0; 
            margin-bottom: 20px;
        }
            .titulo-pagos img {
                max-width: 100%;
            }
        .sub-titulo-pagos {
            margin-bottom: 20px;
            margin-top: -20px;
        }
.row-tarjetas {
    margin-bottom: 40px;
}
    .tarjeta {
        border-radius: 5px;
        transition: all .2s;
    }
        .tarjeta.colpatria {
            border: 2px solid #E30512;
            box-shadow: 10px 10px 1px rgba(227,5,18,.5);
        }
            .tarjeta.colpatria:hover {
                box-shadow: 5px 5px 1px rgba(227,5,18,.5);
            }
        .tarjeta.credibanco {
            border: 2px solid #4B3990;
            box-shadow: 10px 10px 1px rgba(75,57,144,.5);
        }
            .tarjeta.credibanco:hover {
                box-shadow: 5px 5px 1px rgba(75,57,144,.5);
            }
        .tarjeta:hover {
            box-shadow: 0px 0px 20px #00aaff;
            cursor: pointer;
        }
        .tarjeta .logo-entidad-colpatria {
            height: auto;
            max-width: 100% !important;
        }
        .tarjeta .logo-entidad-credibanco {
            height: 81.58px;
            max-width: 100% !important;
        }
        .tarjeta img {
            max-height: 81.58px; 
            max-width: 100%;
        }
.linea {
    border-bottom: 1px dashed #000;
    margin-top: 60px;
}
.btn-politicas {
    background: #00aaff !important;
}
.no-margin {
    margin-bottom: 0 !important;
}
@media (max-width: 600px) {
    .credibanco-b {
        margin-top: 40px;
    }
}

#envio {
    background: #00ACFF;
    color: white;
    transition: all 0.5s;
}

#envio:hover {
    background: white;
    color: #00ACFF;
    box-shadow: 0px 0px 10px #00ACFF;
}

#envio:hover i {
    color: #00AAFF !important;
}

.collapsible {
 padding:0 1rem ;
 margin: 1rem;    
}

footer{
    margin-bottom: 0 !important;
}