
.fondo-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-prod {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    transform: scale(1.8);
}

.form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-top: 5px solid #fff64a; 
    width: 100%;
}

.form-control, .form-select {
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 10px;
}

body {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.is-invalid { border-color: red !important; }
.is-valid { border-color: green !important; }

.input-group-text { background: transparent; border: none; }
.status-icon { margin-left: 5px; font-weight: bold; }
.status-invalid { color: red; }
.status-valid { color: green; }

html, body {
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#page, 
#wrapper, 
.page-content,
#main {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
    position: relative !important;
}

#wrapper {
    padding-top: 140px !important; 
}
.grecaptcha-badge {
    left: 10px !important;
    right: auto !important;
}
.motorix-success-wrapper {
    width: 100% !important;
    min-height: 60vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 40px auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.motorix-success-card {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    color: #333 !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.motorix-success-card .fondo-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.motorix-success-card img {
    max-width: 250px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

.motorix-success-card h2,
.motorix-success-card p,
.motorix-success-card hr {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-volver-inicio {
    display: inline-block !important;
    background-color: #fdcf01 !important;
    border: 1px solid #dee2e6 !important;
    color: #333 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.btn-volver-inicio:hover {
    background-color: #e6bc00 !important;
    color: #333 !important;
}
#wrapper, 
#content-wrapper,
.page-content {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.motorix-success-wrapper {
    margin-top: 20px !important;
    min-height: auto !important;
}


/* @media (max-width: 991.98px) {
    .lateral-imagen-contacto {
        display: none !important;
    }
} */



