:root {
    --rojo: #C52B2C;
    --amarillo: #F0B65D;
}

* {
    margin: 0;
    padding: 0;
    transition: all 0.25s linear;
}

html {
    background: #E5E5E5;
    scroll-behavior: ;
    scroll-behavior: smooth;
    scroll-margin-top: 200px;
}

body {
    margin: auto !important;
    background: linear-gradient(180deg, #F9F9F9 0%, #D9D9D9 100%);
}

nav {
    margin: 0;
    padding: 0;
}

p {
    font-family: Be Vietnam Pro;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bebas Neue;
    text-align: center;
    font-weight: 300;
}

h1 {
    margin: 12px 0;
}

a,
a:visited {
    color: black;
    text-decoration: none;
    font-family: Be Vietnam Pro;
}

a:hover {
    color: var(--amarillo);
}

button {
    cursor: pointer;
    font-family: Be Vietnam Pro;
    font-weight: 800;
}


/*HEADER*/

header#escritorio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 75px 0 75px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.125);
    z-index: 10;
}

header#escritorio #menu-principal {
    width: 33.33%;
    display: inline-block;
}

header#escritorio #menu-principal ul {
    display: flex;
    font-family: Be Vietnam Pro;
    font-weight: 500;
}

header#escritorio #menu-principal ul li a {
    margin: 0 6px;
    transition: all .125s linear;
    border-radius: 4px;
    padding: 6px 12px;
}

header#escritorio #menu-principal ul li a:hover {
    background: #e9e9e961;
    border-left: solid 4px var(--amarillo);
    padding: 4px 18px;
    transition: all .125s linear;
}

header#escritorio #logo {
    display: inline-flex;
    justify-content: center;
    width: 33.33%;
    padding: 12.5px;
}

header#escritorio #logo img {
    height: 60px;
}

header#escritorio #logo #letras {
    margin-left: 10px;
}

#menu-redes {
    width: 33.33%;
    display: inline-block;
}

#menu-redes ul {
    display: flex;
    justify-content: right;
}

#menu-redes ul li a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: black;
    border-radius: 100px;
    margin: 0 6px;
    transition: all 0.125s linear;
}

#menu-redes ul li a:hover {
    background: var(--amarillo);
    transition: all 0.125s linear;
}

#menu-redes ul li a svg {
    color: white;
    width: 16px;
    height: 16px;
}


/*FIN HEADER*/


/*CARDS PROYECTOS*/

.card-proyectos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease-out;
    cursor: pointer;
    width: 250px;
    height: 250px;
    border-radius: 4px;
    transition: all .5s ease-out;
}

.card-proyectos:hover {
    transition: all .5s ease-out;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

#proyectos {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#proyectos .enlace {
    display: inline-block;
    margin: 15px 0;
}


/*Slide clientes*/

#clientes {
    background: white;
    padding: 25px 0;
    margin-bottom: 150px;
}

#clientes .swiper-wrapper {
    transition-timing-function: linear !important;
}

#clientes .swiper-wrapper img {
    filter: saturate(0%);
    transition: all 0.5s linear;
    transform: scale(1.25);
}

#clientes .swiper-wrapper img:hover {
    filter: saturate(100%);
    transition: all 0.5s linear;
}


/*Slide Banner*/

#home-banner #banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.banner-img-escritorio {
    display: block;
}

.banner-img-movil {
    display: none;
}

#contenedor-proyectos {
    margin-bottom: 75px;
    text-align: center;
}

button.btn-borde-redondeado {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    color: black;
    border: 2px solid black;
    background: transparent;
    text-align: center;
    border-radius: 100px;
    padding: 12px 24px;
    margin: 24px;
    cursor: pointer;
}

button.btn-borde-redondeado #loader {
    display: none;
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
}

button.btn-borde-redondeado:hover #loader {
    display: inline-block;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}


/*Footer*/

footer {
    display: block !important;
    background-image: url(https://cuest.mx/wp-content/themes/cuest/Recursos/footer-bg.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Be Vietnam Pro;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 0 0 0;
}

footer #contenedor {
    display: flex;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
    color: white;
}

footer #contenedor #info {
    display: inline-block;
    width: 35%;
    color: white;
    text-align: left;
}

footer #contenedor #info h3 {
    color: white;
    text-align: left;
    font-size: 24px;
}

