@import url('../css/fuentes.css');
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html {
    overflow: hidden;
}

body {
    overflow-y: hidden !important;
    font-family: 'Bariol';
}
/***********************************COMIENZA LA PAGINA*****************************************/

.top {
    height: 100vh;
    background-color: white;
    overflow: hidden;
    position: relative;
    display: flex;
    left: 0;
    opacity: 1;
    transition: all ease 2s;
    justify-content: center;
    align-items: center;
    pointer-events: inherit !important;
}

.ocultarThis {
    opacity: 0;
}

.openPage {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

.openPage i {
    font-size: 35px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: rgba(78, 38, 232, 0.5);
    animation: manitoapuntando 2s ease infinite;
}

.openPage i::after {
    content: '';
    width: 13.8px;
    height: 12px;
    position: absolute;
    bottom: 4px;
    left: 12px;
    background: white;
}

@keyframes manitoapuntando {
    0% {
        top: 60%;
    }
    50% {
        top: 58%;
    }
    100% {
        top: 60%;
    }
}

.logitonito {
    width: 16em;
}

.difuminado1 {
    width: 24em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3!important;
    transform: translate(25em, 35em);
}

.difuminado2 {
    width: 38em;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    transform: translate(94em, 40em);
    z-index: 3!important;
}

.difuminado3 {
    width: 20em;
    position: absolute;
    top: 0;
    transform: translate(88em, -7em);
    left: 0;
}

.difuminado4 {
    width: 7em;
    position: absolute;
    top: 0;
    transform: translate(24em, 3em);
    z-index: 3!important;
}

.difuminado5 {
    width: 7em;
    position: absolute;
    top: 0;
    transform: translate(70em, 45em);
    z-index: 3!important;
}

.cubo1 {
    top: 0;
    right: 0;
    z-index: 2 !important;
    transform: translate(10em, 10em);
    width: 4em;
}

.cubo2 {
    top: 0;
    right: 0;
    z-index: 2 !important;
    transform: translate(80em, 15em);
    width: 4em;
}

.cubo3 {
    top: 0;
    right: 0;
    z-index: 2 !important;
    transform: translate(106em, 25em);
    width: 4em;
}

.cubo4 {
    width: 4em;
    position: absolute;
    top: 0;
    transform: translate(35em, 40em);
    z-index: 3!important;
}

.cubito1 {
    width: 2em;
    position: absolute;
    top: 0;
    transform: translate(23em, 1em);
    z-index: 3!important;
}

.cubito2 {
    width: 2em;
    position: absolute;
    top: 0;
    transform: translate(60em, 50em);
    z-index: 3!important;
}

.cubito3 {
    width: 2em;
    position: absolute;
    top: 0;
    transform: translate(30em, 32em);
    z-index: 3!important;
}

.cubito4 {
    top: 0;
    right: 0;
    z-index: 2 !important;
    transform: translate(57em, 12em);
    width: 2em;
}

.logoCentral {
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: inherit !important;
    position: relative !important;
    display: inherit !important;
    left: 0px;
    top: 0px;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/*****************************************************************************************************************/

/****efectos**/

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-jsSwiper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f5d431,#f5d431, #fce676);
    background-position: 50% 50%;
    z-index: 0;
}
.particulasNosotros{
    background: linear-gradient(45deg, #06c1e1, #06c1e1, #8decfd)!important;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #06c1e1, #06c1e1, #8decfd);
    background-position: 50% 50%;
    z-index: 0;
}
.particles{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, rgb(245, 212, 49), rgb(245, 212, 49), rgb(252, 230, 118)); */
    background: rgb(245, 212, 49);
    background-position: 50% 50%;
    z-index: 0;
}
/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/*SECCION DE PUBLICIDAD CON SWIPER*/

.swiperPubli {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all ease-in 1s;
    width: 100%;
    height: 100%;
    min-height: 46.85em;
}

/*comenzarPagina*/

.activaPagina {
    opacity: 1;
    z-index: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper1 {
    background: transparent;
}

.anuncio1PosAbso {
    position: absolute;
    top: 32%;
    left: 12%;
    width: 32em;
    height: 26em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.anuncio1PosAbso div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.anuncio1PosAbso p {
    font-size: 70px;
    text-align: left;
    line-height: .8;
    color: white;
    font-family: "Bariol_bold";
}

.anuncio1PosAbso span {
    font-size: 30px;
    line-height: .8;
    color: white;
    text-align: left;
    font-family: 'Bariol';
}

.portfol1 {
    position: relative;
    font-size: 50px;
    color: white !important;
    text-align: center;
    display: flex;
    width: 58%;
    padding-left: 30px;
    z-index: 2;
    transition: all ease 1s;
    font-family: "Bariol_bold";
}

.portfol1 button {
    border-color: transparent;
    background: none !important;
    position: absolute;
    z-index: -1;
    left: -14%;
    bottom: -6%;
    width: 90px;
}

.imageResAbso1 {
    position: absolute;
    right: 14%;
    bottom: 26%;
    width: 38em;
}

/**/

.posicionInFlexSwiper1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**/

/*ANIMACION DE BRILLO*/

.brilloAbsolute {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contImaAb {
    width: 5em;
    opacity: .2;
    animation: animatioLumi 2s infinite normal linear;
}

.contImaAb2 {
    width: 5em;
    opacity: 0;
    animation: animatioLumi2 2s infinite normal linear;
}

@keyframes animatioLumi {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: .2;
    }
}

@keyframes animatioLumi2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 0;
    }
}

/*POSICIONAMIENTO DE LOS BRILLOS*/

.transform1 {
    position: absolute;
    transform: translate(12em, 4em);
}

.transform2 {
    position: absolute;
    transform: translate(38em, 10em);
}

.transform3 {
    position: absolute;
    transform: translate(65em, 6em);
}

.transform4 {
    position: absolute;
    transform: translate(92em, 13em);
}

.transform5 {
    position: absolute;
    transform: translate(19em, 34em);
}

.transform6 {
    position: absolute;
    transform: translate(52em, 39em);
}

.transform7 {
    position: absolute;
    transform: translate(85em, 44em);
}

.transform8 {
    position: absolute;
    transform: translate(5em, 47em);
}

/***************NUMBER 2**************/

.swiper2 {
    background: transparent;
}

.portfol2 {
    position: relative;
    font-size: 50px;
    color: white !important;
    text-align: center;
    display: flex;
    width: 58%;
    padding-left: 30px;
    z-index: 2;
    transition: all ease 1s;
    font-family: "Bariol_bold";
}

.portfol1:hover, .portfol2:hover {
    transform: scale(1.2);
}

.portfol2 button {
    border-color: transparent;
    background: none !important;
    position: absolute;
    z-index: -1;
    left: -8%;
    bottom: -10%;
    width: 90px;
}

.imageResAbso2 {
    position: absolute;
    bottom: 18%;
    right: 17%;
    width: 26em;
}

/*NUMBER 3 */

.swiper3 {
    background: transparent;
}

.anuncio3PosAbso {
    position: absolute;
    top: 32%;
    left: 10%;
    width: 25em;
    height: 21em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.anuncio3PosAbso div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.anuncio3PosAbso p {
    font-size: 70px;
    text-align: left;
    line-height: .8;
    color: white;
    font-family: "Bariol_bold";
}

.anuncio3PosAbso span {
    font-size: 30px;
    line-height: .8;
    color: white;
    text-align: left;
    font-family: 'Bariol';
}

.imageResAbso3 {
    position: absolute;
    bottom: 28%;
    right: 12%;
    width: 34em;
}

/*CONFIGURACIÓN DE LOS ELEMENTOS DEL SWPER COMO NAVEGATION & PAGINATION*/

/*CAMBIO BOTONES*/

.botonesG {
    background-color: white !important;
    outline: none !important;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}

.prev {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.next {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.colorCambio {
    font-size: 33px;
    color: #f5d431;
}

/**/

.swiperPubli .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiperPubli .swiper-pagination {
    z-index: 2;
}

.swiperPubli .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 60px;
}

.swiperPubli .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 55px;
    height: 190px;
    margin-top: -22px;
    display: flex;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}

.swiperPubli .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 0px;
    right: auto;
}

.swiperPubli .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0px;
    left: auto;
}

