.navegacionDesk {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all ease .5s;
}

.opacitConstulta {
    opacity: 1 !important;
    z-index: 400;
}

.activarNav {
    z-index: 400;
    opacity: 1;
}

/* .naviTra::before{
    content: '';
    position: absolute;
    width:75px;
    height: 5em;
    background: url('../img/imagentraseralol.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -5px;
    left: -11px;
} */

.logoLetra {
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    transition: all ease 1s;
}

.l-contac {
    opacity: 1 !important;
}

.logoLetra img {
    width: 8em;
}

.imgA {
    position: absolute;
    top: 19.5%;
    opacity: 0;
    margin-top: 10px;
    margin-left: 10px;
    transition: all ease 1s;
}

.imgA img {
    width: 8em;
}

.navArt {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    padding-right: 12px;
    padding-left: 12px;
    background: #fff;
    transition: all .5s ease-in-out;
}
.sinbg{
    background: transparent;
}
.navindex, .navnosotros, .navContacto {
    background: transparent;
}

.buttonOp {
    background: transparent;
    border-color: transparent;
    width: 3em;
    height: 3em;
    position: relative;
    outline: none !important;
    transform: translate(-24px, -5px);
}

/*MENU CUBITO ANIMADO*/
.menu{
    font-size: 22px;
    display: flex;
    left: -100px;
    top: 10px;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: #533dd1;
    font-family: "Bariol_bold";
    transition: all .5s ease-in-out;
    animation: mover 2s infinite linear normal;
}
@keyframes mover{
    0%{
        left: -90px;
    }
    50%{
        left: -100px;
    }
    100%{
        left: -90px;
    }
}
.menu i{
    margin-left: 10px;
}
.armaCubo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 8px;
    transition: all ease 1s;
    opacity: 1;
}
.armaCubo img{
    transition: all .5s  ease-in-out;
}
.armaCubo2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    opacity: 0;
    margin-top: 8px;
    transition: all ease 1s;
}

.imaContop1 {
    position: absolute;
    transform: translate(3px, 7px);
    width: 16px;
    z-index: 2;
}

/*donde animar*/

.animaEsqIz {
    width: 100%;
    animation: cub1 2s infinite linear normal;
}

.animaEsqIz {
    width: 100%;
    transition: all ease 2s;
}

/*animando cubito*/

@keyframes cub1 {
    0% {
        transform: translate(-6px, -4px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-6px, -4px);
    }
}

.imaContop2 {
    position: absolute;
    transform: translate(11px, 11.5px);
    width: 16px;
    z-index: 2;
}

/*donde animar*/

.animaEsqCenM {
    width: 100%;
    /* animation: cub2 2s  infinite linear normal; */
}

/*animando cubito*/

/* @keyframes cub2{
    0%{transform: translate(0px,-1px);}
    50%{transform: translate(0px,0px);}
    100%{transform: translate(0px,-1px);}
} */

.imaContop3 {
    position: absolute;
    transform: translate(19px, 6.8px);
    width: 16px;
    z-index: 1;
}

/*donde animar*/

.animaEsqDe {
    width: 100%;
    animation: cub3 2s infinite linear normal;
}

/*animando cubito*/

