body {}

.tittle-inner-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    color: white;
    background-image: linear-gradient(transparent, #0000007d);
    font-size: 26px;
    max-height: 100%;
}

.warcampBanner {
    /* display: none; */
    padding: 0;
}

.warcampBanner a {
    position: relative;
}

.warcampBanner a img {
    /* height: 150px; */
}

.warcampBanner a::after {
    content: "Patrocinado";
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background: #ffffffa6;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .fatured {}
}

html {
    padding: 0px;
}

body {}

.content-page {
    margin: 25px;
}

.warcampBanner[data-id="0"] {
    display: none;
}

.wp-block-embed iframe {
    width: 100%;
}

.center-post {}

.center-post a {
    color: blue;
}

.center-post .wp-block-button a {
    color: white;
    font-weight: bold;
}