.input-icono {
    position: relative;
}

.input-icono input[readonly] {
    padding-left: 30px;
    background-color: #FFFFFF;
}

.input-icono input[readonly].readonly {
    background-color: #e9ecef;
}

.input-icono i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
    padding: 6px 12px;
}

.choices__inner {
    padding: 2px 12px !important;
    min-height: auto !important;
    background-color: #fff;
}

.bold {
    font-weight: bold;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #555;
}

.tooltip-text {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 0.7rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 100;
}

.tooltip-container:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.relative {
    position: relative;
}

.oculto {
    display: none !important;
}


/********************************** MARGEN Y PADDING (INICIO) ***********************************/
.me-1 {
    margin-right: 1rem;
}

.me-2 {
    margin-right: 2rem;
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

/********************************** MARGEN Y PADDING (FINAL) ***********************************/


/*--------------------------------- PANTALLA DE CARGA (INICIO) --------------------------------------------*/
.pantalla-carga {
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: #fff;
    display: grid;
    place-content: center;
    height: 100%;
    min-height: 300px;
    margin: -10px;
    width: 100%;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.cargando {
    position: relative;
    color: #cb671d;
    margin-top: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.cargando .primer-punto {
    animation: subir 2s linear infinite;
}

.cargando .segundo-punto {
    animation: subir 2s linear infinite;
    animation-delay: .35s;
}

.cargando .tercer-punto {
    animation: subir 2s linear infinite;
    animation-delay: .70s;
}

@keyframes giro {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes subir {
    0% {
        transform: translateY(0);
        color: #cb671d;
    }

    50% {
        transform: translateY(-5px);
        color: #ffffff;
    }

    100% {
        transform: translateY(0);
        color: #cb671d;
    }
}

/* CARGA ONDA DE AGUA */
.contenedor-onda {
    position: relative;
    width: 80px;
    height: 80px;
    /* background: linear-gradient(45deg, #00aaff, #0077cc); */
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.onda {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    /* background-color: rgba(254, 164, 30, 0.675); */
    /* background-color: rgba(201, 10, 24, 0.675); */
    background-color: #cb671d8a;
    border-radius: 45%;
    transform: translateX(-50%) translateY(100%);
    animation: onda 3s infinite ease-in-out;
}

.onda:nth-child(2) {
    animation-delay: -1.5s;
    opacity: 0.6;
}

@keyframes onda {
    0% {
        transform: translateX(-50%) translateY(95%) rotate(0deg);
    }

    50% {
        transform: translateX(-50%) translateY(80%) rotate(180deg);
    }

    100% {
        transform: translateX(-50%) translateY(95%) rotate(360deg);
    }
}

.logo-onda {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-onda img {
    width: 80%;
}

/*--------------------------------- PANTALLA DE CARGA (FINAL) --------------------------------------------*/


/********************************** MODAL (INICIO) ***********************************/
/* ===== Material You Variables ===== */
:root {
    --md-surface: #ffffff;
    --md-surface-container: #f3f1f5;
    --md-on-surface: #1b1b1f;
    --md-outline-variant: #c7c5d0;
    --md-primary: #6750a4;
    --md-on-primary: #ffffff;
    --md-shadow: rgba(0, 0, 0, 0.3);
}

/* ===== Backdrop ===== */
.md3-dialog-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
    z-index: 9000;
}

/* ===== Container ===== */
.md3-dialog-container {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
    pointer-events: none;
    z-index: 9010;
}

/* ===== Dialog ===== */
.md3-dialog {
    background: var(--md-surface);
    color: var(--md-on-surface);
    border-radius: 28px;
    box-shadow: 0px 8px 28px var(--md-shadow);
    width: 100%;
    max-width: 560px;

    transform: scale(0.92);
    opacity: 0;
    transition: all .25s cubic-bezier(0.2, 0, 0, 1);
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Sizes */
.md3-size-sm {
    max-width: 360px;
}

.md3-size-md {
    max-width: 560px;
}

.md3-size-lg {
    max-width: 720px;
}

.md3-size-full {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
}

/* ===== Header ===== */
.md3-dialog-header {
    padding: 20px 24px 12px;
    font-size: 1.4rem;
    font-weight: 600;
}

/* ===== Body ===== */
.md3-dialog-body {
    padding: 0 24px 20px;
    font-size: 1rem;
    color: var(--md-on-surface);
    max-height: 60vh;
    overflow-y: auto;
}

.md3-dialog-body .form-floating {
    font-size: 1rem;
}

/* ===== Footer ===== */
.md3-dialog-footer {
    padding: 16px 24px 20px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    background-color: #f9f9f9;
    /*border-top: 1px solid var(--md-outline-variant);*/
}

/* ===== Show animations ===== */
.md3-dialog-container.show {
    display: flex;
}

.md3-dialog-container.show .md3-dialog {
    transform: scale(1);
    opacity: 1;
}

.md3-dialog-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

/********************************** MODAL (FINAL) ***********************************/