footer #contenedor #info a {
    color: white;
    display: inline-flex;
    justify-content: left;
    font-size: 14px;
    margin: 12px 0;
}

footer #contenedor #info a i {
    height: 12px;
}

footer #contenedor #info a span {
    margin-left: 12px;
    width: 75%;
}

footer #contenedor .borderline {
    border-bottom: 2px solid white;
    margin-bottom: 32px;
}

footer #contenedor .borderline #lista-redes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: black;
    margin-right: 12px;
    height: 42px;
    width: 42px;
    font-size: 12px !important;
    border-radius: 100px;
}

footer #contenedor form {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white;
    border-radius: 12px;
    display: inline-block;
    padding: 60px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.125);
    backdrop-filter: blur(48px);
    margin-bottom: -60px;
}

footer #contenedor form h1 {
    color: black;
    font-size: 32px;
}

footer #contenedor form input,
footer #contenedor form textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-radius: 6px;
    border: 1.5px solid black;
    padding: 12px;
    margin-bottom: 12px;
    background: transparent;
}

footer #contenedor form button {
    background: black;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    border-radius: 100px;
    padding: 16px;
    margin-top: 12px;
}

footer #links {
    display: block;
    background: white;
    padding: 42px;
}

footer #links div {
    max-width: 1100px;
    margin: auto;
    font-weight: 400;
    font-size: 12px;
}

footer #links div a {
    margin-left: 30%;
    font-weight: 600 !important;
    font-size: 12px;
}

#mensaje-enviado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    z-index: 11;
}

#mensaje-enviado p {
    width: 35%;
}

#mensaje-enviado #vistazo {
    background: black;
    color: white;
    border-radius: 100px;
    padding: 12px 32px;
}

#mensaje-enviado #close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    visibility: visible;
    opacity: 100;
    transition: all 0.5s linear;
}

.ocultar {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}


/*Contacto*/


/* Animacion underline enlaces*/

.a-underline {
    display: inline-block;
    position: relative;
}

.a-underline:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.5px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}

.a-underline:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2.5px;
    width: 0;
    background: var(--amarillo);
    transition: width .5s ease;
}

.a-underline:hover:before {
    width: 100%;
    background: var(--amarillo);
    transition: width .5s ease;
}

.a-underline:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}


/*Plantilla Proyectos*/

#plantilla-proyecto {
    padding-top: 150px;
}

#plantilla-proyecto img {
    width: 100%;
}

#plantilla-proyecto section {
    text-align: center;
}


/*Grid*/

#plantilla-proyecto #grid {
    max-width: 1366px;
    margin: auto;
    padding: 0 100px;
}

#plantilla-proyecto #grid #uno {
    display: flex;
}

#plantilla-proyecto #grid #dos {
    display: flex;
}

#plantilla-proyecto #grid #dos .cols {
    display: inline-flex;
    width: 50%;
    flex-direction: column;
}

#plantilla-proyecto #grid #dos .cols .rows {
    display: flex;
}

#plantilla-proyecto #grid #tres {
    display: flex;
}

#plantilla-proyecto #enlaces {
    display: flex;
    justify-content: center;
}

#plantilla-proyecto #enlaces li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.125);
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin: 8px;
}

#plantilla-proyecto #enlaces li a {
    margin: 0;
    line-height: 0;
}

#plantilla-proyecto #enlaces li a svg {
    height: 18px;
}

#plantilla-proyecto .texto {
    max-width: 40%;
    margin: 24px auto;
}


/*Margen a banner*/

#home-banner {
    margin-top: 80px;
}


/*Ocultar menu de ha,burguesa*/

header#escritorio {
    display: flex;
}

header#movil {
    display: none;
}

#slider-proyectos {
    margin: 48px 0;
}


/*boton sticky de compartir en plantilla de proyecto*/

#share-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 18px;
    right: 18px;
    background: black;
    color: white;
    border-radius: 100px;
    width: fit-content;
    min-width: 42px;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    z-index: 15;
}

#share-button svg {
    height: 18px;
}

#share-button:hover {
    padding-left: 18px;
}

#share-button span {
    display: none;
    padding-right: 24px;
    padding-left: 4px;
}

#share-button:hover span {
    display: block;
}

#slider-proyectos .swiper-slide {
    width: fit-content !important;
}


/*Slide Servicios*/

