html {
    font-size: 62.5%;
    height: 100%;
}

body {
    overscroll-behavior: none;
    font-size: 1.8rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.24;
    background: rgb(0, 8, 56);
    background: linear-gradient(10deg, rgb(0, 15, 102) 0%, rgba(0, 0, 9, 1) 38%, rgba(0, 0, 9, 1) 62%, rgb(0, 15, 102) 100%);
    background-attachment: fixed;
    color: white;
}


/**GLOBAL**/

.clrBox {
    text-align: center;
}

.clrBox h1 {
    margin: 2.5rem 0 1.8rem 0;
    padding: 1rem 0;
    background: rgb(0, 0, 103);
    background: linear-gradient(-1.5deg, rgb(0, 15, 102) 0%, rgba(0, 0, 9, 1) 38%, rgba(0, 0, 9, 1) 62%, rgb(0, 15, 102) 100%);
}

.clrBox i {
    font-size: 3rem;
    color: rgb(123, 123, 129);
    padding: 0 4rem 1.4rem 4rem;
    border-bottom: .8rem dotted rgb(0, 0, 103);
}

.clrBox p {
    margin: 1rem 0;
    padding: 0 1.5rem;
    text-align: justify;
}

.clrBox div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 4rem;
    margin: 0 0 1.8rem 0;
}

.paralax {
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: center;
}

@media (min-width: 1100px) {
    .paralax {
        background-attachment: fixed;
    }
}

.swal2-popup.swal2-modal {
    min-width: 45rem;
}

.swal2-popup.swal2-modal .swal2-icon-show {
    margin-top: 3rem !important;
}

.swal2-popup.swal2-modal .swal2-title {
    font-size: 2.7rem;
}

.swal2-toast {
    display: flex !important;
    align-items: center;
}

.swal2-popup.swal2-toast .swal2-title {
    color: white;
    margin: 0 1rem !important;
    font-size: 1.5rem !important;
}

.swal2-container {
    height: unset !important;
}

.swal2-popup .swal2-title {
    color: white;
}

.swal2-popup .swal2-html-container {
    font-size: 1.6rem;
    color: rgb(189, 189, 189);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    width: max-content;
    max-width: 65rem;
    max-height: 30rem;
    overflow: auto;
}

.swal2-html-container {
    font-size: 1.5rem;
}

.swal2-toast .swal2-actions {
    width: unset !important;
}

.swal2-popup .swal2-actions [type="button"] {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 1rem;
    margin: 1rem auto 3rem auto;
    border: .1rem solid white;
    padding: .5rem 3rem;
    color: rgb(255, 255, 255);
    background-size: 200% auto;
    background-position: left center;
    transition: all .5s ease;
}

.swal2-popup .swal2-actions .swal2-confirm {
    background-image: linear-gradient(to right, rgb(0, 179, 0) 0%, rgb(0, 0, 0) 51%, rgb(0, 179, 0) 100%);
    outline: none;
}

.swal2-popup .swal2-actions .swal2-cancel {
    background-image: linear-gradient(to right, rgb(128, 0, 0) 0%, rgb(0, 0, 0) 51%, rgb(128, 0, 0) 100%);
    outline: none;
}

.swal2-popup .swal2-actions .swal2-confirm:hover,
.swal2-popup .swal2-actions .swal2-cancel:hover {
    cursor: pointer;
    background-position: right center;
}


/**Utilities**/

