:root{
    --var-primary: #e8651b;
    --var-secondary: #33952e;
    --var-terciary: #071020;
    --var-black: #26342c;
}
body{
    font-family: "Inter", sans-serif !important;
    background-color: #f3f3f3;
    background-image: url('http://localhost/tier1/wp-content/uploads/2025/06/Back-web-scaled.png');
    background-size: cover;
    background-position: center 380px;
    background-repeat: no-repeat;        
}
.container {
    max-width: 1468px !important;
}

.navbar-custom .navbar-collapse.show {
    background: #fff;
    color: black;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 10px;
}
.logo-footer-left{
    max-height: 50px;
    height: 100%; 
}
.contenedor-logos-left{
    display: flex; 
    gap: 10px; 
    align-items: center;    
    justify-content: center;
}

/* .swiper{
    overflow: visible !important;
} */
nav{
    padding-top: 20px !important; 
    padding-bottom: 20px !important;    
}
header{
    z-index: 105;
    position: relative;
}
.title-site h2{
    color: var(--var-primary)  
}
/* Icono de lupa */
.search-icon {
    font-size: 20px;
    cursor: pointer;
    color: #333;
    margin-left: 15px;
    transition: color 0.3s ease-in-out;
}

.search-icon:hover {
    color: #007bff;
}

/* Fondo oscuro cuando se activa la búsqueda */
.search-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.4s ease-in-out;
    z-index: 999;
}

/* Estilos del contenedor de búsqueda */
.search-container {
    text-align: center;
    position: relative;
    width: 100%;
}

.search-container input {
    width: 90%;
    max-width: 500px;
    padding: 10px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.search-container button {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.search-container button:hover {
    background: #0056b3;
}

/* Botón para cerrar el buscador */
.close-search {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.close-search:hover {
    color: #ccc;
}

/* Mostrar la búsqueda cuando se active */
.search-overlay.active {
    top: 0;
}
.navbar li a:hover, #menu-menu-footer .current_page_item{
    color: white;
    text-decoration: none !important;
}
.navbar.scrolled a:hover{
    color: black !important;
    text-decoration: none !important;
}    
/* Estilos iniciales */
.navbar-custom {
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    right: 0;
    left: 0;
}
.navbar-custom a {
    padding: 0 0 5px 0;
    font-size: 20px;
    border-bottom: solid 2px transparent;
}
.navbar-custom a, .navbar-custom .fa-search:before{
    color: white;
}   
/* Estilos cuando el usuario hace scroll */
.navbar-custom.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px var(--var-secondary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    animation: slideDown 0.3s forwards;
    z-index: 1000;
}
.navbar-custom .navbar-collapse a:hover, .navbar-custom .current_page_item a{
    text-decoration: none !important;
    border-bottom: solid 2px var(--var-primary);
}
.navbar-custom.scrolled a, .navbar-custom.scrolled .fa-search:before{
    color: black;
}
.navbar-custom.scrolled .no-scrolled, .navbar-custom .scrolled{
    display: none;
}
.navbar-custom.scrolled .scrolled{
    display: inherit;
}
.menu-principal{
    gap: 20px;
}
.menu-principal a{
    text-decoration: none !important;
}
.menu-principal #menu-item-13.current_page_item a{
    border: none !important
}
.menu-principal #menu-item-13:hover a{
    border-bottom: solid 2px var(--var-primary) !important;
}

/* Animación de bajada */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Estilo del logo */
.navbar-brand img {
    transition: all 0.3s ease-in-out;
    width: 100%; /* Tamaño normal */
    max-width: 200px;
}

