/* <--- Blog / Tittle ---> */

#mas-20-blog div.rent-blog {
    margin-top: 226px;
}
#mas-20-blog div.rent-blog h4 {
    font-size: 80px;
    font-weight: 600;
    color: var(--primary-txt);
}
#mas-20-blog div.rent-blog p {
    font-size: 20px;
    font-weight: 400;
    color: var(--prymary-txt);
}
@media screen and (max-width: 767.98px) {
    #mas-20-blog div.rent-blog {
        margin-top: 126px;
    }
    #mas-20-blog div.rent-blog h4 {
        font-size: 3rem;
    }
    #mas-20-blog div.rent-blog p {
        font-size: 1.4rem;
    }
}
/* <--- End Blog / Tittle ---> */

/* <--- Blog / Not-Card ---> */

#mas-20-blog div.rent-notcard {
    margin: 100px auto 130px;
    width: 100%;
}
#mas-20-blog div.rent-notcard p {
    margin: 0;
}
#mas-20-blog div.rent-notcard div.img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    margin-bottom: 90px;
}
#mas-20-blog div.rent-notcard div.main-article-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10%;
}
#mas-20-blog div.rent-notcard div.tittle-notcard a {
    width: 45%;
}
#mas-20-blog div.rent-notcard div.main-article-info a {
    color: var(--prymary-txt);
    text-decoration-line: none;
}
#mas-20-blog div.rent-notcard div.tittle-notcard h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--prymary-txt);
}
#mas-20-blog div.rent-notcard div.info-notcard {
    width: 45%;
}
#mas-20-blog div.rent-notcard div.info-notcard > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#mas-20-blog div.rent-notcard div.info-notcard p {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    font-weight: 400 !important;
    color: var(--primary-txt) !important;
    margin-bottom: 40px !important;
}
#mas-20-blog div.rent-notcard div.info-notcard a {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color-9);
    text-decoration: underline;
}
@media (max-width: 767.98px) {
    #mas-20-blog div.rent-notcard{
       margin: 38px auto 86px;
    }
    #mas-20-blog div.rent-notcard div.img{
        height: 300px;
        margin-bottom: 34px;
    }
    #mas-20-blog div.rent-notcard div.main-article-info {
        padding: 0 20px;
    }
    #mas-20-blog div.rent-notcard div {
        flex-wrap: wrap;
    }
    #mas-20-blog div.rent-notcard div a div.tittle-notcard h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #mas-20-blog div.rent-notcard div a div.tittle-notcard,
    #mas-20-blog div.rent-notcard div div.info-notcard {
        width: 100%;
    }
    #mas-20-blog div.rent-notcard div div.info-notcard div p {
       font-size: 1.2rem;
       line-height: 1.3rem;
       margin-bottom: 29px;
    }
}

/* <--- End Blog / Not-Card ---> */

/* <--- Blog / Cards Places ---> */

#mas-20-blog section.cards-places {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 102px;
}

#mas-20-blog section.cards-places div.card-details {
    width: 100%;
}

#mas-20-blog section.cards-places div.rent-details-places-img {
    background-image: url("../../../img/blog/img-details-places.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 340px;
    height: 340px;
}
@media screen and (max-width: 980px) {
    #mas-20-blog section.cards-places div.rent-details-places-img {
        max-width: 100%;
    }
}
#mas-20-blog div.rent-details-places-info {
    display: grid;
    grid-template-columns: 33% auto auto;
    grid-template-rows: auto;
    grid-template-areas: "img txt social";
    grid-column-gap: 50px;
}
#mas-20-blog div.rent-details-places-info div.places_info {
    text-align: start;
    margin-top: 48px;
}
#mas-20-blog div.rent-details-places-info div.places_info h3 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.7rem;
    letter-spacing: -0.02em;
    color: var(--primary-txt);
}
#mas-20-blog div.rent-details-places-info div.places_info a.nameBlog {
    text-decoration-line: none;
}
.article-title-detail{
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.7rem;
    letter-spacing: -0.02em;
    color: var(--primary-txt);
}
#mas-20-blog div.rent-details-places-info div.places_info p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--primary-txt);
}
#mas-20-blog div.rent-details-places-info div.places_info .readMore { 
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color-9);
    text-decoration: underline;
}
#mas-20-blog div.rent-details-places-info div.places_media {
    display: flex;
    align-items: center;
}
#mas-20-blog div.rent-details-places-info div.places_media div {
    width: 187px;
    height: 59px;
    display: flex;
    justify-content: space-between;
}
#mas-20-blog div.rent-details-places-info div.places_media div div#twitter, 
#mas-20-blog div.rent-details-places-info div.places_media div div#facebook, 
#mas-20-blog div.rent-details-places-info div.places_media div div#instagram {
    width: 59px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-txt);
    background-color: var(--primary-color);
    font-size: 2rem;
}
#mas-20-blog section.cards-places div.card-rent-button {
    margin: 36px auto 190px;
}
#mas-20-blog section.cards-places div.card-rent-button button {
    width: 290px;
    height: 50px;
    font-size: 12px;
    font-weight: 700;    
    color: var(--white-txt);
    border-radius: 5px;
    border: 1px solid var(--primary-color-9);
    background-color: var(--primary-color-9);
    display: none;
}