.botton {
    padding: .8rem 2rem;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    background-color: darkblue;
    border-radius: 2rem;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.botton:hover {
    background-color: rgba(0, 0, 133, 0.562);
    color: rgb(180, 180, 180);
}


/**NAVEGATION**/

.navigation {
    padding: 1rem 0 0 0;
    position: sticky;
    top: -11.2rem;
    z-index: 1;
}

@media (min-width: 992px) {
    .navigation {
        display: flex;
        align-items: center;
        padding: 2rem 0 0 0;
        position: unset;
    }
}

.nav-logo {
    text-align: center;
}

@media (min-width: 992px) {
    .nav-logo {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        background-image: radial-gradient( circle farthest-corner at 100.4% 50.7%, rgb(0, 0, 133) 50%, transparent 100.2%);
    }
}

.nav-logo img {
    margin: 0 0 .5rem 0;
    width: 25rem;
}

@media (min-width: 992px) {
    .nav-logo img {
        margin: 2rem 2rem;
        width: 28rem;
    }
}

.nav-bar {
    text-align: end;
    padding: 1.5rem 2rem;
    background-color: rgb(0, 0, 133);
}

@media (min-width: 992px) {
    .nav-bar {
        display: flex;
        min-height: 7rem;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        text-align: start;
        padding: 0 5rem;
        background-color: transparent;
        background-image: radial-gradient( circle farthest-corner at 35.4% 21.7%, rgb(0, 0, 133) 65%, transparent 100.2%);
    }
}

.nav-bar a {
    display: inline-block;
    margin: .3rem .6rem;
    padding: .2rem .2rem;
    text-decoration: none;
    color: rgb(202, 202, 202);
    font-weight: 700;
    text-transform: uppercase;
}

.nav-active {
    border-bottom: .4rem double rgb(255, 255, 255);
    border-top: .4rem double rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

@media (min-width: 992px) {
    .nav-bar a {
        margin: 0rem .3rem 0rem 0;
        padding: .5rem 1rem;
        border-radius: 0;
        color: rgb(136, 136, 136);
        background-color: transparent;
        border-bottom: .2rem double transparent;
        border-top: .2rem double transparent;
        transition: color .5s, border-bottom .5s ease-in-out, border-top .5s ease-in-out;
    }
    .nav-active {
        border-bottom: .4rem double rgb(255, 255, 255) !important;
        border-top: .4rem double rgb(255, 255, 255) !important;
    }
}

@media (min-width: 992px) {
    .nav-bar a:hover {
        border-bottom: .4rem double rgb(255, 255, 255);
        border-top: .4rem double rgb(255, 255, 255);
        color: rgba(255, 255, 255, 0.829);
    }
}

.nav-left a,
.nav-right a {
    text-align: end;
    width: 100%;
    margin: 1rem 0 0 auto;
}

@media (min-width:992px) {
    .nav-left a,
    .nav-right a {
        display: inline-block;
        width: unset;
        margin: .3rem 0;
    }
}

.nav-bar i {
    color: rgb(155, 155, 155);
    text-shadow: 0 0 5px;
}

.nav-bar i:hover {
    cursor: pointer;
}

@media (min-width:992px) {
    .nav-bar i {
        display: none;
    }
}


/**HEADER**/

.home-header {
    margin: 3rem 0 5rem 0;
}

.side-img-text {
    text-align: justify;
    margin: 1rem 1.5rem;
}

@media (min-width: 992px) {
    .side-by-side {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0;
    }
    .side-img-text {
        background-color: rgba(110, 110, 110, 0.269);
        border-radius: 1rem;
        margin: 0 3rem;
        padding: 2rem 2.5rem 2rem 2.5rem;
        box-shadow: 0px 0px 30px 2px rgba(255, 255, 255, 0.445);
        border-top: .5rem ridge darkblue;
        border-bottom: .5rem groove darkblue;
    }
}

.side-img-text h2 {
    text-align: center;
    margin: 0;
}

@media (min-width: 992px) {
    .side-img-text p {
        margin: 1rem 0 0 0;
    }
}

.home-header img,
.header-video video {
    width: 100%;
    box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.829);
}

@media (min-width: 992px) {
    .home-header img {
        box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.829);
        max-width: calc(50% - 4rem);
    }
}


/**Banner**/

.header-video {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .header-video {
        position: relative;
        margin-top: 0rem;
    }
}

.header-video h2 {
    margin: 0;
    background-color: rgba(0, 0, 139, 0.726);
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 992px) {
    .header-video h2 {
        position: absolute;
        top: 25%;
        left: 0rem;
        right: 0rem;
        padding: 1.5rem;
        font-size: 1.7vw;
    }
}

@media (min-width: 992px) {
    .header-video video {
        width: calc(50vw - 4rem);
    }
}


/**Consulting**/

.servicios {
    text-align: center;
    border-bottom: 3rem solid rgba(255, 255, 255, 0.5);
    margin-bottom: 4rem;
}

.servicios h2 {
    margin: 0;
    padding: 1rem;
    text-transform: uppercase;
    color: rgb(0, 0, 133);
    background-color: rgba(255, 255, 255, 0.5);
}

