@font-face{
	font-family: "781";
	src: url(../fonts/781.ttf);
}
@font-face{
	font-family: "782";
	src: url(../fonts/782.ttf);
}
/*COLORES DE LAS CELDAS DEFINIDAS SEGUN PAR-INPAR*/
.color-1{
    background-color: salmon;
}
.color-2{
    background-color: #fc0650;
}
.color-3{
    background-color: #ea5806;
}
.color-4{
    background-color: #285e51;
}
/*COLORES DE LAS CELDAS DEFINIDAS SEGUN PAR-INPAR*/
*{
    font-family: "782";
}
.status{
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.password{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
#title{
    font-family: "781";
}
a{
    text-decoration: none;
    color: cyan;
}
.clave{
    text-align: center;
    color: red;
}
.tamaño2{
    font-size: 21px;
}
.sesion{
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #000;
    color: cyan;
    outline: none;
    box-shadow: 0 4px #999;
}
.sesion:hover {background-color: #17201a}
.div{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sesion:active {
  background-color: #194b1a;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.onpass{
    width: 100px;
    height: 30px;
}
#password{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}
.onsubmit{
    padding-left: 10px;
    width: 100px;
    height: 30px;
}
.text{
    width: 92px;
    height: 24px;
}
.tamaño{
    font-size: 24px;
}
.submit{
    width: 100px;
    height: 30px;
    box-shadow: 0 4px #999;
    display: inline-block;
    border: none;
    border-radius: 15px;
    outline: none;
    background-color: red;
    border: solid 1px lightslategray;
    color: aliceblue;
}
.submit:hover {background-color: rgb(138, 11, 11)}

.submit:active {
  background-color: #ff1201;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
label{
    text-align: center;
}
.container{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1{
    text-align: center;
}
.subcontainer{
    display: flex;
    width: 580px;
}
.nombre{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 286px;
    height: 48px;
    text-align: center;
    background-color: #000;
    color: #fffb00;
    border: 1px solid black;
}
.nombre-general{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 290px;
    height: 48px;
    text-align: center;
    color: aliceblue;
    border: 1px solid black;
}
.ajuste{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 290px;
    height: 48px;
    text-align: center;
    background-color: #fffb00;
    color: #000;
    border: 1px solid black;
}
.ajuste-general{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 290px;
    height: 48px;
    text-align: center;
    color: aliceblue;
    border: 1px solid black;
}
.ajuste-general input{
    width: 282px;
    height: 44px;
    color: aliceblue;
    font-size: 20px;
}
.ajuste-general select{
    width: 290px;
    height: 100%;
    color: aliceblue;
    font-size: 20px;
}
.ajuste-general option{
    width: 100%;
    height: 100%;
    color: aliceblue;
    font-size: 20px;
}
.final-submit{
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: aliceblue;
}
.ajuste-final{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 290px;
    height: 50px;
    text-align: center;
    color: aliceblue;
    border: 1px solid black;
}
.submit-onpage{
    border-radius: 50%;
    background: none;
    border-image: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.submitout{
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.picker{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    outline: none;
}
.pick-container{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    outline: none;
}
.success{
    position: fixed;
    bottom: 20px;
    left: auto;
    border-radius: 7px;
    right: auto;
    border: 2px solid aliceblue;
    background-color: #000;
    text-align: center;
    height: 60px;
    width: 90px;
    font-size: 22px;
    color: white;
    display: none;
}
t{
    margin-top: 0px;
    margin-bottom: 0;
    display: flex;
    height: 100%;
    align-items: center;
}