input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder {
    /* Recent browsers */
    text-transform: none;
}

.contenedor {
    margin: 0 auto;
    text-align: center;
    width: 80vw;
}

.img-logo {
    width: 20em;
    margin: 20px 0 100px 0;
}


.div-opciones {
    width: 100%;
}

.div-title {
    background-color: none;
    display: flex;
    align-items: start;
    justify-content: center;
}

.div-title>span {
    display: flex;
    align-items: center;
}

#btn-Return {
    width: 50px;
    background: none;
    padding: 0;
}

#btn-Return>img {
    display: flex;
}

.flex-container {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    width: 100%;
    margin: 2em auto;

}

.toggle-div {
    padding: .2em;
    text-align: end;
}

.flex-item-privacidad {
    font-size: 0.8em;
    text-align: start;

}

.flex-botones {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
}

#flex-botones {
    display: none;
}

.fact-taxi {

    display: grid;

}

.fact-taxi>p {
    margin-top: 1em;
    font-size: .8em;
    /* max-width: 80vw; */
}

.a-botones {
    all: inherit;
    justify-content: center;
    cursor: pointer;

}

.card {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    --bg: #ffffff5d;
    --hover-bg: #48a385;
    --hover-text: #000000;
    max-width: 50%;
    text-align: center;
    background: var(--bg);
    padding: 1.5em;
    padding-block: .8em;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6, .4, 0, 1), transform .15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.card__body {
    color: #000000;
    line-height: 1.5em;
    font-size: 0.8em;
}

.card> :not(span) {
    transition: .3s cubic-bezier(.6, .4, 0, 1);
}

.card>strong {
    display: block;
    font-size: 1.4rem;
    letter-spacing: -.035em;
}

.card span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    border-radius: 5px;
    font-weight: bold;
    top: 100%;
    transition: all .3s cubic-bezier(.6, .4, 0, 1);
}

.card:hover span {
    top: 0;
    font-size: 1.1em;
}

.card:hover {
    background: var(--hover-bg);
}

.card:hover>div,
.card:hover>strong {
    opacity: 0;
}



/* f_stacionamiento */

.img-logo-factura {
    width: 20em;
    margin: 20px 0 20px 0;
}

.cont-formulario {
    padding: 1em;
    border-radius: 10px;
    display: grid;
    place-items: center;
    justify-content: center;
}

.cont-formulario-alta {
    border-radius: 10px;
    text-align: start;
    background-color: #f0f0f0;
}

label {
    font-family: sans-serif;
    font-weight: 100;
    color: #181818;
}

.bg-form-valido {
    background: #f1f1f1ee;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px;
    text-align: start;

}

.bg-form-valido>div>label {
    color: #525a56;

}

.bg-form-valido>div>div>input {
    color: #000000;
}

.form-fact {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    max-width: 350px;
}

.form-fact-valido {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    max-width: 350px;
}

.title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}

.description {
    text-align: start;
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 1em 0 0 0;
    color: rgb(209 213 219);
}

.description-valido {
    text-align: start;
    line-height: 1.5rem;
    font-size: 1rem;
    margin: .5em 0 0 0;
    color: rgb(209 213 219);
}

.form-fact div {
    display: flex;
    max-width: 20rem;
    margin-top: 2rem;
    column-gap: 0.5rem;
}

.form-fact div input {
    outline: none;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: rgb(255 255 255);
    padding: 0.5rem 0.875rem;
    background-color: rgb(255 255 255 / 0.05);
    border: 1px solid rgba(253, 253, 253, 0.363);
    border-radius: 0.375rem;
    flex: 1 1 auto;
}

.form-fact div input::placeholder {
    color: rgb(216, 212, 212);
}

.form-fact div input:focus {
    border: 1px solid #ffffffbb;
}

.form-fact div button {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.875rem;
    background-color: #48a385;
    border-radius: 0.375rem;
    border: none;
    outline: none;
}