@keyframes cub3 {
    0% {
        transform: translate(7px, -4px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(7px, -4px);
    }
}

.imaContop4 {
    position: absolute;
    transform: translate(3px, 16px);
    width: 16px;
}

/*donde animar*/

.animaEsqIzB {
    width: 100%;
    animation: cub4 2s infinite linear normal;
}

/*animando cubito*/

@keyframes cub4 {
    0% {
        transform: translate(-6px, 5px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(-6px, 5px);
    }
}

.imaContop5 {
    position: absolute;
    transform: translate(11.2px, 20.7px);
    width: 16px;
}

/*donde animar*/

.animaEsqCenB {
    width: 100%;
    animation: cub5 2s infinite linear normal;
}

/*animando cubito*/

@keyframes cub5 {
    0% {
        transform: translateY(7px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translateY(7px);
    }
}

.imaContop6 {
    position: absolute;
    transform: translate(19px, 16px);
    width: 16px;
    z-index: -1;
}

/*donde animar*/

.animaEsqDerB {
    width: 100%;
    animation: cub6 2s infinite linear normal;
}

/*animando cubito*/

@keyframes cub6 {
    0% {
        transform: translate(8px, 4px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(8px, 4px);
    }
}

.imaContop7 {
    position: absolute;
    transform: translate(11px, 2.2px);
    width: 16px;
}

/*donde animar*/

.animaCentTo {
    width: 100%;
    animation: cub7 2s infinite linear normal;
}

/*animando cubito*/

@keyframes cub7 {
    0% {
        transform: translateY(-6px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translateY(-6px);
    }
}

/*ABRIENDO NAV*/

.listOpcio {
    position: absolute;
    top: 0%;
    transition: all ease-in-out .5s;
    left: 0%;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: -4;
}

.mostrarNav {
    opacity: 1;
    z-index: 70;
}

.wrapNav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.margenesBo {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contactos {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 2;
}

.artConta {
    display: flex;
    flex-wrap: wrap;
    width: 16em;
}

.cubitos {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cubitos img {
    width: 2em;
}

.infoC {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.infoC p{
    margin: 0;
    font-size: 20px;
    color: #533dd1;
}
.infoC a {
    font-size: 20px;
    color: #533dd1;
}

.listasNav {
    width: 75%;
    height: 100%;
    background: linear-gradient(45deg, #533dd1, #533dd1, #7d68f2);
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.colorList {
    background: linear-gradient(45deg, #533dd1, #533dd1, #7d68f2) !important;
}

.opciones {
    width: 34em;
    height: auto;
    z-index: 3;
    background: transparent;
}

.wrapOption {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cubos {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cubos img {
    width: 5em;
}

.letters {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.letters a {
    font-size: 40px;
    transition: all ease .5s;
}

.letters a:hover {
    transform: scale(1.3);
}

.colorLetter {
    color: #4db6cb !important;
}

.colorLetter1 {
    color: #eac43b !important;
}

.colorLetter2 {
    color: #58ce6a !important;
}

.colorLetter3 {
    color: #d05d5f !important;
}

@media(max-width:1110px) {
    .logoLetra img {
        width: 6em;
    }
    .imgA img {
        width: 6em;
    }
    .opciones {
        width: 27em;
    }
    .cubos img {
        width: 3em;
    }
    .letters a {
        font-size: 34px;
    }
    .brilloAbsolute {
        width: 48em;
    }
}

@media(max-width:991px) {
    .listOpcio {
        position: absolute;
        top: -100%;
        transition: all ease 1s;
        left: 0;
    }
    .mostrarNav {
        top: 0%;
    }
}

@media(max-width:850px) {
    .navegacionDesk {
        opacity: 1;
        z-index: 100;
    }
    .navArt {
        background: white;
        box-shadow: -1px -3px 20px #00000052;
        padding: 10px 15px;
    }
    .navArt a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logoLetra {
        margin-top: 0;
        margin-left: 0;
    }
    .inicio {
        background: transparent;
        box-shadow: -1px -3px 20px rgba(0, 0, 0, 0);
        transition: all ease .5s;
    }
    .tas::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 50%;
        width: 89.2%;
        height: 1px;
        transform: translate(-50%);
        z-index: 2;
        background: white;
    }
    .inictwo {
        background: white;
        box-shadow: -1px -3px 20px #00000052;
    }
    .buttonOp {
        height: 50px;
        width: auto;
        right: 15px;
    }
    .armaCubo {
        position: relative;
    }
    .wrapNav {
        flex-wrap: wrap-reverse;
    }
    .contactos {
        width: 0%;
        height: auto;
        overflow: hidden;
    }
    .wrapOption {
        margin-bottom: 54px;
    }
    .listasNav {
        width: 100%;
        /* height: auto; */
    }
    .navSize {
        width: 75%;
    }
    .opciones {
        width: 15em;
    }
    .letters {
        justify-content: center;
    }
}

@media(max-width:575px) {
    .armaCubo {
        margin-top: 0;
        top: 5px;
    }
    .navArt {
        height: 4.2em;
    }
    .buttonOp {
        width: 42px;
        height: 0;
        transform: translate(0px, -8px);
        right: 0;
    }
    .logoLetra {
        transform: translateY(-2px);
    }
    .imgA {
        top: 15%;
    }
    .cubos img {
        width: 2em;
    }
    .letters a {
        font-size: 27px;
    }
    .logoLetra img {
        width: 6em;
    }
    .infoC {
        align-items: center;
    }
    .infoC a {
        font-size: 15px;
        width: 9em;
    }
    .artConta {
        width: 12em;
    }
}

@media(max-width:400px) {
    .opciones {
        width: 9em;
        transform: translateY(40px);
    }
    .contImaAb {
        width: 2em;
    }
    .contImaAb2 {
        width: 2em;
    }
}