#mas-20-blog section.cards-places div.card-rent-button button.show {
    display: block;
}

@media(max-width: 1199.98px){
    #mas-20-blog div.rent-details-places-info {
        grid-template-areas: "img txt" "img social";
        grid-template-columns: 40% auto;
        grid-column-gap: 22px;
    }
    #mas-20-blog div.rent-details-places-info div.places_info{
        margin-top: 22px;
    }
}

@media(max-width: 767.98px){
    #mas-20-blog div.rent-details-places-info {
        grid-template-areas: "img" "txt" "social";
        grid-template-columns: 1fr;
    } 
    #mas-20-blog div.rent-details-places-info div.places_info {
        margin-bottom: 60px;
        margin-top: 44px;
        padding: 0 20px;
    }
    #mas-20-blog div.rent-details-places-info div.places_info h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: -0.02em;
    }
    #mas-20-blog div.rent-details-places-info div.places_info p {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.3rem;
    }
    #mas-20-blog div.rent-details-places-info div.places_media{
        padding: 0 20px;
    }
}

/* <--- End Blog Not-Card ---> */

/* Start Blog Categories Section */

div.cont-cards-tips-info {
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin: 150px 0 154px;
}
div.cont-cards-tips-info div.card-tips {
    width: 340px;
    height: 583px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}
div.cont-cards-tips-info div.card-tips div.card-tips-info {
    width: 100%;
    height: 120px;
    margin: auto 0 0;
    padding: 25px;
    background-color: rgba(43, 51, 55, 0.9);
    color: var(--white-txt);
}
div.cont-cards-tips-info div.card-tips div.card-tips-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-txt);
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
/* div.cont-cards-tips-info div.card-tips div.card-tips-info p {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-txt);
    line-height: 20px;
    font-family: 'Lato', sans-serif;
} */
@media screen and (max-width: 991.98px) {
    div.cont-cards-tips-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    div.cont-cards-tips-info div.card-tips {
        margin-bottom: 40px;
        background-size: cover;
    }
}

/* End Blog Categories Section */

div#mas-blog-detail {
    align-items: center;
    display: flex;
    flex-direction: column;
}

div#mas-blog-detail p {
    margin: 0;
}

div#mas-blog-detail h4 {
    font-weight: 600;
    font-size: 8rem;
    line-height: 9.8rem;
    letter-spacing: -0.08em;
    margin-bottom: 10px;
    margin-top: 226px;
}

div#mas-blog-detail p.sub {
    margin-bottom: 56px;
}

@media(max-width: 767.98px) {
    div#mas-blog-detail h4 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 11px;
        margin-top: 126px;
    }

    div#mas-blog-detail p.sub {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 31px;
    }
}


/* Start Detail Article Section */
div#mas-blog-detail section.article {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 124px;
    grid-template-areas: "img img" "social txt";
    width: 100%;
}

div#mas-blog-detail div.article-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    margin-bottom: 64px;
}

div#mas-blog-detail div.article-social {
    display: flex;
    column-gap: 7px;
}

div#mas-blog-detail div.article-social > a > div {
    background-color: var(--primary-color);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-txt);
    font-size: 2rem;
    width: 59px;  
}

a.social-link {
    height: 50px;
}

div#mas-blog-detail div.article-txt img {
    max-width: 100%;
}

@media(max-width: 767.98px) { 
    div#mas-blog-detail section.article {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 124px;
        grid-template-areas: "img" "txt" "social";
    }

    div#mas-blog-detail div.article-img {
        height: 300px;
        margin-bottom: 41px;
    }

    div#mas-blog-detail div.article-txt {
        margin-bottom: 65px;
        padding: 0 20px;
    }

    div#mas-blog-detail div.article-social{
        margin-left: 20px;
    }
}

/* End Detail Article Section */

div#mas-blog-detail div.cont-cards-tips-info{
    margin-top: 128px;
}

#mas-20-blog a.link-category{
    text-decoration: none;
}

.readMoreButton {
    font-size: 12px;
    font-weight: 700;    
    color: var(--white-txt);
    border-radius: 5px;
    border: 1px solid var(--primary-color-9);
    background-color: var(--primary-color-9);
}