.servicios ul {
    background-image: url(../img/fondo.jpeg);
    background-position: center;
    background-size: cover;
    padding: 1rem 0 1rem 0;
    margin: 1rem 0;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
}

.servicio a {
    display: block;
    padding: 1rem 0;
    margin: .7rem 0;
    text-decoration: none;
    color: rgb(105, 105, 105);
    background-image: linear-gradient(to right, #111111bb 0%, #000000 51%, #111111bb 100%);
    background-size: 200% auto;
    background-position: left center;
    transition: all .5s ease;
}

.servicio a:hover {
    color: rgb(255, 255, 255);
    background-position: right center;
}


/**DBASystem**/

.dba {
    border: .5rem ridge darkblue;
    margin: 5rem 1rem 4rem 1rem;
}

@media (min-width: 992px) {
    .dba {
        border: none;
        margin: 0;
    }
}

.dba h2 {
    text-align: center;
    margin: 2rem 0 0 0;
}

@media (min-width: 992px) {
    .dba h2 {
        font-weight: 400;
        margin: 0 0 1rem 0;
    }
}

.dba-system {
    display: inline-block;
    text-align: center;
    margin: 3rem 1rem;
}

@media (min-width: 992px) {
    .dba-system {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0 0 3rem 0;
        border-top: 2rem double white;
        border-bottom: 2rem double white;
        padding: 1.7rem 0;
    }
}

.med,
.sag {
    margin: 7rem 0 0 0;
}

@media (min-width: 992px) {
    .bms,
    .med,
    .sag {
        margin: 0;
        padding: 2rem;
    }
    .med,
    .sag {
        border-left: .25rem ridge darkblue;
    }
}

.dba-system img {
    width: 55%;
}

@media (min-width: 992px) {
    .dba-system img {
        width: 80%;
    }
}

.dba-system p {
    margin: 1.2rem 0 2rem 0;
    text-align: justify;
}


/**Fotter**/

footer {
    display: none;
}

@media (min-width: 992px) {
    footer {
        display: unset;
        font-size: 1.4rem;
    }
}

footer .nav-bar {
    padding-top: 0rem;
    background-color: rgb(0, 0, 133);
}


/**INNER PAGES**/


/*La Firma*/

.firm main {
    text-align: center;
    margin: 2.5rem 0;
}

.firm h1 {
    margin: 0;
    padding: .5rem 10rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: linear-gradient(90deg, transparent 0%, rgb(0, 0, 103) 50%, transparent 100%);
}

.firm h3 {
    margin: 2.8rem 0 0 0;
    padding: 1rem 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: linear-gradient(90deg, transparent 0%, rgb(0, 0, 103) 50%, transparent 100%);
    text-transform: uppercase;
}

.firm main p {
    background: linear-gradient(90deg, transparent 0%, rgba(75, 75, 75, 0.699) 50%, transparent 100%);
    text-align: justify;
    margin: .7rem auto 0 auto;
    padding: 1.8rem;
    max-width: 120rem;
}

.firm main div {
    background: linear-gradient(90deg, transparent 0%, rgba(75, 75, 75, 0.699) 50%, transparent 100%);
    margin: 0 auto;
    max-width: 120rem;
}

.firm main div p {
    background: none;
}

.firm ul {
    text-align: left;
    list-style: inside;
    margin: 0;
    padding: 0 1.5rem 1rem 10vw;
}


/*Services*/

.services section {
    border-top: 1rem double white;
    border-bottom: 1rem double white;
    margin: 3rem 0 6rem 0;
    padding: 0 0 1.8rem 0;
    background: linear-gradient(0deg, black 0%, rgb(0, 0, 65) 35%, black 80%);
    position: relative;
}

.services section:last-of-type {
    margin: 3rem 0;
}

.services section:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 15rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -4.3rem;
    border-bottom: 1rem rgb(0, 0, 150) dotted;
}

.servicio1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Hombre\ con\ pizarron.jpg);
    background-position: 0% 30%;
}

.servicio2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Mano\ procesos.jpg);
    background-position: 0% 47%;
}

.servicio3 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Proceso\ vector.jpg);
    background-position: 0% 22%;
}