.scrolled .navbar-brand img {
    max-width: 150px; /* Tamaño reducido */
}
/* .slider-principal{
    padding: 50px 0;
} */
.slider-principal .swiper {
    width: 100%;
    height: auto;
}
.slider-principal img{
    border-radius: 30px;
}
.bg-cover{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slide-box{
    position: relative;
    margin-bottom: 150px;    
}
.slide-box .pill-2{
    width: 100%;
    max-width: 50%;
    height: 250px;
    border-radius: 150px;
    position: absolute;
    right: 0;
    top: 80px;    
}
.slide-box .pill-1{
    height: 250px;
    border-radius: 150px;
    width: 100%;
    max-width: 70%;
    background: var(--var-primary);
    padding: 30px 60px;
    align-content: center;
    text-align: left;
    color: white;
    font-size: 24px;
    position: relative;
}
.slide-box .pill-1 p{
    width: 100%;
    max-width: 70%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.slider-principal .swiper-pagination-bullet{
    background: #26342c;
    opacity: 1;
    height: 15px;
    width: 15px;    
}
.slider-principal .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e8651b;
    height: 20px;
    width: 20px;
}
.slider-principal .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gradient-ball {
    position: relative;
    overflow: hidden;
}

/* .gradient-ball:before {
    background: linear-gradient(350deg, rgb(148 198 253 / 60%) 12.52%, rgb(160 189 251 / 60%) 59.34%);
    content: "";
    display: flex;
    filter: blur(100px);
    height: 100%;
    left: -30%;
    position: absolute;
    top: 122px;
    transform: rotate(-4.16deg);
    width: 100%;
    will-change: transform;
    z-index: 1;
}     */

.sect2-img{
    width: 115%;
}
.circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-align: center;
    max-width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.title {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
}
.title span{
    font-size: 40px;    
}
.counter, .number{
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
}
.numeros-sect {
    position: absolute;
    bottom: -105px;
    right: 0;
    left: 0;
    z-index: 101;
}
.box-text{
    font-size: 32px;
    color: white;
}
.box-text p{
    max-width: 90%;        
    font-weight: 100;
}
.quienes-somos{
    background-color: #eaeaea;
    padding: 170px 0 200px;   
    position: relative;
}
.banner-sect2{
    position: relative;
    /* background-color: #f3f3f3; */
    margin-bottom: 10%;
}
.banner {
    position: relative; /* Asegúrate de que el banner tenga un contexto de posición */
    background: #000; /* Fondo oscuro o lo que prefieras */
    color: white; /* Color del texto */
    padding: 100px 0 0;
}

.particles-js-canvas-el {
    width: 100% !important;
    height: 60vh !important;
    /* min-height: 800px; */
} 
.logo-footer{
    width: 100%;
    max-width: 250px;
}
/* ---- reset ---- */ 
canvas{ 
    display: block; 
    vertical-align: bottom; } 
/* ---- particles.js container ---- */ 
#particles-js{ 
    position: relative;
    z-index: 50;
    width: 100%; 
    height: 60vh; 
    background-color: var(--var-terciary); 
    /* background-image: url("http://localhost/tier1/wp-content/uploads/2025/03/09-2-scaled.jpg");  */
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 50% 50%; 
    /* background: rgb(75,32,8);
    background: linear-gradient(180deg, rgba(75,32,8,1) 0%, rgba(142,66,23,1) 0%, rgba(232,101,27,1) 37%);   */
} 
/* ---- 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; 
}
.banner-title{
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    height: 500px;
    width: 60%;
    margin: 0 auto;    
}
.banner-title h1{
    font-size: 40px;    
}
/* .banner-title h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: white;
    margin-top: 20px;
} */