.swiperPubli .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiperPubli .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.4;
    border: 0px solid white;
    border-radius: 5px;
}

.swiperPubli .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

/********************************************************RESPONSIVE**********************************************************/

@media (max-width:1440px) {
    .logitonito {
        width: 11em;
    }
    .difuminado2 {
        width: 29em;
        transform: translate(61em, 38em);
    }
    .difuminado1 {
        width: 22em;
        transform: translate(21em, 32em);
    }
    .difuminado3 {
        width: 19em;
        transform: translate(57em, -7em);
    }
    .difuminado4 {
        width: 6em;
        transform: translate(21em, 3em);
    }
    .difuminado5 {
        width: 6em;
        transform: translate(59em, 35em);
    }
    .cubo1 {
        transform: translate(12em, 12em);
        width: 3.5em;
    }
    .cubo2 {
        transform: translate(52em, 13em);
        width: 3.5em;
    }
    .cubo3 {
        transform: translate(73em, 25em);
        width: 3.5em;
    }
    .cubo4 {
        width: 3.5em;
        transform: translate(27em, 40em);
    }
    .cubito4 {
        transform: translate(40em, 11em);
        width: 1.8em;
    }
    .cubito3 {
        width: 1.8em;
        transform: translate(24em, 29em);
    }
    .cubito2 {
        width: 1.8em;
        transform: translate(45em, 48em);
    }
    .cubito1 {
        width: 1.8em;
        transform: translate(19em, 5em);
    }
    /*SLIDE1*/
    .imageResAbso1 {
        width: 27em;
    }
    .anuncio1PosAbso {
        width: 24em;
    }
    .anuncio1PosAbso span {
        font-size: 28px;
    }
    .anuncio1PosAbso p {
        font-size: 60px;
    }
    .portfol1 {
        font-size: 40px;
    }
    .portfol1 button {
        z-index: -1;
        left: -6%;
        width: 75px;
        bottom: -17%;
    }
    /*slide 2 y 3*/
    .portfol2 {
        font-size: 40px;
    }
    .portfol2 button {
        left: -6%;
        width: 75px;
        bottom: -17%;
    }
    .imageResAbso2 {
        width: 18em;
    }
    .anuncio3PosAbso {
        width: 20em;
    }
    .imageResAbso3 {
        position: absolute;
        bottom: 30%;
        right: 12%;
        width: 27em;
    }
    .anuncio3PosAbso p {
        font-size: 61px;
    }
    .anuncio3PosAbso span {
        font-size: 28px;
        line-height: .8;
        color: white;
        text-align: left;
        font-family: 'Bariol';
    }
    .swiperPubli .swiper-button-prev, .swiper-button-next {
        width: 45px;
        height: 160px;
    }
    .contImaAb {
        width: 3em;
    }
    .contImaAb2 {
        width: 3em;
    }
    .transform4 {
        transform: translate(34em, 29em);
    }
    .transform5 {
        transform: translate(24em, 7em);
    }
    .transform7 {
        transform: translate(12em, 37em);
    }
}

