body{
    background-color:#f4f4f4 !important;
}

.btn-primary{
    background-color:#881F2B !important;
    border-color:#881F2B !important;
}

.event-logo{
    max-height:90px;
    max-width:280px;
    object-fit:contain;
}

.registro-card{
    background:white;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.poster-wrapper{
    padding:20px;
}

.poster-img{
    width:100%;
    border-radius:16px;
}

.form-section{
    padding:24px;
}
.step-header{
    margin-bottom:2rem;
}

.step-content{
    min-height:350px;
}

.btn-step-prev{
    min-width:140px;
    height:50px;
    border-radius:12px;
    font-weight:500;
}

.btn-step-next{
    min-width:160px;
    height:50px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(13,110,253,.25);
}

.btn-step-enviar{
    min-width:160px;
    height:50px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(13,110,253,.25);
}

/*  btn facturacion */
.opcion{

    cursor:pointer;

    border:2px solid #e5e7eb;

    border-radius:16px;

    padding:20px;

    transition:.2s ease;

    background:#fff;
}

.opcion:hover{

    border-color:#0d6efd;

    transform:translateY(-2px);
}

.opcion.selected{

    border-color:#0d6efd;

    background:#f0f7ff;
}

@media(max-width:991px){

    .form-section{
        padding:24px;
    }

    .poster-wrapper{
        padding:24px;
    }

    .container{
        background: #891814;
        max-height: 30%;
        position: absolute;
        max-width: 1000px !important;
    }

}