#servicios {
    width: 50vw;
    max-width: 500px;
    height: min-content;
    margin-bottom: 10%;
    display: flex;
    align-items: flex-end !important;
    align-content: flex-end !important;
    justify-content: center;
    text-align: center;
}

#servicios .swiper-slide {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#servicios .swiper-slide .contenedor-imagen {
    display: block;
    width: 100%;
    margin-bottom: -20%;
    z-index: 10;
    text-align: center;
    justify-content: center;
}

#servicios .swiper-slide .contenedor-imagen img {
    max-width: max-content;
    max-height: 275px;
}

#servicios .swiper-slide .info {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 48px 24px 24px 24px;
    min-height: 250px;
    justify-content: center;
}

#servicios .swiper-slide h1 {
    text-align: left;
}

#servicios .swiper-slide p {
    text-align: left;
}

#servicios .swiper-slide .btns {
    display: block;
    width: 100%;
    text-align: left;
}

#servicios .swiper-slide .btns .saber-mas {
    padding: 8px 24px;
    display: inline-flex;
    background-color: black;
    color: white;
    border-radius: 12px;
    font-weight: 600;
}

#servicios .swiper-slide .btns .vistazo {
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}


/*Slide Branding*/

#servicios .swiper-slide#branding .info {
    background: #1F2B51;
}


/*Slide Marketing*/

#servicios .swiper-slide#marketing .info {
    background: #99CC00;
}


/*Slide Web*/

#servicios .swiper-slide#web .info {
    background: #87313D;
}


/*Slide Diseño*/

#servicios .swiper-slide#diseno .info {
    background: #833BB8;
}


/*Slide Fotografia y video*/

#servicios .swiper-slide#fotografia .info {
    background: #04B1B5;
}


/*Flechas servicios*/

.navegaciones {
    position: absolute;
    padding: 12px;
    background: rgba(171, 171, 171, 0.25);
    position: absolute;
    border-radius: 100px;
    z-index: 1000;
    margin-top: -30%;
    cursor: pointer;
    border: 2px solid transparent
}

.navegaciones:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.125);
    background: transparent;
    border-color: rgba(171, 171, 171, 0.25);
    transition: all .15s linear;
}

#anterior-servicio {
    left: 25%;
}

#anterior-servicio:hover {
    left: 24%;
}

#siguiente-servicio {
    right: 25%;
}

#siguiente-servicio:hover {
    right: 24%;
}


/*Vacantes*/

#vacante {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    border-radius: 12px;
    border: solid 3px black;
    padding: 48px;
    background: white;
    margin: 10% auto;
}

#vacante #text {
    max-width: 60%;
}

#vacante #text h1 {
    text-align: left;
}

#vacante #text p {
    margin: 0;
}

#vacante a {
    background: black;
    border-radius: 100px;
    font-weight: 400;
    color: white;
    font-size: 16px;
    padding: 8px 32px;
}