.servicio4 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Servidores.jpg);
}

.servicio5 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Libros\ balanza\ mazo\ ley.jpg);
    background-position: 10% 70%;
    background-size: 120%;
}

.servicio6 div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    background-image: url(../img/Lupa\ examen\ graficas.jpg);
    background-position: 0% 75%;
}

@media (min-width: 1100px) {
    .servicio1 div {
        background-position: 0% 35%;
    }
    .servicio2 div {
        background-position: 0% 100%;
    }
    .servicio3 div {
        background-position: top;
    }
}

.services section h3 {
    text-transform: uppercase;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 103, 0.8);
}

.services section p {
    text-align: justify;
    margin: 0 auto;
    padding: 0 1.5rem .5rem 1.5rem;
    max-width: 120rem;
}

.services section h4 {
    text-transform: uppercase;
    padding: 0 1.5rem;
    margin: 2rem auto .5rem auto;
    max-width: 120rem;
}


/*Products*/

.products h1 {
    text-align: center;
    margin: 3rem 0 1.8rem 0;
}

.products p {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 120rem;
    text-align: justify;
}

.products ul {
    text-align: center;
    list-style: none;
    padding-left: 0;
}

.products li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    margin-bottom: 1.1rem;
}

@media (min-width:480px) {
    .products ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 11vw;
        text-align: left;
    }
    .products li {
        display: flex;
        justify-content: flex-start;
    }
}

@media (min-width:768px) {
    .products ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: 9vw;
    }
}

@media (min-width: 992px) {
    .products ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .products ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-left: 5vw;
    }
}

.products ul i {
    color: rgb(123, 123, 129);
    font-size: 3rem;
    margin-right: 1rem;
}

.products-main img {
    display: flex;
    margin: 0 auto;
    width: 80%;
    max-width: 40rem;
}

.products-main h2 {
    display: none;
}

@media (min-width: 992px) {
    .products-main h2 {
        display: block;
    }
}

@media (min-width: 992px) {
    .products-main img {
        width: 100%;
        max-width: calc(37% - 4rem);
    }
}

@media (min-width: 992px) {
    .reverse-row {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .side-left-space {
        padding-left: 4rem;
    }
    .side-right-space {
        padding-right: 4rem;
    }
}


/*Enlaces*/

.links-main {
    padding: 0 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .links-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.links-main div {
    border-bottom: 1rem double rgb(0, 0, 103);
    margin: 1rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .links-main div {
        border-bottom: none;
        border-right: 1rem double rgb(0, 0, 103);
        margin: 3rem 0;
    }
    .links-main div::after {
        position: absolute;
        bottom: -3.5rem;
        left: 3rem;
        right: 3rem;
        display: block;
        content: '';
        border-bottom: 1rem double rgb(0, 0, 103);
    }
}

.links-main div:nth-child(even) {
    border-right: none;
}

.links-main img {
    filter: contrast(0%);
    height: 10rem;
    padding: 1rem;
    border-radius: 2rem;
    transition: background-color .2s ease-in-out, filter .2s ease-in-out;
}

.links-main img:hover {
    background-color: rgb(255, 255, 255);
    filter: contrast(100%);
}

.links-main ul {
    list-style: none;
    text-align: center;
    margin-top: 2rem;
    padding: 0;
}

.links-main li {
    margin: 1.2rem 0;
}

.links-main ul a {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 700;
    min-width: 15rem;
    background-color: rgb(123, 123, 129);
    border-radius: 2rem;
    padding: .5rem 1rem;
    transition: background-color .3s ease-out, color .3s ease-out;
}

.links-main ul a:hover {
    background-color: rgb(0, 15, 102);
    color: white;
}


/*Login & Contact*/

.login-form {
    max-width: 40rem;
    margin: 15vh auto 1.5rem auto;
    padding: 0 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .login-form {
        max-width: 40rem;
        margin: 18vh auto 1.5rem auto;
    }
}

#username {
    text-transform: lowercase;
}

.contact-form {
    max-width: 60rem;
    margin: 12vh auto;
    padding: 0 1.5rem;
}

.login-form fieldset,
.contact-form fieldset {
    border: .6rem double rgb(0, 0, 133);
    padding: 1rem 0 2rem 0;
    text-align: center;
    position: relative;
}

.login-form fieldset legend,
.contact-form fieldset legend {
    padding: 0 1rem;
}

.login-form input:not([type="submit"]) {
    text-align: center;
    border-radius: .5rem;
    border: none;
    width: 80%;
    margin: 1rem 0;
    padding: .5rem;
    height: 2.1rem;
}

#password {
    padding-right: 3rem;
    width: calc(80% - 2.5rem);
}

