.sidebar-right h2{
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
}
.sidebar-right h2 span{
    color: var(--vsf-primary-color2);
}

.sidebar-right a:hover{
    color: #000;
}

/*Sidebar Flashnews*/
.sidebar-right.sidebar-flashnews{
    margin-top: 5.1rem;
}

/*Sidebar Ficha noticia*/
.sidebar-right.sidebar-post{
    margin-top: -1rem;
}

.sidebar-right.sidebar-post .destacados-content a h3,
.sidebar-right.sidebar-post .destacados-content a h4{
    min-height: 0;
}

/*Notas de prensa*/
.sidebar-right .plus {
    display:none;
}

/*Publicidad */
.publicidad-content {
    text-align: center;
    margin-bottom: 2.4375rem;
}
.publicidad-content span {
    letter-spacing: .01em;
    color: #ccc;
    text-transform: uppercase;
    font-size: .66rem;
}

.publicidad-content img{
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}

/* Flash news */

.flashnews-content .content{
    background-color: #eeeeee;
    padding: 1.875rem 1.125rem 1.125rem 1.35rem;
    border-radius: var(--image-border-radius);
    margin-bottom: 2.4375rem;
}

.flashnews-content .content p{
    max-height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
}
.flashnews-content .content p.open{
    max-height: unset;
    cursor: default;
}

.flashnews-content .content p:last-child{
    margin-bottom: 0;
}


/* Destacados */
.destacados-content{
    margin-bottom: 0.4375rem;
}

.destacados-content a{
    display: block;
    margin-bottom: 1.875rem;
}

.destacados-content a .imagen-content{
    position: relative;
    margin-bottom: 1rem;
}

.destacados-content a .imagen-content .imagen {
    display: block;
    padding-bottom: 63.25%;
}

.destacados-content a .imagen-content .imagen span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    border: 1px solid #ededed;
}

.destacados-content a .imagen-content .imagen span img{
    width: 100%;
    height: auto;
    transition: transform 1s ease;
    object-fit: cover;
    object-position: center;
}

.destacados-content a h3,
.destacados-content a h4{
    font-size: 1rem;
    margin-bottom: 0.5625rem;
    color: #000;
    font-weight: 600;
}

.destacados-content a p{
    color: var(--vsf-body-color);
    max-height: 2.45rem;
    overflow: hidden;
    margin: 0;
}

.destacados-content a:hover{
    text-decoration: none;
}
.destacados-content a:hover img{
    transform: scale(1.1);
}
.destacados-content a:hover h4{
    text-decoration: underline;
}

/* Premios */
.premios-content a{
    border: 1px solid var(--vsf-primary-color);
    border-radius: var(--image-border-radius);
    display: flex;
    color: #000;
    padding: 1.375rem 1rem 1.375rem 1.375rem;
    margin-bottom: 2.4375rem;
}

.premios-content a img{
    width: 39%;
    height: 39%;
    margin-right: 1rem;
}

.premios-content a span{
    color: var(--vsf-primary-color);
    font-size: 0.8rem;
}

.premios-content .premios-text p{
    font-size: 1.125rem;
    font-weight: 500;
}

.premios-content .premios-text span{
    font-size: 1rem;
    font-weight: 500;
}

/*Eventos Magazine */

.magazine-content{
    margin-bottom: 2.4375rem;
    background-color: #2573B5;
    border-radius: var(--image-border-radius);
    padding: 2rem 1.8125rem;
    text-align: center;
}
.recetas-content{
    margin-bottom: 2.4375rem;
    background-color: #FEF2E8;
    border-radius: var(--image-border-radius);
    padding: 2rem 1.8125rem;
    text-align: center;
}

.magazine-content img,
.recetas-content img{
    width: 100%;
    height: auto;
    margin-bottom: 1.139rem;
}

.magazine-content p{
    color: white;
    margin-bottom: 1.139rem;
}

.magazine-content a{
    background-color: white;
    border-radius: var(--button-border-radius);
    border: 2px solid white;
    color: #2573B5;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.magazine-content a:hover,
.recetas-content a:hover{
    background-color: #2573B5;
    color: white;
    font-weight: 500;
}

/* Buscador */

.sidebar-right .sidebar-right-form{
    padding: 1.3rem 1.125rem;
    background-color: #FF8503;
    margin-bottom: 2.25rem;
}
.sidebar-right .sidebar-right-form .btn-search {
    background-color: black;
    color:white;
    border: 2px solid black;
}
.sidebar-right .sidebar-right-form .btn-search:hover {
    background-color: white;
    color:black;
}

.sidebar-right .sidebar-right-form .form-group{
    position: relative;
    margin-bottom: 0.5625rem;
}

.sidebar-right .sidebar-right-form svg{
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-weight: 500;
    color: var(--vsf-primary-color);
    font-size: 1rem;
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-right .sidebar-right-form input,
.sidebar-right .sidebar-right-form select{
    padding-left: 3.3rem;
}

.sidebar-right .sidebar-right-form select {
    -webkit-appearance: none;
    background-image: url('/wp-content/themes/eventoplus/img/chevron-down.png');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    cursor: pointer;
}

.sidebar-right .sidebar-right-form input::placeholder{
    color: #4C4C4C;
}

.sidebar-right .sidebar-right-form button{
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--button-border-radius);
    border: 1px solid black;
}


/* Categorias */

.sidebar-right .sidebar-categorias{
    margin-bottom: 2.25rem;
}

.sidebar-right .sidebar-categorias ul{
    list-style: none;
    padding: 0;
}
.sidebar-right .sidebar-categorias li{
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
}

.sidebar-right .sidebar-categorias li a{
    color: #707070;
    font-size: 0.875rem;
}

.sidebar-right .sidebar-categorias .sidebar-link-all .far,
.sidebar-right .sidebar-categorias .sidebar-link-all svg{
    margin-left: 0.625rem;
    color: var(--vsf-primary-color);
    font-size: 0.75rem;
}

.sidebar-right .sidebar-categorias .sidebar-link-all:hover{
    color: var(--vsf-primary-color);
}


/*Sidebar news*/
.sidebar-right .sidebar-news{
    margin-bottom: 2.4375rem;
}

.sidebar-right .sidebar-news ul{
    padding: 0;
    list-style: none;
}

.sidebar-right .sidebar-news .item{
    display: flex;
    margin-bottom: 1.875rem;
    color: #000;
}

.sidebar-right .sidebar-news .container-imagen{
    flex: 0 0 86px;
    margin-right: 1rem;
}
.sidebar-right .sidebar-news .container-imagen .imagen{
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: var(--image-border-radius);
}
.sidebar-right .sidebar-news .container-imagen .imagen span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sidebar-right .sidebar-news .container-imagen .imagen span img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
}