@media(max-width:1366px) {
    .anuncio1PosAbso {
        height: 16em;
    }
    .imageResAbso1 {
        width: 23em;
        right: 14%;
        bottom: 28%;
    }
    .anuncio3PosAbso {
        height: 16em;
    }
    .imageResAbso2 {
        width: 15em;
        bottom: 21%;
        right: 18%;
    }
    .imageResAbso3 {
        position: absolute;
        bottom: 30%;
        right: 13%;
        width: 24em;
    }
}

@media(max-width:1280px) {
    .imageResAbso1 {
        bottom: 39%;
    }
    .imageResAbso2 {
        bottom: 34%;
    }
    .imageResAbso3 {
        bottom: 37%;
    }
}

@media(max-width:1110px) {
    .difuminado2 {
        width: 28em;
        transform: translate(44em, 30em);
    }
    .difuminado3 {
        width: 19em;
        transform: translate(44em, -7em);
    }
    .difuminado4 {
        width: 6em;
        transform: translate(18em, 1em);
    }
    .difuminado5 {
        width: 6em;
        transform: translate(43em, 29em);
    }
    .cubo1 {
        transform: translate(9em, 12em);
        width: 3.5em;
    }
    .cubito4 {
        transform: translate(30em, 11em);
        width: 1.8em;
    }
    .anuncio1PosAbso {
        height: 12em;
        width: 20em;
    }
    .anuncio1PosAbso p {
        font-size: 40px;
    }
    .anuncio1PosAbso span {
        font-size: 20px;
    }
    .portfol1 button {
        z-index: -1;
        left: -3%;
        width: 50px;
        bottom: 4%;
    }
    .portfol2 button {
        left: -2%;
        width: 50px;
        bottom: 0%;
    }
    .anuncio3PosAbso {
        height: 13em;
        width: 14em;
    }
    .anuncio3PosAbso p {
        font-size: 40px;
    }
    .anuncio3PosAbso span {
        font-size: 20px;
    }
    .imageResAbso2 {
        top: 30%;
        width: 11em;
    }
    .imageResAbso3 {
        bottom: 32%;
        width: 18em;
    }
    .imageResAbso1 {
        bottom: 28%;
        width: 19em;
    }
    .imageResAbso2 {
        top: 28%;
        width: 12em;
    }
}