.cont-botones {

    display: flex;
    flex-direction: row;
    gap: .5em;
    width: 100%;
    justify-content: center;
}

.cont-botones>a {
    text-decoration: none;
    box-shadow: none;
}

.button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    width: 8em;
}

.button:hover {
    background: #0d1c31e7;
}

.button:after {
    content: "";
    width: 0%;
    height: 100%;
    background: #517fd45e;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.button:hover span {
    color: #233752;
    animation: scaleUp 0.3s ease-in-out;
}

.div-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;

}

.checkbox {
    appearance: none;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 8px;
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;

}

.checkbox::before {
    font-family: "Quicksand", sans-serif;
    position: absolute;
    bottom: -4px;
    left: 1px;
    content: "✔";
    font-size: 40px;
    color: #1cb495;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.checkbox:checked::before {
    animation: zoom 0.5s ease-in-out;
    transform: scale(1);
}

.cta {
    border: none;
    background: none;
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
    /* padding-right: 15px; */
    text-transform: uppercase;
}


.cta:hover {
    background: none;
}


.hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 95%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #19b64891;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 95%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #19b64891;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation2:after {
    content: "";
    position: absolute;
    width: 95%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #b6191991;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/*BTN AYUDA*/
.Btn {
    width: 45px;
    height: 45px;
    /* border: none; */
    border-radius: 50%;
    background-color: #0dcaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.137);
    /* border: 2px solid #bbecff; */
}

.logoIcon {
    fill: white;
}

.tooltip {
    position: absolute;
    top: -20px;
    opacity: 0;
    background-color: #00abeec2;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00acee;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    bottom: -20%;
    transition-duration: .3s;
}

.Btn:hover .tooltip {
    top: -45px;
    opacity: 1;
    transition-duration: .3s;
}

.Btn:hover {
    background-position: right;
    transition-duration: .5s;
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1.5);
    }

    40% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

#modal_ticket {
    scrollbar-base-color: #04b360;
    margin-top: 2em;
    padding: 2em;
    justify-items: center;
    width: 100%;
    height: 100%;
    max-width: 380px;
    border: 0;
    border-radius: 10px;
}

#modal_ticket>div>img {
    margin-bottom: 1em;
}

#modal_ticket>button {}

#cont-formulario {
    place-items: center;
    max-width: 700px;
    margin: 1em auto;
}

.header {
    margin-top: 15em;
}

#btnAlta,
#btnReiniciar,
#btnContinuar {
    display: none;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


@media screen and (max-width: 768px) {
    #header {
        margin-top: 0;
    }

    .form-fact {
        padding-right: 10px;
        padding-left: 10px;
    }

    .img-logo {
        width: 18em;
    }

    .flex-botones {
        text-align: center;
        width: 100%;
        gap: 0px;
    }

    .toggle-div {

        flex: 15%;
        margin-right: 1em;
    }

    .flex-container {
        flex-direction: column;
    }

    .card {
        padding: 0.5em;
        position: fixed;
        gap: 0;
        max-width: 5em;
    }

    .card__body {
        font-size: 0.6em;
    }

    .svg {
        width: 2.5em;
    }

    .fact-taxi {
        bottom: 0;

    }

    .fact-taxi>p {
        margin-top: 15em;
    }

    .img-logo-factura {
        width: 18em;
    }

    .cont-formulario {
        padding: 0;
    }

    .button {
        /* width: 33%; */
    }

}

#tk_Est {
    background-color: rgba(242, 5, 5, 0.56);
    border-radius: 10px;

}

#tk_GE {
    background-color: rgba(10, 75, 166, 0.664);
    border-radius: 10px;
    margin-bottom: 1.2em;
}

#tk_Est>span,
#tk_GE>span {
    font-weight: 900;
}

#tk_Est>img,
#tk_GE>img {
    max-width: 100%;
}

.leyenda {
    color: #04b360 !important;
}