@keyframes desaparecer {
    0% {
        bottom: 0px;
    }

    80% {
        bottom: 0px;
    }

    100% {
        bottom: -50px;
    }
}

@-webkit-keyframes desaparecer /* Safari and Chrome */
{
    0% {
        bottom: 0px;
    }

    80% {
        bottom: 0px;
    }

    100% {
        bottom: -50px;
    }
}

@keyframes aparecer {
    0% {
        bottom: -38px;
    }

    10% {
        bottom: 0px;
    }

    90% {
        bottom: 0px;
    }

    100% {
        bottom: -38px;
    }
}

@-webkit-keyframes aparecer /* Safari and Chrome */
{
    0% {
        bottom: -38px;
    }

    10% {
        bottom: 0px;
    }

    90% {
        bottom: 0px;
    }

    100% {
        bottom: -38px;
    }
}

#cookiesms1:target {
    display: none;
}

.cookiesms {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 15px;
    font-size: 1.2em;
    clear: both;
    color: white;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #25bed5;
    transition: bottom 1s;
    -webkit-transition: bottom 1s; /* Safari */
    z-index: 999999999;
}

    .cookiesms a {
        color: white !important;
        text-decoration: underline;
    }

    .cookiesms .btn {
        padding: 5px 30px !important;
    }

    .cookiesms:hover {
        bottom: 0px;
    }

.cookies2 {
    padding-top: 1em;
    background-color: #25bed5;
    display: inline;
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 15px;
    height: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 998px) {
    .cookiesms {
        height: 90px !important;
    }
}

@media (max-width: 500px) {
    .cookiesms {
        height: 120px !important;
        font-size: 1em;
    }

        .cookiesms .btn {
            margin-top: 10px !important;
        }
}