@media(max-width:991px) {
    .difuminado1 {
        transform: translate(19em, 43em);
    }
    .difuminado2 {
        transform: translate(27em, 44em);
    }
    .difuminado3 {
        transform: translate(29em, -7em);
    }
    .difuminado4 {
        transform: translate(11em, 9em);
    }
    .difuminado5 {
        transform: translate(34em, 22em);
    }
    .cubito1 {
        transform: translate(18em, 7em);
    }
    .cubito2 {
        transform: translate(9em, 32em);
    }
    .cubito3 {
        transform: translate(21em, 19em);
    }
    .cubito4 {
        transform: translate(33em, 14em);
    }
    .cubo1 {
        transform: translate(2em, 6em);
    }
    .cubo2 {
        transform: translate(25em, 13em);
    }
}

@media(max-width:850px) {
    body {
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }
    .top {
        display: none;
    }
    .swiperPubli {
        opacity: 1;
        z-index: 1;
    }    
    .anuncio1PosAbso {
        top: 27%;
        right: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .anuncio1PosAbso p {
        text-align: left;
        line-height: 30px;
    }
    .imageResAbso1 {
        width: 20em;
        top: 69%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }
    .imageResAbso2 {
        width: 18em;
        top: 68%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }
    .anuncio3PosAbso {
        top: 27%;
        right: 0;
        left: 50%;
        height: 17em;
        transform: translate(-50%, -50%);
    }
    .anuncio3PosAbso p {
        text-align: left;
        line-height: 30px;
    }
    .imageResAbso3 {
        width: 28em;
        top: 68%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }
    .anuncio1PosAbso span {
        line-height: 23px;
    }
    .anuncio2PosAbso span {
        line-height: 23px;
    }
    .anuncio3PosAbso span {
        line-height: 23px;
    }
}

@media(max-width:575px) {
    .swiperPubli {
        min-height: 41.79em;
    }
    .difuminado1 {
        transform: translate(11em, 29em);
        width: 13em;
    }
    .difuminado2 {
        transform: translate(12em, 27em);
        width: 20em;
    }
    .difuminado3 {
        transform: translate(15em, -13em);
        width: 13em;
    }
    .difuminado4 {
        transform: translate(8em, 0em);
        width: 5em;
    }
    .difuminado5 {
        transform: translate(18em, 24em);
        width: 5em;
    }
    .cubito1 {
        transform: translate(6em, 14em);
    }
    .cubito2 {
        transform: translate(9em, 32em);
    }
    .cubito3 {
        transform: translate(21em, 19em);
    }
    .cubito4 {
        transform: translate(19em, 10em);
    }
    .cubo1 {
        transform: translate(2em, 11em);
    }
    .cubo2 {
        transform: translate(-2em, -2em);
    }
    .cubo3 {
        transform: translate(0em, 25em);
        width: 2.5em;
    }
    /*BRILLO*/
    .transform1 {
        transform: translate(17em, 10em);
    }
    .transform2 {
        transform: translate(12em, 4em);
    }
    .transform3 {
        transform: translate(1em, 6em);
    }
    .transform4 {
        transform: translate(16em, 32em);
    }
    .transform5 {
        transform: translate(1em, 19em);
    }
    .anuncio3PosAbso {
        width: 18em;
    }
    .anuncio3PosAbso p {
        font-size: 28px;
    }
    .imageResAbso3 {
        width: 20em;
    }
    .swiperPubli .swiper-button-next, .swiperPubli .swiper-button-prev {
        display: none;
    }
    .imageResAbso2 {
        width: 11em;
    }
    .anuncio1PosAbso {
        width: 19em;
    }
    .anuncio1PosAbso p {
        font-size: 46px;
    }
    .imageResAbso1 {
        width: 20em;
    }
    .portfol1 {
        font-size: 32px;
    }
    .portfol1 button {
        left: -8%;
        width: 64px;
        bottom: -17%;
    }
    .portfol2 {
        font-size: 32px;
    }
    .portfol2 button {
        left: -8%;
        width: 64px;
        bottom: -17%;
    }
}

@media(max-width:420px) {
    .swiperPubli {
        min-height: 37.47em;
    }
    .difuminado1 {
        transform: translate(9em, 25em);
        width: 7em;
    }
    .difuminado2 {
        transform: translate(16em, 26em);
        width: 10em;
    }
    .difuminado3 {
        transform: translate(18em, -7em);
        width: 7em;
    }
    .difuminado4 {
        transform: translate(7em, -3em);
        width: 4em;
    }
    .difuminado5 {
        transform: translate(18em, 24em);
        width: 4em;
    }
    .cubito1 {
        transform: translate(6em, 14em);
    }
    .cubito2 {
        transform: translate(9em, 32em);
    }
    .cubito3 {
        transform: translate(21em, 19em);
    }
    .cubito4 {
        transform: translate(19em, 10em);
    }
    .cubo1 {
        transform: translate(2em, 11em);
    }
    .cubo2 {
        transform: translate(-2em, -2em);
    }
    .cubo3 {
        transform: translate(0em, 25em);
        width: 2.5em;
    }
    .anuncio1PosAbso {
        width: 15em;
        height: 11em;
    }
    .anuncio1PosAbso p {
        font-size: 36px;
    }
    .imageResAbso2 {
        width: 9em;
    }
    .anuncio3PosAbso {
        width: 15em;
        height: 11em;
    }
}

@media(max-width:380px) {
    .swiperPubli {
        min-height: 33.8em;
    }
    .anuncio1PosAbso {
        width: 14em;
        top: 35%;
    }
    .anuncio3PosAbso {
        top: 35%;
    }
    .anuncio3PosAbso p {
        font-size: 28px;
    }
    .portfol2 button {
        left: -3%;
        width: 50px;
        bottom: -8%;
    }
    .transform1 {
        transform: translate(10%, 14em);
    }
    .transform2 {
        transform: translate(13em, 17em);
    }
    .transform6 {
        position: absolute;
        transform: translate(12em, 22em);
    }
    .anuncio1PosAbso p {
        font-size: 28px;
    }
    .imageResAbso1 {
        width: 8em;
    }
    .portfol1 {
        font-size: 32px;
    }
    .portfol1 button {
        left: -9%;
        width: 50px;
        bottom: -10%;
    }
    .imageResAbso1 {
        width: 11em;
        top: 76%;
    }
    .imageResAbso2 {
        width: 7.5em;
        top: 69%;
    }
    .imageResAbso3 {
        width: 15em;
        top: 72%;
    }
    .swiperPubli .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 26px;
    }
}

