@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
    line-height: 31px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}

p,
.paragraph {
    font-weight: 300;
    color: #4d546f;
    font-size: 17px;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #091337;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 56px;
}

h2,
.h2 {
    font-size: 43px;
}

h3,
.h3 {
    font-size: 37px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 13px;
}

.btn {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 15px 60px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
}

    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn:active {
        box-shadow: none;
    }

.btn-primary {
    background-image: linear-gradient(25deg, rgb(23, 255, 211) 0%, rgb(211, 252, 113) 95%);
    color: #091337;
    transition: background 1s ease-out;
}

    .btn-primary:active {
        background: linear-gradient(25deg, rgb(23, 255, 211) 0%, rgb(211, 252, 113) 95%) !important;
    }

    .btn-primary:hover {
        background: linear-gradient(205deg, rgb(23, 255, 211) 0%, rgb(211, 252, 113) 95%);
        color: #091337;
    }

.btn-secondary {
    background-image: linear-gradient(6deg, rgb(23, 255, 211) 0%, rgb(35, 227, 238) 100%);
    background-color: transparent;
    color: #091337;
}

    .btn-secondary:active {
        background: linear-gradient(6deg, rgb(23, 255, 211) 0%, rgb(35, 227, 238) 100%) !important;
    }

    .btn-secondary:hover {
        background: linear-gradient(186deg, rgb(23, 255, 211) 0%, rgb(35, 227, 238) 100%);
        color: #091337;
    }

.btn-lg {
    padding: 15px 85px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #20a5ff;
    color: #fff;
}

::selection {
    background: #20a5ff;
    color: #fff;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

    a:focus,
    button:focus,
    select:focus {
        outline: 0;
    }

    a:hover {
        color: #008dec;
    }

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 130px;
}

