
/* PÁGINA PRINCIPAL BLOG */

.titulo-blog .elementor-column-wrap{
    padding: 0 !important;
    background-color: transparent !important;
}

.h2-blog h2{
    font-family: 'ChampagneLimousines';
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 1.6px;
    text-align: center;
    color: #66354c;
    position: relative;
}

.h2-blog h2::before,
.h2-blog h2::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #c6c6c6;
    height: 3px;
    width: 262px;
    top: calc(50% - 1.5px);
}
.h2-blog h2::before{
    left: 0;
}

.h2-blog h2::after{
    right: 0;
}

/* GRID NOTICIAS DESTACADAS */
.gridND .elementor-column-wrap,
.gridND .rt-container-fluid{
    padding: 0 !important;
}

.gridND .rt-holder{
    position: relative;
    width: 830px;
    height: 400px;
}

.gridND .owl-stage-outer{
    height: 520px;
}

.gridND .rt-img-holder{
    height: 100%;
    width: 100%;
    position: relative;
}

.gridND .rt-img-holder a{
    height: 100%;
    width: 100%;
    position: relative;
}

.gridND .rt-img-holder .rt-img-responsive{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gridND .rt-detail{
    position: absolute;
    width: 450px;
    height: 214px;
    background-color: #f9f9f9 !important;
    padding: 30px !important;
    bottom: -107px; 
    left: 30px;    
}

.gridND .rt-detail .entry-title{
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

.gridND .rt-detail .entry-title a{
    font-family: 'ChampagneLimousines' !important;
    font-size: 21.6px !important;
    letter-spacing: 0.6px !important;
    color: #66354c !important;
}

.gridND .rt-detail .date i{
    display: none !important;
}

.gridND .rt-detail .date{
    font-family: 'ChampagneLimousines';
    font-size: 10px !important;
    color: #a6a6a6;
    line-height: 1;
}

.gridND .rt-detail .categories-links{
    position: absolute;
    bottom: -16px;
    color: transparent;
    height: 32px;
    display: flex;
    align-items: center;
}

.gridND .rt-detail .categories-links a{
    pointer-events: none;
    height: 32px;
    width: fit-content;
    padding: 0px 8px 0px 36px;
    background-color: #e7d0c2;
    display: flex;
    align-items: center;
    font-family: 'ChampagneLimousines';
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.gridND .rt-detail .categories-links a::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 8px;
    background-size: cover;    
}

.gridND .rt-detail .categories-links i{
    display: none;
}

.gridND .entry-content p{
    font-family: 'ChampagneLimousines';
    font-size: 11px !important;
    color: #525252;
    line-height: 16px;
}

.gridND .post-meta-user{
    margin-bottom: 0;
}

.gridND .read-more{
    float: left !important;
    padding: 0 !important;
}

.gridND .read-more a{
    font-family: 'ChampagneLimousines';
    padding: 10px 15px !important;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #66354c;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 2;
}

.gridND .read-more a::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #66354c;
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    z-index: -1;
}

.gridND .read-more a:hover{
    text-decoration: none !important;
    color: white !important;
}

.gridND .read-more a:hover::after{
    left: 0;
}

.gridND .rt-tpg-container .owl-nav{
    position: absolute !important;
    height: fit-content;
    top: 387px !important;
    right: 30px;
    margin-top: none !important;
}

.gridND .rt-tpg-container .owl-nav .owl-prev,
.gridND .rt-tpg-container .owl-nav .owl-next{
    border-radius: 0 !important;
    margin: 0 !important;
    background-color: #f9f9f9 !important;
    color: #66354c !important;
    transition: all 0.5s;
}

.gridND .rt-tpg-container .owl-nav .owl-prev:hover,
.gridND .rt-tpg-container .owl-nav .owl-next:hover{
    background-color: #66354c !important;
    color: white !important;
}


/* NAVEGACIÓN ÚLTIMAS NOTICIAS */

.gridUN .rt-filter-item-wrap{
    width: 100%;
    display: flex !important;
    justify-content: center;
    margin: 20px 0 0 0 !important;
    cursor: inherit !important;
}

.gridUN .rt-filter-item-wrap .term-button-item{
    font-family: 'ChampagneLimousines';
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    color: #66354c;
    border: none !important;
    padding: 0 !important;
    margin: 50px 10px 0 10px !important;
    width: 80px !important;
    position: relative;
    cursor: pointer !important;
}

.gridUN .rt-filter-item-wrap .term-button-item::before{
    content: "";
    display: block;
    position: absolute;
    height: 49px;
    width: 48px;
    background-position: center;
    background-size: cover;
    bottom: 15px;
    left: calc(50% - 24px);
    z-index: 2;    
}

.gridUN .rt-filter-item-wrap .term-button-item::after{
    content: "";
    display: block;
    position: absolute;
    background: #e7d0c2;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    bottom: 15px;
    left: calc(50% - 24px);
    transform: scale(0);
    transition: all 0.5s;    
}

.gridUN .rt-filter-item-wrap .term-button-item:hover{
    background: transparent !important;
    color: #66354c !important;
}

.gridUN .rt-filter-item-wrap .term-button-item.selected{
    background: transparent !important;
    color: #66354c !important;
}

.gridUN .rt-filter-item-wrap .term-button-item:hover::after{
    transform: scale(1);
}

.gridUN .rt-filter-item-wrap .term-button-item.selected::after{
    transform: scale(1) !important;
}

.gridUN .rt-search-filter-wrap{
    width: 200px;
    right: calc(50% - 100px);
}

.gridUN .rt-search-input{
    border-radius: 0 !important;
    border: solid 2px #66354c !important;
    font-family: 'ChampagneLimousines' !important;
    font-size: 10px !important;
    font-weight: normal !important;
    letter-spacing: 0.4px !important;
    color: #66354c !important;
}

.gridUN .rt-search-input::placeholder{
    font-family: 'ChampagneLimousines' !important;
    font-size: 10px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px !important;
    color: #66354c !important;
}

.gridUN .rt-search-input:focus{
    box-shadow: none !important;
}

/* GRID ÚLTIMAS NOTICIAS */

.gridUN .elementor-column-wrap,
.gridUN .rt-container-fluid{
    padding: 0 !important;
    position:  relative !important;
}

.gridUN .rt-content-loader{
    position: relative;
    width: 100% !important;
    margin: 0 !important;

}

.gridUN .rt-content-loader .rt-grid-item{
    position: relative;
}

.gridUN .rt-content-loader .rt-grid-item .rt-img-holder{
    width: 100%;
    height: 185px;
    position: relative;
}

.gridUN .rt-content-loader .rt-grid-item .rt-img-holder a{
    width: 100%;
    height: 100%;
    position: relative;
}

.gridUN .rt-content-loader .rt-grid-item .rt-img-holder a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail{
    background-color: #f9f9f9 !important;
    position: relative;
    padding-top: 40px !important;
    height: 150px !important;
    box-shadow: 0 2px 3px 0 rgba(205, 204, 204, 0.5);
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .entry-title{
    text-align: center;
    padding: 10px 10px 0px 10px;
    line-height: 0.8;
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .entry-title a{
    font-family: 'ChampagneLimousines';
    font-size: 19px;
    line-height: 1 !important;
    letter-spacing: 0.6px !important;
    color: #66354c;
    width: 100%;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .entry-title a:hover{
    text-decoration: none !important;
    font-weight: bold;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .post-meta-user{
    margin: 0 !important;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .date{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 35px;
    font-family: 'ChampagneLimousines';
    font-size: 10px !important;
    color: #a6a6a6;
    line-height: 1;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .categories-links{
    position: absolute;
    color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -16px;
    padding-right: 0px !important;
}
.gridUN .rt-content-loader .rt-grid-item .rt-detail .categories-links a{
    pointer-events: none;
    height: 32px;
    width: fit-content;
    padding: 0px 8px 0px 36px;
    background-color: #e7d0c2;
    display: flex;
    align-items: center;
    font-family: 'ChampagneLimousines';
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .categories-links a::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 8px;
    background-size: cover;    
}

.gridUN .rt-content-loader .rt-grid-item .rt-detail .categories-links i,
.gridUN .rt-content-loader .rt-grid-item .rt-detail .date i{
    display: none !important;
}

/* PAGINACION */

.gridUN .paginationjs-pages li a{
    border: solid 1px #66354c !important;
    border-radius: 0 !important;
    font-family: 'ChampagneLimousines';
    font-size: 11px !important;
    letter-spacing: 0.6px !important;
    text-align: center;
    color: #525252;
    background-color: transparent;
    transition: all 0.5s;
}

.gridUN .paginationjs-pages li a:hover{
    color: white !important;
    background-color: #66354c !important;
}

.gridUN .paginationjs-pages li.active a{
    color: white !important;
    background-color: #66354c !important;
}

@media only screen and (max-width: 1024px){
    .gridND .elementor-container,
    .gridUN .elementor-container,
    .instagram-blog .elementor-container,
    .titulo-blog-principal .elementor-container{
        width: 720px !important;
        max-width: 720px !important;
    }

    /* Noticias destacadas */
    .gridND .rt-holder{
        width: 720px;
    }

    .gridND .rt-detail .entry-title a:hover{
        text-decoration: none !important;
    }

    .gridND .read-more a:hover{
        color: #66354c !important;
    }
    .gridND .read-more a:hover::after{
        left: -100%;
    }

    .gridND .rt-tpg-container .owl-nav .owl-prev:hover, 
    .gridND .rt-tpg-container .owl-nav .owl-next:hover{
        background-color: #f9f9f9 !important;
        color: #66354c !important;
    }

    /* Titulos */
    .h2-blog h2::before, 
    .h2-blog h2::after{
        width: 200px;
    }

    /* Últimas noticias */
    .gridUN .rt-filter-item-wrap .term-button-item{
        margin: 50px 5px 0 5px !important;
    }

    .gridUN .rt-filter-item-wrap .term-button-item:hover::after{
        transform: scale(0);
    }

    /* Instagram */

    .wdi_feed_theme_1 .wdi_feed_wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #wdi_feed_0 .wdi_feed_item{
        width: 32% !important;
    }
}

@media only screen and (max-width: 767px){

    
    .gridUN .elementor-container,
    .instagram-blog .elementor-container,
    .titulo-blog-principal .elementor-container{
        width: 320px !important;
        max-width: 320px !important;
    }

    .gridND .elementor-container{
        width: 100% !important;
        max-width: 767px !important;
    }

    /* Noticias destacadas */
    .gridND .rt-holder {
        width: 100%;
    }

    .gridND .rt-detail{
        width: 90%;
        left: 5%;
    }

    .gridND .rt-detail .entry-title a{
        font-size: 18px !important;
    }

    .gridND .rt-detail{
        padding: 15px !important;
        height: 160px;
        bottom: -80px;
    }

    .gridND .entry-content p{
        display: none;
    }

    .gridND .rt-tpg-container .owl-nav {
        top: 280px !important;
    }
    .gridND .read-more a{
        padding: 10px 0 !important;
    }

    /* Titulos */
    .h2-blog h2::before, 
    .h2-blog h2::after{
        width: 30px;
    }

    /* Últimas noticias */
    .gridUN .rt-filter-item-wrap{
        flex-wrap: wrap !important;
    }

    .gridUN .rt-filter-item-wrap .term-button-item {
        margin: 60px 5px 0 5px !important;
    }

    .gridUN .rt-content-loader .rt-grid-item .rt-detail .categories-links,
    .gridUN .rt-content-loader .rt-grid-item .rt-detail .date{
        padding-right: 0 !important;
    }

    #wdi_feed_0 .wdi_feed_item {
        width: 50% !important;
    }

}

/* ENTRADA */

.cabecera-entrada{
    width: 100vw;
    height: 420px;
    position: relative;
    background-color: black;
}

.cabecera-entrada img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.compartir-redes{
    position: absolute;
    bottom: -15px;
    height: 30px;
}

.compartir-redes a{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.compartir-redes a img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.compartir-redes a .ico-hover{
    opacity: 0;
}

.compartir-redes a:hover .ico-hover{
    opacity: 1;
}

.compartir-redes a:hover .ico{
    opacity: 0;
}

.columna-contenido-blog{
    width: 830px;
    margin: 0 auto;
    position: relative;
}

.contenedor-titulo{
    width: 100%;
    position: relative;
    height: 180px;
    background-color: #f9f9f9;
    z-index: 2;
    margin-top: -65px;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 30px;
    box-shadow: 0 2px 4px 0 rgba(205, 204, 204, 0.5);
}

time{
    font-family: 'ChampagneLimousines';
    font-size: 10px;
    color: #a6a6a6;
}

.blog h1{
    font-family: 'ChampagneLimousines';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #66354c;
    margin-top: 0;
}

.blog h2{
    font-family: 'ChampagneLimousines';
    font-size: 23px;
    letter-spacing: 0.7px;
    color: #66354c;
    margin-top: 0;
}

.blog h3{
    font-family: 'ChampagneLimousines';
    font-size: 20px;
    letter-spacing: 0.7px;
    color: #66354c;
    margin-top: 0;
}

.blog h4{
    font-family: 'ChampagneLimousines';
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #66354c;
    margin-top: 0;
}

.categorias{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    height: fit-content;
}

.categorias ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
}

.categorias ul li{
    height: fit-content;
}

.categorias ul li a{
    pointer-events: none;
    font-family: 'ChampagneLimousines';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #97B4AA;
    margin: 0 10px;
    padding: 8px 15px;
    position: relative;
}

.categorias ul li a::before{
    display: none; 
}

.extracto p{
    font-family: 'ChampagneLimousinesBold';
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 25px;
    color: #525252;
}

.extracto{
    margin-bottom: 40px;
}

.contenido-entrada {
    font-family: 'ChampagneLimousinesBold' !important;
}

.contenido-entrada p {
    font-family: 'ChampagneLimousines' !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #525252;
    margin: 2em 0;
}

.contenido-entrada p strong{
    font-family: 'ChampagneLimousinesBold' !important;
}    

.contenido-entrada img{
    width: 100%;
    height: auto;
    margin: 2em 0;
}

.h2-entrada{
    margin: 50px auto 0 auto;
    width: 1000px;
    text-transform: uppercase;
}

.entradas-relacionadas{
    width: 1000px;
    margin: 30px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.entrada-relacionada{
    width: 31%;
    position: relative;
}

.entrada-relacionada .enlace-imagen{
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
}

.entrada-relacionada .enlace-imagen img{
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.entrada-relacionada .categorias{
    position: absolute;
    width: 100%;
    left: 0;
    top: 215px;
}

.entrada-relacionada .detalles{
    box-shadow: 0 2px 4px 0 rgba(205, 204, 204, 0.5);
    background-color: #f9f9f9;
    padding: 40px 15px 15px 15px;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrada-relacionada h3{
    margin: 0;
}

.entrada-relacionada h3 a{
    font-family: 'ChampagneLimousines';
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: 2px;
    color: #66354c;
    margin-bottom: 1em;
}

.detalles time{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 255px;
}

/* Comentarios Entrada */
.comentarios{
    width: 830px;
    margin: 50px auto;
    position: relative;
}

#comments{
    display: none;
}

.h2-comentarios{
    font-family: 'ChampagneLimousines';
    font-size: 24px;
    color: #525252;
}

.commentlist{
    padding-left: 0 !important;
    list-style: none !important;
}

.commentlist .comment{
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 2px #c6c6c6 !important;
}

.commentlist .comment .comment-body{
    position: relative;
    padding-left: 130px;
}

.commentlist .comment .comment-body .avatar{
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.commentlist .comment .comment-body .says{
    display: none;
}

.commentlist .comment .comment-body .fn{
    font-family: 'ChampagneLimousines';
    font-size: 20px;
    color: #525252;
    font-style: normal !important;
}

.commentmetadata a,
.commentlist .comment .comment-awaiting-moderation,
.must-log-in,
.must-log-in a,
.mo-openid-app-icons p{
    pointer-events: none !important;
    font-family: 'ChampagneLimousines' !important;
    font-size: 13px !important;
    color: #8b8b8b !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.commentlist .comment .comment-body p{
    font-family: 'ChampagneLimousines';
    font-size: 14px;
    line-height: 1.79;
    color: #525252;
}

#respond{
    background-color: #f9f9f9;
    padding: 20px !important;
}

#reply-title{
    font-family: 'ChampagneLimousines';
    font-size: 24px;
    color: #525252;
}

.logged-in-as{
    font-family: 'ChampagneLimousines' !important;
    font-size: 13px !important;
    color: #8b8b8b !important;
    font-style: normal !important;
}

.logged-in-as a:nth-child(1){
    pointer-events: none !important;
}

label[for='comment']{
    display: none;
}

#comment{
    border: solid 1px #d2d2d2 !important;
    border-radius: 0 !important;
    font-family: 'ChampagneLimousines';
    font-size: 14px;
    line-height: 1.79;
    color: #525252;
    background-color: transparent;
}

#comment:focus{
    box-shadow: none !important;
}

#submit{
   width: 100%;
   border-radius: 0;
   border: solid 1px #66354c;
   font-family: 'ChampagneLimousines';
   font-size: 16px;
   color: #66354c; 
   background: transparent;
   transition: all 0.5s;
   text-transform: uppercase;
}

#submit:hover{
    background-color: #66354c;
    color: white;
}

#submit:focus,
#submit:active{
    outline: none !important;
}

@media only screen and (max-width: 1024px){
    .columna-contenido-blog{
        width: 720px;
    }

    .h2-entrada{
        width: 720px;
    }

    .entradas-relacionadas{
        width: 720px; 
    }

    .compartir-redes a:hover .ico-hover{
        opacity: 0;
    }
    
    .compartir-redes a:hover .ico{
        opacity: 1;
    }

    .entrada-relacionada .enlace-imagen img,
    .entrada-relacionada .enlace-imagen {
        height: 190px;
    }

    .entrada-relacionada .categorias {
        top: 174px;
    }

    .entrada-relacionada .detalles{
        height: 120px;
    }

    .detalles time {
        top: 220px;
    }

    .entrada-relacionada h3 a{
        font-size: 20px;
    }

    .comentarios {
        width: 720px;
    }

}

@media only screen and (max-width: 767px){
    .columna-contenido-blog{
        width: 90%;
    }

    .h2-entrada{
        width: 90%;
    }

    .entradas-relacionadas{
        width: 90%; 
    }

    .entrada-relacionada .enlace-imagen img,
    .entrada-relacionada .enlace-imagen {
        height: 190px;
    }

    .entrada-relacionada .categorias {
        top: 174px;
    }

    .entrada-relacionada .detalles{
        height: 120px;
    }

    .detalles time {
        top: 220px;
    }

    .entrada-relacionada h3 a{
        font-size: 20px;
    }

    .comentarios {
        width: 90%;
    }

    .contenedor-titulo h1 {
        font-size: 20px;
    }

    .contenedor-titulo {
        padding: 15px 15px 30px 15px;
        margin-bottom: 70px;
    }

    .compartir-redes {
        bottom: -55px;
        left: 0;
    }

    .commentlist .comment .comment-body{
        padding-left: 80px;
    }

    .commentlist .comment .comment-body .avatar {
        height: 60px;
        width: 60px;
    }

    .entradas-relacionadas {
        flex-wrap: wrap;
    }

    .entrada-relacionada{
        width: 100%;
        margin-bottom: 30px;
    }
}
/* ICONOS ETIQUETAS */

span[data-term="1"]{
	display: none !important;
}


span[data-term="all"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-todas-color.svg) !important;
}

a[href='http://hostalcortes-local/category/hostal/']::before,
a[href='http://www.hostalcortes.com/category/hostal/']::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-hostal.svg) !important;
}
span[data-term="10"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-hostal-color.svg) !important;
}
a[href='http://hostalcortes-local/category/naturaleza/']::before,
a[href='http://www.hostalcortes.com/category/naturaleza/']::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-naturaleza.svg) !important;
}
span[data-term="11"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-naturaleza-color.svg) !important;
}

a[href='http://hostalcortes-local/category/fiestas/']::before,
a[href='http://www.hostalcortes.com/category/fiestas/']::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-fiestas.svg) !important;
}
span[data-term="12"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-fiestas-color.svg) !important;
}

a[href='http://hostalcortes-local/category/ocio/']::before,
a[href='http://www.hostalcortes.com/category/ocio/']::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-ocio.svg) !important;
}
span[data-term="9"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-ocio-color.svg) !important;
}

a[href='http://hostalcortes-local/category/rutas/']::before,
a[href='http://www.hostalcortes.com/category/rutas/']::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-rutas.svg) !important;
}
span[data-term="8"]::before{
    background-image: url(/wp-content/themes/hostalcortes/images/iconos/ico-rutas-color.svg) !important;
}