.header{
    top:0;
    padding-bottom:15px !important;
    background:var(--colorPrimary);
}
.logo-universally{
    display:block !important;
    padding:0 0 0 15px !important;
}
.logo-universally a{
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    display:flex;
}
.menuExt>div{
    padding:0 10px;
}
.menuExt>div:before{
    content:none !important;
}
.header.hfixed .logo-universally a{
    color:var(--colorPrimary);
}

.container-hero,
.container-hero figure{
    height:60vh !important;
}
h1#newsTitle{
    font-size:36px;
}
h2{
    font-size:24px !important;
}
h3{
    font-size:20px !important;
}
#newsLeadVisualImage,.newsBlockImageAsset{
    max-width:100%;
    border-radius:40px;
    max-height:70vh;
    width:100%;
    object-fit:cover;
}
.cols-flex-blog>.row{
    align-items:center;
}
.cols-flex-blog>.row>.col{
    max-width:max-content;
}
.newsBlocks>div {
    margin-top:20px;
}
#newsAuthor{
    display: flex;
    gap: 10px;
    align-items: center;
}
#newsAuthor img{
    order:1;
}
#newsAuthor p{
    order:2;
}
#newsDescription{
    font-size:24px;
    margin-top:10px;
    line-height:1;
}
.newsAuthorName{
    color:var(--colorPrimary);
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px
}
.noticia>.row>.col:has(#newsAuthor){
    display: flex;
    align-items: center;
    gap:10px;
}
div:has(>a>.card){
    margin-bottom:1.5rem;
}
.grid-blog>.row>div{
    padding-right:0;
    padding-left:0;
}
.grid-blog .newsList, .grid-blog .newsList>.row{
    height:100%;
}
a:has(.card){
    height:100%;
    display:block;
}
.newsList>.row>div{
    margin-bottom:20px;
}
.newsList .w-100{
    display:none;
}
.newsList .card{
    background: #E6EDF0;
    border-radius: 30px;
    padding: 20px;
    border:none;
    height:100%;
}
.card figure img{
    border-radius:15px;
}
.image img,.wrapper-card-hotel-experiencia.bRadius{
    border-radius:30px;
}
.card .card-body{
    display:flex;
    flex-direction:column;
}
.card .card-body div:has(.badge){
    order:1;
}
.card .card-body .card-title{
    order:2;
    font-size:24px !important;
}
.card .card-body .card-text{
    order:3;
}
.card .newsList-readMoreContainer{
    order:4;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.card .newsList-readMoreContainer a .newsList-readMore{
    min-width: 280px;
    padding: 12px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    transition: .5s all;
    background: #fff;
    color: var(--colorPrimary);
}
.card .newsList-readMoreContainer a .newsList-readMore:hover{
    background:var(--colorPrimary);
    color:#fff;
}
.badge.bg-secondary{
    background-color:transparent !important;
    border:none;
    color:var(--colorPrimary);
    font-weight:600;
    padding:0;
    margin-bottom:5px;
}
.icon-swiper{
    font-size: 2.5rem;
    margin-bottom: 20px;
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid var(--colorPrimary);
    border-radius:50%;
    margin:0 auto 20px auto;
}
.swiper-blog-experiences .card-hotel-experiencia img.img-responsive{
    height:280px;
}
@media(max-width:1199px){
    .hfixed .menuExt{
      margin-left:0 !important;
}
}
@media (max-width: 1024px) {
    .header.hfixed .top-menu > .row > div:nth-child(2) {
        display: block !important;
    }
}