.pt40{
    padding-top: 40px;
}
h1{
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 53.2px */
    margin-bottom: 16px;
}
h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: none;
    margin: 30px 0;
}
p{
    font-size: 17px;
    font-weight: 500;
}
p.subtitle-up{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.tablepress {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: #FAFAFA;
}
.tablepress>:where(thead,tfoot)>*>th, .tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>*{
    border: 1px solid #DBDBDB;
    background: #FAFAFA;
    padding:20px;
}
.column-1 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}
.content-blog p a{
    color: #002060;
}
.content-blog h2{
    margin-bottom: 30px
}
.content-blog h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.content-blog ul li{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 140%;
}
b,strong{
    font-weight:600;
}


.aside-tours{
    position: sticky;
    top: 90px;
}
.aside-tours .tours-rec{
    border-radius: 24px;
    background: #EBF5E3;
    padding: 24px;
}
.aside-tours .tours-rec h2{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4px;
    margin-top: 0px;
}
.tours-aside-box{
    display: flex;
    width: 100%;
    gap: 15px;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #C7C7C7;
}
.tours-aside-box img{
    width: 50%;
}
.tours-aside-box p, .tours-aside-box p a{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
    text-decoration: none;
}
.tours-rec > *:last-child {
    border-bottom: none;
    padding-bottom: 0px; 
}

.blog-recommended{
    display: flex;
    flex:1;
    gap: 30px;
}
.blog-recommended .item{
    flex: 1;
    box-sizing: border-box;
    padding: 0px;
}
.blog-recommended .item img{
    width: 100%;
    border-radius: 16px;
    height: 154px;
    margin-bottom: 16px;
    object-fit: cover;
}
.blog-recommended .item a{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0px;
    text-decoration: none;
}
.wsp-contact-mensaje{
    border-radius: 24px;
    border: 1px solid #00A213;
    background: #00A213;
    margin-top: 20px;
    padding: 24px;
}
.wsp-contact-mensaje p{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    margin-bottom: 0px;
}
.wsp-contact-mensaje p a{
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
}

h2.similar-reads{
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .blog-recommended{
        display: inherit;
    }
    .aside-tours .tours-rec{
        display:none;
    }
}