.auto img {
    -webkit-animation: mover .25s infinite alternate;
    animation: mover .25s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-3px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-3px);
    }
}

h3.morado-co {
    margin-top: 5px;
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #555555;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-height: 260px;
}

    a.box_topic:hover {
        /*-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);*/
    }

    a.box_topic i {
        font-size: 60px;
        font-size: 3.75rem;
        color: #32a067;
        margin-bottom: 10px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        background-color: #2c8e5b;
        background-color: rgba(50, 160, 103, 0.05);
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 15px;
    }

    a.box_topic h3, p {
        font-size: 18px;
        font-size: 1.125rem;
        color: #000;
        cursor: default;
        line-height: 1.2;
    }

.estados a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    text-decoration: none;
    cursor: auto;
    line-height: 1rem;
}

.box_topic {
    box-shadow: 0px 0px 10px 4px green !important;
    height: 250px;
}

    .box_topic.wait {
        box-shadow: 0px 0px 10px 4px #9a9a9a !important;
        background: #ccc;
    }

        .box_topic.wait i {
            color: #717070;
            background-color: rgba(160, 50, 50, 0.05);
        }

.auto {
    position: absolute;
    right: 10%;
    bottom: -70px;
    height: 120px;
}

    .auto img {
        height: 100%;
        object-fit: cover;
    }


@media (max-width: 600px) {

    .moto {
        left: 5%;
    }

    .auto {
        display: none;
    }
}

@media (min-width: 768px) {
    #content-modal-index a {
        height: 178px;
    }
}

#content-modal-index a {
    border-radius: 15px;
    border: 2px solid #007bff !important;
}

    #content-modal-index a:hover {
        text-decoration: none;
        box-shadow: 0px 46px 77px 0px #0a2b5326;
    }