@media (max-width: 600px) {
    body {
        max-width: 100vw;
        width: 100vw;
    }
    header#escritorio {
        display: none;
    }
    header#movil {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        max-width: 100vw;
        display: block;
        padding: 5px 25px 0 25px;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        background: rgba(255, 255, 255, 0.75);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.125);
        z-index: 10;
    }
    header#movil #contenedor-header {
        display: flex;
        align-items: center;
        align-content: center;
    }
    header#movil #contenedor-header #wa-borde {
        display: inline-block;
        width: 33.33%;
    }
    header#movil #contenedor-header #logo {
        display: inline-block;
        width: 33%;
        text-align: center;
    }
    header#movil #contenedor-header #logo img {
        width: 50px;
    }
    header#movil #contenedor-menu {
        display: none;
        z-index: 10;
    }
    header#movil #contenedor-menu #menu-principal {
        margin-top: 24px;
        display: block;
        text-align: center;
    }
    header#movil #contenedor-menu #menu-principal ul li {
        display: block;
        padding: 18px;
    }
    header#movil #contenedor-menu #menu-principal ul li a {
        font-weight: 600;
        padding: 18px;
        font-size: 18px;
    }
    header#movil #contenedor-menu #menu-redes {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 100%;
    }
    header#movil #contenedor-menu #menu-redes ul {
        justify-content: center;
    }
    /*Hamburguer menu*/
    .menu-wrapper {
        display: inline-block;
        width: 33.33%;
        height: 32px;
        cursor: pointer;
    }
    .hamburger-menu,
    .hamburger-menu:after,
    .hamburger-menu:before {
        width: 24px;
        height: 2.5px;
    }
    .hamburger-menu {
        position: absolute;
        transform: translateY(25px);
        background: black;
        transition: all 0ms 300ms;
        right: 25px;
        top: 6px;
        width: 24px;
    }
    .hamburger-menu.animate {
        background: rgba(255, 255, 255, 0);
    }
    .hamburger-menu:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 8px;
        background: black;
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu:after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background: black;
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #overlay {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(0, 0, 0, 0.75);
        position: fixed;
        width: 100vw;
        height: 100vh;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    #plantilla-proyecto {
        padding: 0;
        padding-top: 20% !important;
    }
    /*Proyectos*/
    .card-proyectos {
        width: 42.5vw;
        height: 42.5vw;
    }
    #proyectos {
        padding: 0 5vw;
    }
    #plantilla-proyecto #grid {
        padding: 0 5vw;
    }
    #plantilla-proyecto .texto {
        max-width: 100%;
        padding: 0 5vw;
    }
    #slider-proyectos .card-proyectos {
        width: 45vw;
        height: 45vw;
    }
    #share-button {
        bottom: 5vw;
        right: 5vw;
    }
    #home-banner {
        margin-top: 57.5px;
    }
    .banner-img-escritorio {
        display: none;
    }
    .banner-img-movil {
        display: block;
    }
    /*Vacante*/
    #vacante {
        display: flex;
        flex-direction: column;
        padding: 24px 24px 0 24px;
        margin: 25px;
        align-items: center;
        text-align: center;
    }
    #vacante #text {
        max-width: 100%;
    }
    #vacante #text h1 {
        text-align: center;
    }
    #vacante a {
        background: black;
        width: 100%;
        padding: 16px;
        margin-bottom: -24px;
    }
    /*Servicios*/
    #servicios {
        width: 100%;
        padding: 25px;
        align-items: center;
        align-content: center;
    }
    #servicios .swiper-slide .btns {
        display: contents;
    }
    #servicios .swiper-slide .btns a {
        justify-content: center;
    }
    .navegaciones {
        display: none;
    }
    /*Footer*/
    footer {
        margin-top: 144px;
    }
    footer #contenedor {
        padding: 25px;
        flex-direction: column-reverse;
    }
    footer #contenedor form {
        display: block;
        width: 100%;
        margin: 0;
        padding: 32px;
        margin-bottom: 48px;
        margin-top: -172px;
    }
    footer #contenedor #info {
        width: 100%;
    }
    footer #links {
        padding: 32px 25px;
    }
    footer #links div {
        display: flex;
        justify-content: space-between;
    }
    footer #links div a {
        margin: 0;
    }
    #servicios .swiper-slide .contenedor-imagen {
        margin-bottom: -30%;
    }
    #servicios .swiper-slide .contenedor-imagen img {
        height: 200px;
        max-width: 100%;
    }
    #mensaje-enviado {
        padding: 25px;
    }
    #mensaje-enviado p {
        width: 80%;
    }
    main#aviso {
        padding: 25px !important;
        padding-top: 15vh !important;
    }
}

.mask-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(180.01deg, white 0.01%, rgba(255, 255, 255, 0) 103.52%);
    transform: rotate(-90deg);
    z-index: 100;
}

.mask-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(180.01deg, white 0.01%, rgba(255, 255, 255, 0) 103.52%);
    transform: rotate(90deg);
    z-index: 100;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 1000;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}


/*Smush loading*/

.loading {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f6f7f8;
    background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(.2, #edeef1), color-stop(.4, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    border-radius: 2px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

main#aviso {
    padding: 15vh 0;
    max-width: 1100px;
    margin: auto;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    z-index: 11;
}

.preloader {
    position: absolute;
    width: 10%;
    height: 0%;
    padding-bottom: 10%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    animation: animatePreloader 1s infinite linear;
    transform-origin: 50% 100%;
}

.preloader div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    border: 3px solid #333;
    border-radius: 50%;
    box-sizing: border-box;
}

.preloader div:nth-child(2) {
    width: 60%;
    height: 60%;
    top: 20%;
    animation: animatePreloader 0.5s infinite linear;
}

@keyframes animatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
    }
}