/*Tipografia para TODO: "Chevy Sans"*/
@font-face {
    font-family: 'Chevy Sans Medium';
    src: url('FormularioPQR/css/Tipografia/ChevySans-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chevy Sans Demi';
    src: url('FormularioPQR/css/Tipografia/ChevySans-Demi.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.contenedor-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 30px;
}


.descripcion {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 850.66px;
    max-width: var(--width-850_67, 850.667px);
    padding: 0px 0.8px 0px 0.78px;
    gap: var(--item-spacing-xxs, 4px);
    color: #6E6E6E;
    text-align: center;
    font-family: var(--font-family-Font-2, Arial, 'Roboto');
    font-size: 20.625px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

    .descripcion p {
        margin: 0;
    }

.ContenedorTitAcciones {
    width: 100%;
    text-align: center;
    margin: 0;
}

.titulo-acciones {
    color: #262626;
    font-family: Arial, 'Roboto';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin: 0;
}

.botones-acciones {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    height: 61px;
    justify-content: center;
}

.boton-opcion {
    display: flex;
    width: 250px;
    height: 56px;
    min-width: 123px;
    min-height: 48px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #CD9834;
    /* Estilos del texto: */
    color: #262626;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1px;
}

    .boton-opcion:hover {
        background-color: #A98637;
    }

.logo-imge {
    width: 203px;
    height: 50px;
}

@media (max-width:1024px) {
    .descripcion {
        width: 100%;
    }
}

@media (max-width:748px) {
    .descripcion {
        width: 50%;
    }
}

/*Segumiento QR:______________________________________________*/
.Contenedorseguimiento {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 125px;
    gap: 30px;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #CD9834;
    margin: 30px;
}


.titulo-principal {
    color: #262626;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 212.5% */
}


.subtitulo {
    color: #5C5C5C;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 191.667% */
}

.linea-subtitulo {
    width: 100%;
    height: 1px;
    background: var(--color-grey-61, #9A9B9C);
    margin: 0 auto;
}


.campo-flotante {
    position: relative;
    font-family: Arial, 'Roboto';
    width: 300px;
}

    .campo-flotante input {
        width: 100%;
        padding: 20px 12px 6px;
        border: 1px solid #6E6E6E; /*Color del reborde del impunt*/
        border-radius: 4px;
        outline: none;
        background-color: #fff;
        font-size: 16px;
        color: #262626;
    }

    .campo-flotante label {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 14px;
        color: #6E6E6E;
        pointer-events: none;
        transition: 0.2s ease all;
    }

    .campo-flotante input:focus + label,
    .campo-flotante input:not(:placeholder-shown) + label {
        top: 6px;
        left: 12px;
        font-size: 12px;
        color: #6E6E6E;
    }

.campo-select {
    position: relative;
    font-family: Arial, 'Roboto';
    width: 100%;
}

    .campo-select select {
        width: 100%;
        padding: 20px 12px 6px;
        border: 1px solid #6E6E6E;
        border-radius: 4px;
        outline: none;
        background-color: #fff;
        font-size: 16px;
        color: #262626;
        -webkit-appearance: none;
        -moz-appearance: none;
        box-sizing: border-box;
        cursor: pointer;
        height: auto;
    }

    .campo-select::after {
        content: "";
        position: absolute;
        top: 16px;
        right: 12px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #6E6E6E;
        pointer-events: none;
    }

    .campo-select .label-select {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 14px;
        color: #6E6E6E;
        pointer-events: none;
        transition: 0.2s ease all;
    }

    .campo-select select:focus + .label-select,
    .campo-select select:not([value=""]) + .label-select {
        top: 6px;
        left: 12px;
        font-size: 12px;
        color: #6E6E6E;
    }


.Conte1LayoutConsul {
    display: flex;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
}

.Conte2LayoutConsul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.Conte3LayoutConsul {
    display: flex;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
}

.boton-Regresar {
    display: flex;
    min-width: 173px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 2px solid #B3B3B3;
    background-color: transparent;
    cursor: pointer;
}

    .boton-Regresar:hover {
        width: 43.21px;
        border: 3px solid #B3B3B3;
    }

.texto-botonRegresar {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.boton-consultar {
    display: flex;
    min-width: 173px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 2px solid #CD9834;
    background-color: transparent;
    cursor: pointer;
    /*  background-color: #CD9834;*/
}

    .boton-consultar:hover {
        background-color: #CD9834;

    }

.texto-botonConsultar {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.logo-financiera {
    /*margin-top: 20px;
    height: auto;
    max-width: 180px;*/
    width: 203px;
    height: 50px;
    object-fit: contain;
}

.boton-flecha-volver {
    position: absolute;
    top: 40px;
    left: 60px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 100;
    margin: 30px;
}

.icono-flecha {
    width: 16px;
    height: 20px;
    transform: rotate(360deg);
    stroke-width: 2px;
    stroke: var(--Overview-Gray-3, #6E6E6E);
}

.ContenedorseguimientoImag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 125px;
    gap: 30px;
}

.ContenedorConsultRespu {
    display: flex;
    width: 100%;
    padding: 40px 125px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



.TrajetaRespConsult {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid var(--Overview-Principal, #CD9834);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    max-width: 200px;
}

.TextoTarjeta1 {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px); /* 146.667% */
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.TextoTarjeta2 {
    width: 222px;
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px; /* 66.667% */
}

.CajasInfoResult {
    display: flex;
    width: 90%;
    /*padding: 6px 10px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #CD9834;
}

.TextoInfoIni {
    color: var(--color-grey-36, #5C5C5C);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.TextoInfoIni {
    white-space: nowrap;
}

.TextoInfoSub {
    color: var(--color-grey-36, #5C5C5C);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.ContenedorObservacionResult {
    display: flex;
    height: 90px;
    padding: 16px 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #6E6E6E;
    background: #FFF;
}

.TextObservacionesResult {
    align-self: stretch;
    color: #6E6E6E;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: var(--WeigthTexto, 400);
    line-height: 16px;
}

.TextContenidoResult {
    color: #262626;
    font-family: Arial, 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: var(--WeigthTexto, 400);
    line-height: 16px;
}

.TextEnvioCorreo {
    color: var(--Overview-Black, #262626);
    text-align: center;
    /* Texto */
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: var(--WeigthTexto, 400);
    line-height: 28px;
}


.VentanaReenviar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 180px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3); /*Oscurecer lo de atras*/
}

.VentanaReenviar-contenido {
    display: flex;
    width: 400px;
    padding: 30px 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 12px;
    border: 4px solid var(--color-orange-41, #CD9834);
    background: #FFF;
}

.VentanaReenviar-titulo {
    color: #262626;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.VentanaReenviar-texto {
    color: #333;
    align-self: stretch;
}

.TextoDecrpReenvio {
    align-self: stretch;
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: var(--WeigthTexto, 400);
    line-height: 28px;
}

.VentanaReenviar-separador {
    margin-bottom: 15px;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.VentanaReenviar-Botoncerrar {
    background-color: #CD9834;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.linea-VentanaReenvio {
    width: 360px;
    height: 1px;
    background: #E6E6E6;
}

.ContenedorBotnCerrar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}
/*RadicadosQP:______________________________________________*/
.contenedorRadicadoQR {
    display: flex;
    padding: 40px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid var(--Overview-Principal, #CD9834);
    margin: 30px;    
   width:100%;
    min-width:10%;
}

.tituloRadicadoQR {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size:32px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.SubContenedorQR {
    display: flex;
    width: 1000px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Overview-Gray-2, #B3B3B3);
    background: #F2F3F5;
}

.lineaSubtituloRadQR {
    width: 940px;
    height: 1px;
    background: #E6E6E6;
}

/*Info defs label persona:*/
.contenedorInfoPersona {
    display: flex;    
    width:100%;
    height: auto;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Overview-Gray-2, #B3B3B3);
    background: #F2F3F5;
}

.ContenedorPasosTexto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.ContenedorEtiquePasos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.ContenedorBarraProgreso {
    display: flex;
    width: 390px;
    align-items: flex-start;
    gap: 8px;
}

.Paso {
    display: flex;
    height: 12px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: #FFF;
}

    .Paso.activo {
        border-radius: 8px 0px 0px 8px;
        background: #CD9834;
    }

.PasoInter {
    display: flex;
    height: 12px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: #CD9834;
}

.PasoFinal {
    display: flex;
    height: 12px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 0px 8px 8px 0px;
    background: #FFF;
}

    .PasoFinal.activo {
        background: #CD9834;
    }

.TextoIzqEtique {
    color: #6E6E6E;
    font-family: Arial, 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: var(--WeigthTexto, 400);
    line-height: 24px;
}

.TextoDerecEtique {
    color: #6E6E6E;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.SubTituloRad {
    color: #5C5C5C;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.ContSelecTex1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.ContInfoInput {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}


.Con1inputs {
    display: flex;
    height: 48px;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.Con2inputs {
    display: flex;
    /*width: 830px;*/
    height: 48px;
    align-items: flex-start;
    gap: 30px;
}

.Con1inputs, .Con2inputs {
    display: contents;
}

.campo-flotante {
    width: 100%;
}

.Texto1Radicado {
    color: var(--color-grey-15, #262626);
    text-align: justify;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.enlace-mi-cuenta {
    color: #CD9834;
    text-decoration: none;
    font-weight: 500;
}

    .enlace-mi-cuenta:hover {
        text-decoration: underline;
    }

.DosBotones {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}

.BtnAnterior {
    display: flex;
    min-width: 173px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 2px solid #B3B3B3;
    background-color: transparent;
    cursor: pointer;
}

    .BtnAnterior:hover {
        width: 43.22px;
        border: 3px solid #B3B3B3;
    }

.texto-BtnAnterior {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.BtnSiguiente {
    display: flex;
    min-width: 173px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 2px solid #CD9834;
    background-color: transparent;
    cursor: pointer;
}

    .BtnSiguiente:hover {
        background-color: #CD9834;
    }


.DescripcionFQR {
    /*    width: 776px;*/
    color: var(--color-grey-44, #707070);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 100%;
}

.TituloDescripcionFQR {
    align-self: stretch;
    color: var(--Interaction-Focus-hover, #CD9834);
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.textareaDescripcion {
    display: flex;
    padding: 6px 10px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #6E6E6E;
    background: #FFF;
    color: #B3B3B3;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--item-spacing-13, 13px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-18_2, 18.2px);
    width: 100%;
    box-sizing: border-box;
}

.contenedorInfoFQR {
    display: flex;
    width: 1000px;
    height: 588px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Overview-Gray-2, #B3B3B3);
    background: var(--Overview-Gray-1, #F2F2F2);
}

.contenedor-master {
    display: flex;
    max-width: 1000px;
    min-width: 100px;
}

.campoDescripcion {
    width: 100%;
}

.validation-message {
    color: red;
}

.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    background: #FFF;
}

.mud-input-control-helper-container {   
    background: #F2F3F5;
}


@media (max-width:590px) {
    .contenedorRadicadoQR {
        padding: 40px 0px;
        border:none;
    }

    .ContenedorBarraProgreso {
        width: 200px;
    }

    .SubTituloRad {
        font-size: 15px;
    }

    .boton-flecha-volver {
        left: 30px;
    }
}

@media (max-width:350px) {
    .TrajetaRespConsult {
        width: 100px;
    }

    .TextoTarjeta1 {
        color: var(--Overview-Black, #262626);
        text-align: center;
        font-family: var(--font-family-Font-1, Arial, 'Roboto');
        font-size: 10px;
        font-style: normal;
        font-weight: var(--font-weight-700, 700);
        line-height: var(--line-height-22, 22px); /* 146.667% */
        letter-spacing: var(--letter-spacing-0_1, 0.1px);
    }
}

/*____________________________________________________________________________________________________________________*/
.ContenedorMensjConfirmacion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 180px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3); /*Oscurecer lo de atras*/
}

.ContenidoMsjConf {
    display: flex;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border-radius: 4px;
    border: 2px solid #CD9834;
    background: #FFF;
}

.TituloMsjConf {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #E6E6E6;
}

.TextoTituloMsjConf {
    color: #262626;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.TextoMsj2Conf {
    color: #262626;
    text-align: center;
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.PreguntaMsjConf {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.BotonesMsjConf {
    display: flex;
    padding: 24px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid #E6E6E6;
}

.BtnAceptarCnf {
    display: flex;
    min-width: 173px;
    height: 48px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #CD9834;
}

    .BtnAceptarCnf:hover {
        background-color: #A98637;
    }

.TextoCancelar {
    color: #CD9834;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}

.TextoAceptar {
    color: #FFF;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}

/*Parte final de envio de FQP:__*/
/*.ContenedorTInfoFinalFQR {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 180px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);*/ /*Oscurecer lo de atras*/
/*}*/

.ContenedorTInfoFinalFQR {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* O center si lo quieres centrado */
    padding-top: 180px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3); /* Oscurece el fondo */
    overflow: auto; /* Permite scroll interno si el contenido crece */
}

.ContenidoFinal {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 627px;
    min-height: 492px;
    width: auto;
    height: auto;
    overflow: auto;
    border-radius: 4px;
    border: 2px solid #CD9834;
    background: #FFF;
}

.ContTituuloFinalFQR {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #E6E6E6;
}

.TituloFinal {
    color: #262626;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.SubContFinal {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.ContenedorTarjetas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

@media (min-width: 768px) {
    .ContenedorTarjetas {
        flex-direction: row;
    }
}

.ConTarjeta1 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid #CD9834;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
}

.Tex1Tarjeta1 {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.Tex2Tarjeta1 {
    color: var(--Overview-Black, #262626);
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    width: 222px;
}

.ConTarjeta2 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.Tex1Tarj2 {
    color: #5C5C5C;
    text-align: center;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.Tex2Tarj2 {
    color: #5C5C5C;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.Tex1Final {
    color: #262626;
    text-align: justify;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Tex2Final {
    color: #262626;
    text-align: justify;
    font-family: Arial, 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Tex3Final {
    color: #262626;
    text-align: justify;
    font-family: Arial, 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.ContenedorBotonFinal {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid #E6E6E6;
}

.mud-input {
    background:#FFF;
}


.custom-file-upload {
    border: 2px solid #CD9834;
    background-color: white;
    color: #CD9834;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--font-family-Font-2, Arial, 'Roboto');
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s, color 0.3s;
}

    .custom-file-upload:hover {
        background-color: #A98637;
        color: white;
    }

    .custom-file-upload i {
        font-size: 1rem;
    }

.file-input {
    display: none;
}

.info-text {
    font-family: var(--font-family-Font-2, Arial, 'Roboto');
    color: var(--Interaction-Focus-hover, #6E6E6E);
    font-family: var(--font-family-Font-1, Arial, 'Roboto');
    font-size: var(--font-size-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-22, 22px);
    letter-spacing: var(--letter-spacing-0_1, 0.1px);
}

.text-primary-custom {
    font-family: var(--font-family-Font-2, Arial, 'Roboto');
    color: #CD9834;
}

/*Cambios de selectores:*/
.select-solo-flecha .mud-icon-root.mud-svg-icon {
    color: #CD9834 !important;
    fill: #CD9834 !important;
}
.mud-primary-text {
    color: #CD9834 !important;
}

.mud-input-label-outlined {
    font-size:10px;
}