
/*LUGAR*/
.post-type-archive-lugar article {
    margin-bottom: 1.5em!important;
}
.list__lugar--img{
    height: 300px;
    border-radius: 10px;
}
.post-type-archive-lugar .post-entry{
    position: relative;
}
.post-type-archive-lugar .big-preview{
    margin: 0!important;
    max-width: 100%!important;
    width: 100%!important;
}
.post-type-archive-lugar .big-preview img{
    border-radius: 10px;
}
.post-type-archive-lugar .entry-content-header{
    background: var(--color-primary)!important;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1111;
    max-width: 70%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 40px;
    padding-left: 20px;
    padding-bottom: 6px;
    padding-top: 6px!important;
}
.post-type-archive-lugar .entry-content-header p {
    text-align: left!important;
    order:2;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300!important;
    text-transform: none!important;
    color: white!important;
    margin-top: 2px!important;
}

.post-type-archive-lugar h2{
    order:1;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    text-align: left!important;
    line-height: 26px!important;
    color: white!important;
    text-transform: none!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 6px!important;

}

.post-type-archive-lugar .av-heading-wrapper{
    display: flex;
    flex-direction: column;
}
.post-type-archive-lugar .entry-content-wrapper {
    margin: 0!important;
}
/*EVENTOS*/
.list__evento--img p,
.list__evento--img h2 {
    margin-right: 20px;
    margin-left: 20px;
    color:white!important;
    margin-top: 0;
    margin-bottom: 0;

}
.list__evento--date{
    position: absolute;
    background: white;
    border-radius: 20px;
    z-index: 2;
    right: 16px;
    top: 16px;
    font-weight: bold;
    background: var(--color-white);
    padding: 3px 20px;
    border-radius: 10px;
    color: var(--color-black);
}
.list__evento--content{
    margin-bottom: 20px;
    z-index: 2;
}
.list__evento--img{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.list__evento--img--gradient{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        to top,
        black, 
        transparent
      );
    z-index: 1;
    border-radius: 10px;
}
.evento .big-preview a{
    border-radius: 10px;
}

/*ITINERARIOS*/
.list__itinerario--content {
   background: #ffffffc9;
   padding-top: 10px;
   padding-bottom: 10px;
}
.list__itinerario--content h2,
.list__itinerario--content p{
    color: var(--color-black)!important;
}
/*Noticias*/
.post-type-archive-noticia .list__evento--img{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.list__noticia--content{
    margin: 0!important;
    background: #eee;
    padding: 20px;
    max-width: 100%!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.post-type-archive-noticia .big-preview {
    padding-bottom: 0!important;
}
.post-type-archive-noticia article{
    margin-bottom: 0.5em!important;
}

/*Promo*/
.post-type-archive-promocion .big-preview{
    padding: 0!important;
}