.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .section-lg {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.section-title {
    margin-bottom: 30px;
    font-family: 'Luckiest Guy', cursive;
    color: #004D77;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* overlay */
.overlay {
    position: relative;
}

    .overlay::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.5;
    }

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.page-title {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary {
    background: #008dec !important;
}

.bg-gray {
    background: #f2f3f5;
}

.text-primary {
    color: #008dec !important;
}

.text-dark {
    color: #091337 !important;
}

.text-purple {
    color: #9491ff !important;
}

.text-color {
    color: #4d546f;
}

.primary-shadow {
    box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
    border-color: #dcebf4 !important;
}

.shadow-primary {
    box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.facebook {
    color: #334bff;
}

.twitter {
    color: #45d9f0;
}

.linkedin {
    color: #1b91ff;
}

.black {
    color: #000;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.translate-y-150 {
    transform: translateY(150px);
}

@media (max-width: 575px) {
    .translate-y-150 {
        transform: translateY(0);
    }
}

.left-right-animation {
    animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

@keyframes left_right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

.up-down-animation {
    animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes up_down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.zindex-1 {
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #091337;
    font-weight: bold;
}

    .navbar-light .navbar-nav .nav-link:hover .icon-menu svg {
        transform: rotate(20deg) scale(1.2);
        transition: .6s;
    }

.navigation {
    transition: 0.3s ease;
}

.navbar {
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding-bottom: 20px;
    }
}

.nav-bg {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-item {
    padding: 20px;
}

@media (max-width: 991px) {
    .nav-item {
        padding: 0;
    }
}

.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.hero-bg-1 {
    position: absolute;
    left: 30px;
    top: 200px;
}

@media (max-width: 767px) {
    .hero-bg-1 {
        display: none;
    }
}

.hero-bg-2 {
    position: absolute;
    top: 50%;
    left: 20%;
}

@media (max-width: 767px) {
    .hero-bg-2 {
        display: none;
    }
}

.hero-bg-3 {
    position: absolute;
    bottom: 0%;
    left: 10%;
}

@media (max-width: 767px) {
    .hero-bg-3 {
        display: none;
    }
}

.hero-bg-4 {
    top: 210px;
    right: 40%;
    position: absolute;
}

@media (max-width: 767px) {
    .hero-bg-4 {
        display: none;
    }
}

.hero-bg-5 {
    position: absolute;
    top: 250px;
    right: 17%;
}

@media (max-width: 767px) {
    .hero-bg-5 {
        display: none;
    }
}

.hero-bg-6 {
    position: absolute;
    right: 10%;
    bottom: 20%;
}

@media (max-width: 767px) {
    .hero-bg-6 {
        display: none;
    }
}

.hero-bg-7 {
    position: absolute;
    left: 15%;
    bottom: -17%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-7 {
        display: none;
    }
}

.hero-bg-8 {
    position: absolute;
    bottom: -30%;
    right: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-8 {
        display: none;
    }
}

.hero-bg-9 {
    position: absolute;
    right: 20%;
    bottom: -10%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-9 {
        display: none;
    }
}

.feature {
    position: relative;
}

.feature-item h4 {
    line-height: 1;
}

.feature-item p {
    line-height: 25px;
}

.feature-item:hover .feature-icon {
    box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}

.feature-bg-1 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

@media (max-width: 767px) {
    .feature-bg-1 {
        display: none;
    }
}

.feature-bg-2 {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .feature-bg-2 {
        display: none;
    }
}

.seo {
    position: relative;
    overflow: visible;
    padding-top: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.seo-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1200px) {
    .seo-bg {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .seo {
        padding-top: 0px;
    }

    .seo-bg {
        max-width: 400px;
    }
}

.seo-bg-shape-1 {
    position: absolute;
    left: 25%;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-1 {
        display: none;
    }
}

.seo-bg-shape-2 {
    position: absolute;
    right: 2%;
    top: 40%;
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-2 {
        display: none;
    }
}

.seo-bg-shape-3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-3 {
        display: none;
    }
}

.footer {
    margin-top: 50px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.footer-menu a {
    color: #091337;
    display: block;
    padding: 15px;
    font-weight: 400;
}

.social-icon li {
    margin: 0 12px;
}

    .social-icon li a {
        height: 45px;
        width: 45px;
        background: #fff;
        border-radius: 5px;
        line-height: 45px;
        display: block;
        text-align: center;
    }

.form-control {
    height: 65px;
    width: 100%;
    background: #f7fafc;
}

    .form-control:focus {
        border-color: #008dec;
        box-shadow: none;
    }

textarea.form-control {
    height: 157px;
}

.contact-bg {
    background-color: #f3f7fb;
}

.round-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .round-icon.green {
        background: #e0fef4;
        color: #00f7a7;
    }

    .round-icon.blue {
        background: #e0f1ff;
        color: #008cff;
    }

    .round-icon.orange {
        background: #fff1e0;
        color: #ff8b00;
    }

.contact {
    position: relative;
}

.contact-bg-1 {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-1 {
        display: none;
    }
}

.contact-bg-2 {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-2 {
        display: none;
    }
}

.contact-bg-3 {
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-3 {
        display: none;
    }
}

.contact-bg-4 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-4 {
        display: none;
    }
}

.contact-bg-5 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-5 {
        display: none;
    }
}

/*Nuevos*/
.icon-menu svg {
    font-weight: bold;
}

.navbarak ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 30px;
}

.navbarak .nav-link {
    display: flex;
}

.navbarak ul a {
    color: 009EE2;
}

.navbarak ul li .icon-menu {
    width: 30px;
    margin-right: 20px;
    font-size: 35px;
    color: #39A935;
}

.navbarak ul li:hover .icon-menu {
    transform: rotate(20deg) scale(1.2);
    transition: .6s;
}

.navbar {
    position: unset;
    display: flex;
    justify-content: center;
    box-shadow: none;
}

.navbar-brand:hover {
    animation: beat 1.2s ease-in-out;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.1);
    }

    65% {
        transform: scale(1);
    }
}

.portada-libro:hover img {
    transform: scale(1.05);
    transition: .3s;
}

.col-lg-12.text-center.zindex-1 {
    padding: 0;
    width: 100%;
    margin-top: 100px;
}

.card-coleccion a img {
    border-radius: 10px;
}

.card-coleccion a:hover {
    transform: scale(1.1);
    transition: .3s;
}

.carousel-item img {
    border-radius: 20px;
}

.carousel-wrap {
    padding: 0 5%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    margin: 20px;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-carousel .owl-item img {
    border-radius: 30px;
    -webkit-box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.75);
}

.owl-item a:hover .item img {
    transform: scale(1.1);
    transition: .3s;
}

.espacio-imagen {
    padding: 400px 0;
}

.espacio-imagen-libro {
    padding: 400px 0;
}

/*libro*/
.book {
    position: relative;
    transform-style: preserve-3d;
    width: 60vw;
    height: 50vh;
    perspective: 800px;
    z-index: 1000;
}

    .book .page {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
        transition: transform 1s;
        transform-origin: left center;
        transform-style: preserve-3d;
    }

.page:first-of-type .side0 {
    box-shadow: -10px 0 10px -6px rgba(0, 0, 0, 0.3);
}

.page:last-of-type .side1 {
    box-shadow: 10px 0 10px -6px rgba(0, 0, 0, 0.3);
}

.book .side {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.book h2 {
    font-size: 2rem;
}

.book .side0 {
    transform: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), lemonchiffon 0.5em);
    padding: 1em;
    box-sizing: border-box;
}