/* footer{
    background-color: #071020;
    padding: 50px 0;    
} */
footer span, footer a{
    color: white !important;
    text-decoration: none;
    font-size: 14px;
}
.box-members {
    background-color: white;
    position: relative;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-top: 140px;
}
.img-member {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -38px;
    border-radius: 100%;
    margin-bottom: 25px;
    background: var(--var-primary);
    max-width: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.desc-member h4{
    color: var(--var-primary);
    font-weight: bold;
}
.slide-member{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -200px;    
    z-index: 3;
}
.slide-member .swiper-wrapper{
    padding:50px 0;
}
.nuestros-servicios {
    padding: 100px 0 0;
    color: black;
    /* background-color: #f3f3f3; */
    position: relative;
    z-index: 2;
}
.box-servicio{
    color: white;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front h3{
    margin: 15px 0;
    color: var(--var-primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.flip-card-inner img{
    width: 100%;
    max-width: 100px;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: black;
}

.flip-card-front {
    background: white;
    text-align: center;
    padding: 20px;
}

.flip-card-back {
    background: white;
    color: black;
    transform: rotateY(180deg);
    padding: 30px;
}
.flip-card-back li{
    font-size: 14px;
}
.flip-card-back h4{
    font-size: 14px;
    font-weight: 800;
    color: var(--var-primary)
}
.flip-card-back .logo{
    margin: 15px 0;
    max-width: 50px;
}
.flip-card-back hr{
    width: 100%;
    color: black;
    margin: 10px;
    border-top: 1px solid !important;
    opacity: 1;
}
.contact-form{
    background: #1e2531;
    padding: 100px 0;    
    color: white;
    position: relative;
    z-index: 3;    
}
.contact-form input, .contact-form select{
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: solid 1px white;
    color: white;
}
.contact-form .wpcf7-submit{
    display: inline-block;
    background: var(--var-primary);
    border-radius: 100px;
    width: auto;
    padding: 10px 100px;
    border: solid 1px var(--var-primary);    
}
.contact-form input::placeholder {
    color: white;
}
.contact-form .wpcf7-spinner{
    display: block !important;
    margin: 0 0 0 auto !important;
}

.trama-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: right;
    top: 0;
    left: 0;
}
.trama-2{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;    
}
.trama-1 img {
    width: 100%;
    max-width: 100%;
    filter: opacity(0.3);
    transform: rotatez(180deg);
}
.trama-2 img{
    width: 100%;   
    filter: opacity(0.3); 
}
.banner-principal {
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.img-dest-ce{
    height: 400px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.img-dest-news{
    height: 200px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.title-page-news {
    color: #ffffff;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 25px 50px;

}
.title-page-news p{
    text-align: center;
    /* font-weight: bold; */
    font-size: 23px;  
}
.title-page-news h1{
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
}
/* .list-casos-exito{
    background-color: var(--var-terciary);
} */

.list-casos-exito article {
    padding: 40px;
}

.list-casos-exito article h3 {
    color: currentColor;
    text-align: left;
    /* margin-bottom: 50px; */
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}
.list-casos-exito, .list-noticias{
    padding: 50px 0;
}
/* .list-casos-exito article {
    text-align: left;
    -webkit-box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    -moz-box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    border-radius: 25px;
    background-color: white;
    margin-bottom: 25px !important;
} */
.list-noticias article{
    text-align: center;
    -webkit-box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    -moz-box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    box-shadow: 15px 19px 20px -20px rgba(150, 150, 150, 1);
    border-radius: 10px;
}
.post-list{
    position: relative;
    /* top: -100px;     */
}
article a{
    color: unset;
    text-decoration: none;
}    
article h3{
    color: var(--var-primary);
    /* margin: 10px 0; */
}
article .content-ce{
    padding: 50px;    
}
article .content-ce h4 {
    color: white;
    padding: 5px 40px;
    border-radius: 50px;
    font-weight: bold;
    background-color: var(--var-primary);
    display: inline-block;
    margin-bottom: 20px;
}

.btn-ver-mas{
    background-color: var(--var-secondary);
    color: white;
    text-align: center;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 100px;
    margin-top: 10px;
}
.btn-ver-mas:hover{
    background-color: var(--var-primary);
    color: white;
}    

option{
    color: black !important;
}
img.bandera {
    width: 100%;
    max-width: 25px;
    margin-left: 5px;
}
.uagb-post__inner-wrap article{
    border-radius: 15px;
}
.soluciones{
    padding: 0 0 100px;
}

.text-white {
    color: white;
}
.box-flag .flip-card-front{
    box-shadow: none !important;
}
.box-flag p{
    margin: 0;
}
.soluciones .solucion-desk{
    margin-top: 20px;
    width: 100%;
}
.carrusel-logos h3 {
    position: absolute;
    top: 10px;
    left: 40px;
    color: black;
    z-index: 2;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}
.content-quienes-somos{
    width: 70%;        
    padding: 20px 30px;
    background-color: #0000004f;
    border-radius: 25px;    
}
.content-quienes-somos h2{
    margin-bottom: 25px;    
}    
#isoAccordion .accordion-button{
    font-size: 32px;
}
.mvv-swiper {
    padding: 40px 0 60px 0;
    position: relative;
}
.mvv-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mvv-slide-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 900px;
    gap: 0;
    position: relative;
    margin: 0 auto;
}
.mvv-img-col {
    flex: 0 0 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}
.mvv-img-col .title-mvv {
    width: 100%;
    max-width: 220px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.mvv-text-col {
    background: #fff;
    padding: 30px 30px 30px 70px;
    border-radius: 30px;
    flex: 1 1 0;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
    margin-left: -60px;
    position: relative;
    z-index: 1;
}

.bg-quienes-somos {
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.bg-quienes-somos-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.bg-quienes-somos-content {
    position: relative;
    z-index: 2;
}
.quienes-somos-img {
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 30px;
}

.sect2-img {
    /* Si necesitas estilos específicos para la imagen */
}
.number-primary {
    color: var(--var-primary);
}
.title-primary {
    color: var(--var-primary);
}
.circle {
    /* Puedes agregar estilos generales aquí si es necesario */
}
.flag-tiny {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 7px;
}
.flip-card-front-align-start {
    align-items: flex-start;
}
.flip-card-back-header {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}
.flip-card-back-title {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
.flip-card-back-phone {
    font-size: 18px;
    color: #888;
    width: 100%;
    margin-top: 10px;
}

.swiper.mvv-swiper{
    padding: 0 0 50px;
}    

.show-mobile {
    display: none;
}
.numeros-list{
    border-top: solid 1px white !important;
    padding-top: 20px;    
}
.numeros-list br{
    display: none;
}

/* Slick slider dots personalizados */
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: -40px;
    position: relative;
}



.slick-dots li button {
    width: 100px;
    height: 3px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100px !important;
    height: 3px !important;
}

.slick-dots li button:before {
    content: '' !important;
    display: block;
    width: 100px !important;
    height: 3px !important;
    background: #000;
    border-radius: 2px;
    opacity: 1 !important;
    transition: background 0.3s;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    background: var(--var-primary);
}

.servicios-slick-slider .slick-slide { 
    padding: 0 10px;  
}

.banner-principal-internas{
    border-bottom-left-radius: 100px; 
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 20px; 
}
.navbar-brand{
    padding: 0 !important;
    border: none !important;
}

@media (max-width: 768px) {
    #isoAccordion .accordion-button{
        font-size: 20px !important;
    }
    .footer-menu ul{
        gap: 20px !important;
    }
    .logos-rrss{
        margin-top: 25px;
    }
    .logo-footer{
        max-width: 190px;
    }    
    .contenedor-logos-left{
        margin-bottom: 25px;
    }    
    .contact-form{
        padding: 50px 0px;
    }
    .title-page-news{
        padding: 0;
    }
    .title-page-news p{
        font-size: 18px;
    }    
    .banner-principal-internas{
        height: auto;
        min-height: 300px;
        padding-top: 20%;
        padding-bottom: 20px;
        border-radius: 0;    
    }    
    .search-overlay{
        display: none !important;
    }
    .list-casos-exito article {
        padding: 20px;
        border-radius: 20px !important;
    }    
    .slider-principal-padding{
        padding: 50px 0 0 !important
    }

    .slick-dots li {
        width: 80px !important;
        height: 3px !important;
    }

    .slick-dots li button:before {
        width: 80px !important;
        height: 3px !important;
    }    
    
    .sect2-img{
        width: 100% !important;
    }
    .banner-sect2-bg{
        padding: 20px 20px 0 !important;
    }
    .box-text{
        font-size: 18px !important;
    }
    .box-text p{
        max-width: 100% !important;        
        font-weight: normal !important;
    }
    .box-text h2{
        text-align: center !important;
    }

    .show-mobile {
        display: block;
    }    
    nav{
        padding-top: 10px !important; 
        padding-bottom: 10px !important;    
    }    

    .navbar-brand img{
        max-width: 150px;
    }
    .servicios-bg h2{
        text-align: center;
    }
    .servicios-bg{
        padding: 20px !important;
    }

    .accordion-body{
        padding: 0 0 10px !important;
    }

    #isoAccordion .accordion-button{
        font-size: 20px;
        padding: 20px 0px
    }    

    .navbar-custom a{
        font-size: 18px;
    }

    .banner-title{
        width: 100% !important;
        height: 400px !important;
    }

    .banner-title h1 {
        font-size: 30px;
    }
    .footer-menu ul{
        display: block !important;
    }

    .content-quienes-somos{
        width: 100%;        
    }        
    .mvv-slide-content {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;

    }
    .mvv-img-col {
        margin-bottom: 10px;
    }
    .mvv-text-col {
        width: 100%;
        border-radius: 20px;
        margin-left: 0;
        padding: 20px;
    }
    .mvv-img-col {
        flex: 0 0 140px;
    }
    .mvv-img-col .title-mvv {
        max-width: 140px;
    }
    .swiper-pagination-bullet {
        width: 60px;
    }
    .servicios-bg {
        padding: 30px 10px 50px;
    }
    .quienes-somos-img {
        height: 200px;
    }
}

@media screen and (min-width: 1024px) {
    /* .gradient-ball:before {
        animation: gradient-animation 80s ease-in-out .2s infinite;
        background: linear-gradient(350deg, rgb(148 198 253 / 60%) 12.52%, rgb(160 189 251 / 60%) 59.34%);
        border-radius: 50%;
        filter: blur(100px);
        height: 987px;
        left: 0;
        max-width: 1986px;
        opacity: 1;
        top: 0;
        transform: rotate(0deg) scale(1) translateZ(0) translateY(-35%) translateX(-10%) skew(0deg);
        width: 1200px;
    } */
    
}

@keyframes gradient-animation {
    0%, to {
        transform: rotate(0deg) scale(1) translateZ(0) translateY(-35%) translateX(-10%);
    }

    18.66% {
        transform: rotate(-5deg) translateZ(0) translateY(5%) translateX(140%) scale(1.1) skew(10deg);
    }

    33.32% {
        transform: rotate(5deg) translateZ(0) translateY(10%) translateX(-20%) scale(1) skew(-10deg);
    }

    49.98% {
        transform: rotate(5deg) translateZ(0) translateY(-60%) translateX(40%) scale(1) skew(15deg);
    }

    66.64% {
        transform: rotate(-5deg) translateZ(0) translateY(20%) translateX(125%) scale(1);
    }

    83.30% {
        transform: rotate(0) translateZ(0) translateY(10%) translateX(-50%) scale(1.3);
    }
}