@charset "UTF-8";

@media only screen and (max-width: 720px) {
    header {
        position: absolute;
    }
}


	
/* ====== BASE ====== */
body {
    font-family: Arial, sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* ====== TITULOS ====== */
h1 {
    color: #1a2a7d;
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}

/* ====== CONTENEDORES PRINCIPALES ====== */
#main {
    position: relative;
    min-height: 100%;
    margin-bottom: -220px;
}

#inicio {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

/* ====== BOTONES PRINCIPALES ====== */
.btn-main {
    display: inline-block;
    width: 95px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
}

.btn-green { background-color: #3a7a69; }
.btn-purple { background-color: #684d82; }

.btn-block {
    position: relative;
    display: inline-block;
    top: -5px;
    width: 40%;
    text-align: center;
    color: #606060;
    font-weight: 100;
    line-height: 10px;
}

.btn-main {
    position: relative;
    display: inline-block;
    width: 95px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
}

.btn-green {
    background-color: #3a7a69;
}

.btn-purple {
    background-color: #684d82;
}


/* ====== BOTONES CIRCULARES ====== */
.circle-btn {
    display: inline-block;
    border-radius: 60px;
    background-color: #EEE;
    text-align: center;
}

/* ====== OUTPUT ====== */
#outputData {
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    border-radius: 10px;
    width: calc(80vw - 60px);
    margin: 10px auto 0;
    padding: 10px 15px;
}

/* ====== HISTORIAL ====== */
#historialTitle {
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto 10px;
}

#Historial {
    font-size: 16px;
    color: black;
    margin: 15px auto 10px;
}

/* ====== TEXTO SEO ====== */
#cuerpo {
    width: 80vw;
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
}

/* ====== MODAL CREAR QR ====== */
#DIVmakeqr {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
}




.miniButtons{display:inline-block; padding:9px; margin:0px 12px 0px 12px; width:25px; border-radius:60px;}
[contenteditable]:focus {border-radius:5px; outline: 1px solid #f2f6ff; background-color:#edf3ff; padding:2px 5px 2px 5px;}

