* {
    margin: 0;
    padding: 0;
}
.margin-tb-70{
    margin-top: 70px !important;
    margin-bottom: 100px !important;
}
.img-logo.img-logo{
    width: 100px !important;
}
.icon{
    width: 125px;
}
.icon:hover{
    width: 100px;
}
.container-img img{
    width: 40%;
}
#collapsibleNavbar a{
    font-size: 13px;
    color: white;
    font-weight: bold;
    transition: color 0.5s, font-size 0.5s;
}
#collapsibleNavbar a:hover{
    color:#25B590;
    font-size: 16px;
}
.header-upgrade{
    background-color: rgba(0, 0, 0, 0.6);
}
.login-img{
    max-width: 40% !important;
    margin: 0 auto;
}
.responsive-img {
    width: 100%;
}
.footer-icon{
    width: 15%;
    margin: 25px;
}
.footer-footer{
    background: #000;
}
.footer-icon{
    width: 15%;
    margin: 25px;
}
.error-message-container {
    width: 100%;
}
#error-message {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 10px;
}
.bg-color{
    background: #1b1c36 !important;
}
/* Estilo para el botón que parece un enlace */
.btn-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.payment-design{
    border: 10px solid #1abc9c;
    border-radius: 20px;
    box-shadow: 15px 15px 10px 0px rgba(0,0,0,0.2);
                -webkit-box-shadow: 15px 15px 10px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 15px 15px 10px 0px rgba(0,0,0,0.2);
}
.payment-design-error{
    border: 10px solid #dc3545;
}
.btn-link:hover {
    color: #007bff;
}

.btn-link:focus {
    outline: none;
}
.disabled{
    color: gray !important;
}
.pc {
    width: 100%;
    height: 100%;
    display: block;
}

.movil {
    width: 100%;
    height: 100%;
    display: none;
}
@media (max-width: 768px) {
    #error-message {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    #content{
        margin-top: 90px !important;
    }
    #btnPago2{
        margin-top: 10px !important;
    }
    .pc {
        display: none;
    }

    .movil {
        display: block;
    }
}