.sidebar-right .sidebar-news h3{
    font-size: 0.9375rem;
    margin-bottom: 0;
    font-weight: 500;
}


.sidebar-right .sidebar-news .item:hover img{
    transform: scale(1.1);
}

/*Sidebar lo más visto*/
.sidebar-right .sidebar-masVisto{
    margin-bottom: 3.17rem;
}
.sidebar-right .sidebar-masVisto ul{
    list-style: none;
    padding: 0;
}

.sidebar-right .sidebar-masVisto li{
    margin-bottom: 1.875rem;
}
.sidebar-right .sidebar-masVisto a{
    color: #000;
}
.sidebar-right .sidebar-masVisto a .description-note{
    color: black;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    line-height: 1.3;
    margin-bottom: 0.3125rem;
}
.sidebar-right .sidebar-masVisto a span{
    color: #4C4C4C;
    font-size: 0.875rem;
}

/*Sidebar podcasts*/
.sidebar-right .sidebar-podcasts{
    margin-bottom: 2.875rem;
}
.sidebar-right .sidebar-podcasts .sidebar-podcasts-content{
    margin-bottom: 1.875rem;
}

.sidebar-right .sidebar-podcasts .content img{
    width: 100%;
    background-color: #FEF2E8;
}


/*Sidebar redes sociales*/
.sidebar-right .sidebar-redes{
    margin-bottom: 2.875rem;
}
.sidebar-right .sidebar-redes img{
    width: 100%;
    border-radius: var(--image-border-radius);
}

/*Sidebar author*/
.sidebar-right .author{
    padding: 1.875rem 1.875rem 1.5rem;
    border: 1px solid #DDD;
    border-radius: var(--image-border-radius);
    margin-bottom: 2.4375rem;
}

.sidebar-right .author .foto{
    margin-bottom: 0.6875rem;
}

.sidebar-right .author .foto img{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.sidebar-right .author .name div{
    font-size: 1rem;
    font-weight: 600;
    color: var(--vsf-primary-color);
}

.sidebar-right .author .name p,
.sidebar-right .author .evento p,
.sidebar-right .author .bio p,
.sidebar-right .author .text p{
    margin-bottom: 0;
}

.sidebar-right .author .name{
    margin-bottom: 1.375rem;
}

.sidebar-right .author .evento{
    margin-bottom: 1rem;
}
.sidebar-right .author .text{
    margin-bottom: 0.75rem;
}

.sidebar-right .author .bio{
    margin-bottom: 0.875rem;
}

.sidebar-right .author .link-mas{
    margin-bottom: 1.9375rem;
}
.sidebar-right .author .link-mas a{
    padding-bottom: 0.1rem;
    border-bottom: 1px solid var(--vsf-primary-color);
    font-weight: 500;
}

.sidebar-right .author .link-mas a:hover{
    text-decoration: none;
    color: var(--vsf-primary-color);
}

.sidebar-right .author .link-miembros a{
    padding-bottom: 0.1rem;
    border-bottom: 1px solid var(--vsf-primary-color);
    font-weight: 500;
}

.sidebar-right .author .link-miembros a:hover{
    text-decoration: none;
    color: var(--vsf-primary-color);
}

.sidebar-right .author .redes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.875rem;
}

.sidebar-right .author .redes a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDD;
    box-shadow: 0 1px 10px #0000000F;
    border-radius: 50%;
    color: #000000;
}

.sidebar-right .author .redes a:hover{
    text-decoration: none;
    background-color: var(--vsf-primary-color);
    color: white;
}

.sidebar-right .author .redes a span{
    font-size: 1.1875rem;
}

@media (max-width: 991px){
    .sidebar-right .sidebar-right-form{
        margin-top: 1.3rem;
    }
}

@media (max-width: 767px){

}

@media (max-width: 575px){
    .sidebar-right .sidebar-right-form{
        margin-top: 0;
    }
}