.login-form i {
    position: absolute;
    bottom: 3.6rem;
    right: 10%;
    cursor: pointer;
    color: rgb(0, 0, 133);
}

.login-form [type="submit"],
.contact-form [type="submit"] {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 1rem;
    margin: 1rem auto 0 auto;
    border: .1rem solid white;
    padding: .5rem 3rem;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgb(0, 0, 133) 0%, rgb(0, 0, 0) 51%, rgb(0, 0, 133) 100%);
    background-size: 200% auto;
    background-position: left center;
    transition: all .5s ease;
}

.login-form [type="submit"]:hover,
.contact-form [type="submit"]:hover {
    cursor: pointer;
    color: rgb(158, 158, 158);
    background-position: right center;
}

.email {
    display: block;
}

.create-user-cont {
    margin: 0 auto;
    text-align: center;
}

.create-user {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1rem;
    margin: 1rem auto 0 auto;
    border: .1rem solid white;
    padding: .5rem 3rem;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgb(0, 0, 133) 0%, rgb(0, 0, 0) 51%, rgb(0, 0, 133) 100%);
    background-size: 200% auto;
    background-position: left center;
    transition: all .5s ease;
}

.create-user.green-btn {
    background-image: linear-gradient(to right, rgb(0, 179, 0) 0%, rgb(0, 0, 0) 51%, rgb(0, 179, 0) 100%);
    outline: none;
}

.create-user.red-btn,
.create-user.no-valid {
    background-image: linear-gradient(to right, rgb(128, 0, 0) 0%, rgb(0, 0, 0) 51%, rgb(128, 0, 0) 100%);
    outline: none;
}

.create-user.no-valid {
    display: none;
}

.create-user:hover {
    cursor: pointer;
    color: rgb(158, 158, 158);
    background-position: right center;
}

body.login footer .navigation {
    margin-top: 18vh;
}

.contact-form fieldset input {
    display: block;
    text-align: center;
    margin: .3rem auto 2rem auto;
    padding: .5rem;
    border-radius: .5rem;
    border: none;
    width: 80%;
    height: 2.1rem;
}

@media (min-width: 992px) {
    .contact-form fieldset input {
        width: 30rem;
    }
}

.contact-form fieldset textarea {
    display: block;
    min-height: 15rem;
    margin: .3rem auto 0 auto;
    padding: .5rem;
    min-width: 80%;
    resize: none;
}


/*Aviso de Privacidad*/

.aviso_privacidad {
    max-width: 120rem;
    margin: 0 auto;
    text-align: justify;
    line-height: 2.5rem;
}

.aviso_privacidad h2 {
    text-align: center;
}

.aviso_privacidad h4 {
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 0.301);
    border-radius: .5rem;
    padding: 1rem 2rem;
    margin: 1rem;
}

@media (min-width: 992px) {
    .aviso_privacidad h4 {
        margin: unset;
    }
}

.aviso_privacidad a {
    text-decoration: none;
    color: white;
}

.aviso_privacidad p {
    margin: 1rem;
}

@media (min-width: 992px) {
    .aviso_privacidad p {
        margin: 1.8rem 0;
    }
}

.first-loader {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: black;
}

.loader {
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: linear-gradient( to top, transparent 40%, darkblue);
    background-color: inherit;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
}

.loader::before {
    content: "";
    position: absolute;
    inset: 10px 10px 0 0;
    background-color: inherit;
    border-radius: inherit;
}

.loader::after {
    content: "";
    position: absolute;
    color: darkblue;
    top: 50px;
    right: -17px;
    width: 40px;
    height: 40px;
    background-color: inherit;
    border-radius: inherit;
    box-shadow: 0 0 4px, 0 0 16px, 0 0 32px, 0 0 4px, 0 0 96px;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}