.mainframe {
    background-color: white;
    min-height: 100%vh;
    width: 425px;
    margin: 0px auto;
}

.mainhead {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #c7c7c7;
    padding: 10px 0px;
    font-size: .9em;
}

.logo1 img {
    width: 230px;
    margin: 20px 0px 20px 10px;
}

.titulo01 img {
    width: 260px;
    margin: 0px 0px 20px 10px;
}

.tecnico1 img {
    width: 100%;
    margin: -100px 0px 0px 0px;
}

.darkblueblock {
    display: block;
    width: 100%;
    min-height: 20px;
    background-color: #063882;
    padding-bottom: 20px;
}

.softblueblock {
    display: block;
    width: 100%;
    min-height: 20px;
    background-color: #d6e0f2;
    padding-bottom: 20px;
}

.colors {
    color: #ff8700;
}

.color .softblueblock .subtit1 {
    position: absolute;
    display: block;
    width: 100%;
    font-family: 'Source Sans 3', sans-serif;
    color: #063882;
    font-size: 20px;
    line-height: 22px;
}

.darkBlueBox {
    display: block;
    width: 90%;
    min-height: 100px;
    font-family: 'Source Sans 3', sans-serif;
    background-color: #063882;
    color: white;
    line-height: 22px;
    margin: 0px auto;
    border-radius: 15px;
    padding: 15px 10px;
}

.wstit2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: white;
}

.wstit3 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #063882;
    padding-top: 30px;
    margin: 0px 0px 0px 0px;
}

.wstitsmallblue {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #063882;
    margin-bottom: 30px;
    padding: 0px 20px;
    line-height: 20px;
}

.mtm30 {
    margin-top: -30px;
}

.titform1 {
    width: 100px;
    margin-left: 10px;
}

.titform1,
.titform2 {
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.form2 .field {
    display: block;
    margin-left: 110px;
}

.form2 .titform2 {
    display: block;
    margin-left: 15px;
}

.field {
    margin-bottom: 5px;
}

.field input[type="text"] {
    width: 300px;
}

.form1 div .titform1 {
    padding-top: 7px;
}

.headTransforma {
    display: flex;
}

.headTransforma img {
    width: 40px;
}

.headTransforma label {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 26px;
    margin-left: 10px;
    font-weight: 700;
    padding-top: 10px;
}

.inputTrans {
    display: flex;
}

.input-line {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.input-line>div {
    margin-bottom: 5px;
}

.fa-circle-minus,
.fa-circle-plus {
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.input-line div {
    display: flex;
}

.input-line div label {
    width: 220px;
    padding-top: 7px;
    font-weight: 300;
}

.bot-cargar {
    display: flex;
    margin-top: 0px;
    margin-left: 220px;
}

.headArmonicos>div,
.contArmonicos>div {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
}

.headArmonicos .l1 {
    width: 57%;
    font-size: 26px;
    text-align: right;
    font-weight: 700;
    padding-top: 10px;
}

.headArmonicos .l2 {
    width: 43%;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 10px;
}

.contArmonicos .l5 {
    position: relative;
    width: 40%;
    font-size: 300px;
    text-align: left;
    font-weight: 700;
}

.contArmonicos .l5 span {
    position: absolute;
    bottom: 90;
    opacity: 30%;
}

.contArmoDetalle {
    width: 60%;
}

.contArmoDetalle>div {
    margin-bottom: 3px;
}

.titarmo {
    text-align: right;
    margin-right: 10px;
}

#centerBox {
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-left: 63.85px;
}

#extraMenuOptions {
    visibility: hidden;
}

#ojoPass {
    cursor: pointer;
    color: black;
    margin-left: 25px;
}

@media screen and (min-width:2560px),
(max-width:2560px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:620px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}