
:root{
    --whitecolor: rgb(240, 240, 240);
    --whiter: rgb(248, 248, 248);
    --grisclarete: rgb(248, 242, 242);
    --gris: rgb(124, 123, 123);
    --grisoscuro: rgb(75, 75, 75);
    --grisclaro: rgba(180, 180, 180, 0.9);
    --azultipo: rgb(0, 71, 128);
    --rojo: rgb(245, 76, 76);
    --azulelectrico: rgb(12, 18, 26);
    --orangevibrante: rgb(204, 85, 0);
    --orangina: rgb(214, 147, 100);
}
*{box-sizing: border-box; margin: 0px;}
body{
    background-color: var(--azulelectrico);
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    overflow: hidden;
}
.logodiv{
    text-align: center;
    height: 100%;
}
.trucxs{
    color: white;
    font-size: 120px;
    margin-top: 20vw;
    letter-spacing: -20px;
    font-weight: bolder;
    text-transform: uppercase;
}
.cubos{
    display: flex;
    height: 80px;
    margin: 60px auto;
    z-index: 1;
    width: 600px;
}
.bigcubo{
    background-color: var(--orangevibrante);
    color: transparent;
    border-radius: 2px;
    border: 1px solid var(--orangevibrante);
    height: 20px;
    margin-right: 50px;
    width: 48px;
}
.cubo{
    background-color: var(--orangevibrante);
    color: transparent;
    border-radius: 2px;
    border: 1px solid var(--orangevibrante);
    height: 20px;
    margin-right: 80px;
    width: 20px;
}
.c1{
    margin-left: 105px;
}
.c2{
    position: relative;

}
.x{
    background-color: transparent;
    color: var(--orangevibrante);
    position: relative;
    left: -2px;
    z-index: 1;
}
.s{
    position: relative;
    left: -4px;
}
.linkfooter{
    background-color: transparent;
    color: white;
    text-decoration: underline;
}
.footer{
    display: none;
}
.x{
    background-color: transparent;
    color: var(--orangevibrante);
    position: relative;
    left: -2px;
    z-index: 1;
}
.s{
    position: relative;
    left: -2px;
}
footer{
    background-color: var(--azulelectrico);
    color:#f0f0f0; 
    font-size:12px;
    margin:auto;
    position: fixed;
    line-height: 40px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: left;
    height: 40px;
    width: 100vw;
}
.linkfooter{
    background-color: transparent;
    color: white;
    text-decoration: underline;
}
.coolfooter1{
    flex: 1 6 auto;
    width: 90vw;
}
.coolfooter2{
    flex: 1 2 auto;
    width: 1vw;
}