/* Centrar los banners en posts - START*/
div[id^=banner]{
    padding-top: 40px;
    padding-bottom: 40px;
/* }
div[id^=banner] > div{ */
    text-align: center;
    min-height: 35px;
}
/* Centrar los banners en posts - END*/

/*CATFISH - START */
.catfish-start {display:none;}
.close-catfish{display:none}

@keyframes outcatfish{from{height: 106px;} to {height: 0px;}}

#mejoress-catfish {
    max-width: 100%;
    text-align: center;
    left: 0;
    z-index:2147483641;
    bottom: 0px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.close-catfish {
    -webkit-animation: outcatfish;
    -o-animation: outcatfish;
    animation: outcatfish;
    animation-delay: 200ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.close-catfish #catfish-btn {
    display: none;
}
.catfish-space {
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catfish-space button {
    display: block !important;
    position: absolute;
    width: 28px;
    height: 28px;
    top: -27px;
    z-index: 2010;
    right: 0px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTMnIHZpZXdCb3g9JzM0MSA4IDEzIDEzJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9JyM0RjRGNEYnIGQ9J00zNTQgOS4zMUwzNTIuNjkgOGwtNS4xOSA1LjE5TDM0Mi4zMSA4IDM0MSA5LjMxbDUuMTkgNS4xOS01LjE5IDUuMTkgMS4zMSAxLjMxIDUuMTktNS4xOSA1LjE5IDUuMTkgMS4zMS0xLjMxLTUuMTktNS4xOXonIGZpbGwtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
    background-size: 13px 13px;
    background-position: 9px center;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 20%) 0px -1px 1px 0px;
    border: none;
    border-radius: 12px 0px 0px;
}
.hide-catfish {
    -webkit-transform: translate(0px,160%) !important;
    -moz-transform: translate(0px,160%) !important;
    -o-transform: translate(0px,160%) !important;
    -ms-transform: translate(0px,160%) !important;
    transform: translate(0px,160%) !important;
}
/*CATFISH - END */