.book .side1 {
    transform: rotateY(180deg);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), powderblue 0.8em);
    padding: 1em;
    box-sizing: border-box;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media (max-width:768px) {
    .espacio-imagen {
        padding: 100px 0;
    }

    .seo.leer {
        padding-top: 30px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .carousel-item img {
        border-radius: 10px;
    }

    .col-lg-12.text-center.zindex-1 {
        padding: 0;
        width: 100%;
        margin-top: 100px;
    }

    .navbar {
        position: fixed;
        width: 90%;
        bottom: 2%;
        background: #ffffffd8;
        border-radius: 52px;
        backdrop-filter: blur(4px);
        -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
    }

    .navbarak .nav-link {
        font-size: 0;
    }

    .navbarak ul li .icon-menu svg {
        width: 30px;
        margin-right: 10px;
    }

    .hero-section {
        margin-top: 0;
    }
}

/**/
.card-events {
    width: 360px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 100px 20px;
}

    .card-events:hover .hover {
        opacity: 1;
        z-index: 10000;
    }

        .card-events:hover .hover .stats {
            margin-top: 100px;
            opacity: 1;
            transform: translateY(0);
        }

    .card-events:hover .info {
        opacity: 0;
        transform: translateY(-20px);
    }

    .card-events:hover .hover .hover-bottom h2 {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        opacity: 1;
        transform: translateY(0);
    }

    .card-events:hover .hover .hover-bottom p {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
        transform: translateY(0);
    }

    .card-events:hover .hover .hover-bottom .icons img {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 0.4;
        transform: translateY(0);
    }

    .card-events .card-events-event {
        width: 100%;
        height: 110%;
        position: absolute;
        z-index: 1;
    }

    .card-events .info {
        position: absolute;
        bottom: 0;
        width: 262px;
        text-align: center;
        background-color: #005BAA;
        border-radius: 3px;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        left: 49px;
        transform: translateY(60%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

        .card-events .info h2, .card-event .info p {
            color: white;
            opacity: 0.7;
            font-weight: 400;
            margin: 20px 0;
        }

        .card-events .info h2 {
            font-size: 30px;
        }

        .card-events .info p {
            font-size: 16px;
        }

    .card-events .hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to top, #0E1E43, #0E1E43, transparent);
        transition-duration: 0.5s;
        opacity: 0;
    }

        .card-events .hover .hover-bottom {
            margin-top: 130px;
            transform: translateY(60px);
            text-align: center;
        }

            .card-events .hover .hover-bottom h2 {
                color: white;
                font-size: 30px;
                opacity: 0.85;
                margin: 0;
                font-weight: 400;
                -webkit-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
                transform: translateY(20px);
                opacity: 0;
                transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            }

            .card-events .hover .hover-bottom p {
                color: white;
                font-size: 16px;
                opacity: 0.9;
                margin-top: 10px;
                -webkit-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
                transform: translateY(20px);
                opacity: 0;
                transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            }

.pagination li a {
    color: #39A935;
    font-weight: bold;
}

select.select-inscribir {
    height: 65px;
    width: 100%;
    background: #f7fafc;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.respuesta-correcta {
    width: 100%;
    padding: 30px;
}

    .respuesta-correcta h2 {
        text-align: center;
        color: #17322c;
        padding-top: 50px;
    }

    .respuesta-correcta .container-respuesta {
        display: flex;
        justify-content: center;
    }

        .respuesta-correcta .container-respuesta .checkmark_circle_success {
            stroke-dasharray: 166;
            stroke-dashoffset: 166;
            stroke-width: 5px;
            stroke-miterlimit: 10;
            stroke: #00C851;
            animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        }

        .respuesta-correcta .container-respuesta .checkmark_circle_error {
            stroke-dasharray: 166;
            stroke-dashoffset: 166;
            stroke-width: 5px;
            stroke-miterlimit: 10;
            stroke: #ff4444;
            animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        }

        .respuesta-correcta .container-respuesta .checkmark {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            display: block;
            stroke-width: 5px;
            stroke: white;
            stroke-miterlimit: 10;
            margin: 20px auto;
        }

            .respuesta-correcta .container-respuesta .checkmark.success {
                box-shadow: inset 0px 0px 0px #00C851;
                animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
            }

            .respuesta-correcta .container-respuesta .checkmark.error {
                box-shadow: inset 0px 0px 0px #ff4444;
                animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
            }

        .respuesta-correcta .container-respuesta .checkmark_check {
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
        }

        .respuesta-correcta .container-respuesta .progress {
            transform: rotate(-90deg);
            stroke: black;
        }

            .respuesta-correcta .container-respuesta .progress circle {
                stroke-dasharray: 130;
                stroke-dashoffset: 130;
                animation: dash 1.5s infinite;
            }

@keyframes dash {
    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -130;
    }
}

.respuesta-correcta .container-respuesta .progress {
    position: absolute;
    top: 5%;
    left: 5%;
}

    .respuesta-correcta .container-respuesta .progress.progress--thin {
        left: auto;
        right: 5%;
    }

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fillsuccess {
    100% {
        box-shadow: inset 0px 0px 0px 150px #00C851;
    }
}

@keyframes fillerror {
    100% {
        box-shadow: inset 0px 0px 0px 75px #ff4444;
    }
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.empty-icon-container {
    margin: 10em auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Dosis', sans-serif;
}

.animation-container {
    position: relative;
    display: block;
    text-align: center;
    height: 100px;
    width: 100px;
    border-bottom: solid 2px #333;
    overflow: hidden;
}

.bounce {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-size: contain;
    animation: bounceAnim 1s cubic-bezier(.63,.09,.75,.46) infinite alternate, spinAnim 3s linear infinite;
}

@keyframes bounceAnim {
    0%, 10% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes spinAnim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pebble1 {
    position: absolute;
    top: 95%;
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 20px 20px 0px 0px;
    animation: pebblesAnim 1s linear infinite;
}

.pebble2 {
    position: absolute;
    top: 97%;
    background-color: #333;
    width: 5px;
    height: 5px;
    border-radius: 10px 10px 0px 0px;
    animation: pebblesAnim 2s linear infinite;
}

.pebble3 {
    position: absolute;
    top: 98%;
    background-color: #333;
    width: 3px;
    height: 3px;
    border-radius: 20px 20px 0px 0px;
    animation: pebblesAnim 3s linear infinite;
}

@keyframes pebblesAnim {
    0% {
        right: -20%;
    }

    100% {
        right: 110%;
    }
}