/******************************************RESPONSIVE ESPECIALES**************************************************/

@media(max-width:830px) and (max-height:420px) {
    .cubito1 {
        transform: translate(18em, 7em);
    }
    .cubito2 {
        transform: translate(5em, 17em);
    }
    .cubito3 {
        transform: translate(19em, 22em);
    }
    .cubito4 {
        transform: translate(34em, 7em);
    }
    .cubo1 {
        transform: translate(14em, 2em);
    }
    .cubo2 {
        transform: translate(42em, 10em);
    }
    .cubo3 {
        transform: translate(1em, 5em);
        width: 3.5em;
    }
    .cubo4 {
        width: 3.5em;
        transform: translate(50em, 15em);
    }
    .difuminado1 {
        transform: translate(19em, 18em);
    }
    .difuminado2 {
        transform: translate(36em, 14em);
    }
    .difuminado3 {
        transform: translate(35em, -10em);
    }
    .difuminado4 {
        transform: translate(6em, -1em);
    }
    .difuminado5 {
        transform: translate(22em, 20em);
    }
}

@media(max-width:755px) and (max-height:420px) {
    .cubito1 {
        transform: translate(14em, 5em);
    }
    .cubito2 {
        transform: translate(9em, 18em);
    }
    .cubito3 {
        transform: translate(23em, 22em);
    }
    .cubito4 {
        transform: translate(37em, 9em);
    }
    .cubo1 {
        transform: translate(-1em, 15em);
    }
    .cubo2 {
        transform: translate(25em, 4em);
    }
    .cubo3 {
        transform: translate(40em, 12em);
        width: 3.5em;
    }
    .cubo4 {
        width: 3.5em;
        transform: translate(17em, 18em);
    }
    .difuminado1 {
        transform: translate(19em, 15em);
    }
    .difuminado2 {
        transform: translate(27em, 17em);
    }
    .difuminado3 {
        transform: translate(29em, -7em);
    }
    .difuminado4 {
        transform: translate(5em, 3em);
    }
    .difuminado5 {
        transform: translate(42em, 11em);
    }
}

@media(max-width:640px) and (max-height:400px) {}

@media(max-width:568px) and (max-height:400px) {
    .cubito1 {
        transform: translate(0em, -8em);
    }
    .cubito2 {
        transform: translate(6em, 8em);
    }
    .cubito3 {
        transform: translate(27em, 15em);
    }
    .cubito4 {
        transform: translate(27em, 6em);
    }
    .cubo1 {
        transform: translate(2em, -3em);
    }
    .cubo2 {
        transform: translate(0em, 9em);
    }
    .cubo3 {
        transform: translate(36em, 8em);
        width: 2.5em;
    }
    .cubo4 {
        width: 3.5em;
        transform: translate(35em, -2em);
    }
    .difuminado1 {
        transform: translate(17em, 11em);
        width: 13em;
    }
    .difuminado2 {
        transform: translate(29em, 7em);
        width: 20em;
    }
    .difuminado3 {
        transform: translate(21em, -11em);
        width: 13em;
    }
    .difuminado4 {
        transform: translate(8em, 0em);
        width: 5em;
    }
    .difuminado5 {
        transform: translate(18em, 13em);
        width: 5em;
    }
}