* {
    box-sizing: border-box;
    transition: all 0.8s ease;
}
::placeholder {
    color: inherit;
    opacity: 0.47;
}
:-moz-placeholder {
    color: inherit;
    opacity: 0.47;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.47;
}
a {
    display: block;
    text-decoration: none;
}
figure {
    margin: 0;
    padding: 0;
}
    figure img {
        margin: 0;
        padding: 0;
        width: 100%;
    }
input {
    font-family: inherit;
}

body, html {
    background-color: #112638;
    margin: 0;
    padding: 0;
    position: relative;
}
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
    font-size: 17px;
}

main#cuerpo_ppal, .cuerpo-contenidos {
    background: url("../componentes/bg_calle.jpg") center center / cover no-repeat;
    position: relative;
    width: 100%;
    z-index: 1;
}
    #cuerpo_ppal #contenedor {
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
        min-height: 100vh;
        width: 100%;
        display: grid;
        place-items: center;
    }

    #contenido h1 {
        color: #FFF;
        font-size: 2.2em;
        margin-bottom: 24px;
    }
    #contenido p {
        color: #FFF;
    }
        #contenido p > strong {
            color: rgb(173,255,47);
            text-shadow: 0px 4px 7px rgba(34,51,9,0.3);
            font-size: 3em;
        }
    #contenido h2 {
        color: rgb(173,255,47);
        text-shadow: 0px 4px 7px rgba(34,51,9,0.3);
        font-size: 3em;
    }

.cuerpo-contenidos {
    padding: 1.3em 2em;
}


#arcano {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
    #arcano figure {
        margin: 0;
        width: 83px;
    }
    #arcano p {
        color: #FFF;
        font-size: 13px;
        margin: 0;
    }

#btn_atras {
    background: rgba(252,252,252,0.8);
    border-radius: 50%;
    color: #122136;
    cursor: pointer;
    font-size: 21px;
    height: 70px;
    left: 50%;
    width: 70px;
    top: 11px;
    transform: translateX(-50%);
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#contador {
    color: #FFF;
    font-size: 13px;
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 4;
}
    #contador p {
        text-align: right;
    }

#telon {
    background: rgba(110,110,110,0.5);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    color: #FFF;
    left: 0;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    display: none;
    place-items: center;
}

.formulario, #contenido {
    margin: 0;
    padding: 24px 24px 48px 24px;
    width: clamp(320px, 80%, 420px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
    .formulario input, .campo {
        background: rgba(90,90,90,0.4);
        border: none;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
        font-size: 32px;
        margin: 0 auto;
        padding: 17px 14px 17px 80px;
        text-align: right;
        width: clamp(290px, 100%, 380px);
    }
        .formulario input[type='text'] {
            font-size: 26px;
        }
    .formulario button[type='submit'], .btn {
        background: rgba(252,252,252,0.8);
        border: none;
        color: #122136;
        cursor: pointer;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
        font-size: 21px;
        font-weight: bold;
        margin: 0;
        padding: 25px;
        text-align: center;
        width: 100%;
    }
    .btn-verde {
        background: rgb(173, 255, 47);
        border-radius: 2em;
        font-size: 3em;
        margin-top: 0;
    }

.formulario .cont-campo:not(:last-child) {
    margin-bottom: 24px;
}

.cont-campo, .cont-codigo {
    overflow: hidden;
    position: relative;
}
.cont-codigo {
    color: #EEE;
    margin: 2em auto 3em auto;
    position: relative;
    width: clamp(290px, 83%, 420px);
}
    .cont-codigo #tlo_codigo {
        color: #122136;
        font-size: 13px;
        left: 40px;
        position: absolute;
        top: 8px;
    }
    .cont-codigo #pfo_codigo {
        background: rgba(90, 90, 90, 0.4);
        font-size: 3.5em;
        line-height: 1em;
        margin: 0;
        padding: 34px 27px 17px;
        text-align: center;
    }
    .cont-codigo svg#ico_mano {
        fill: #122136;
        position: absolute;
        right: 15%;
        top: 60%;
        width: 30px;
    }
.cont-campo span {
    color: #AAA;
    font-size: 17px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.cont-dador {
    background: rgba(1, 1, 1, 0.11);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    margin: 0 auto 3em auto;
    width: clamp(290px, 83%, 420px);
}
    .cont-dador figure.cont-logo {
        border-radius: 0 50% 50%;
        height: 120px;
        overflow: hidden;
        width: 120px;
    }
    .cont-dador .cont-txt {
        color: #BBB;
        font-size: 17px;
        padding: 8px 1.5em;
    }
    .cont-dador .btn-ruta {

    }


.cont-icono, #ico_copiar {
    background: rgba(40,40,40,0.3);
    margin: 0;
    padding: 14px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
}

.etiqueta {
    color: #AAA;
    font-size: 14px;
    text-align: left;
    width: 100%;
}


.tlo {
    color: white;
    font-size: 2.5em;
    margin-bottom: 4em;
    text-align: center;
}

.stlo {
    color: rgb(250,250,250);
    font-size: 1em;
    font-weight: lighter;
    margin: 0 auto;
    text-align: center;
}