
/* MonteHermoso.com - Página Turística */

.mh-tour-main {
    background: #ffffff;
}

.mh-tour-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.mh-tour-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    background: #163843;
}

.mh-tour-hero__image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mh-tour-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(9, 28, 34, .70) 0%,
        rgba(9, 28, 34, .25) 45%,
        rgba(9, 28, 34, .03) 78%
    );
}

.mh-tour-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 42px;
}

.mh-tour-title {
    margin: 0;
    max-width: 900px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 700;
    color: #ffffff;
    text-wrap: balance;
}

.mh-tour-header-noimage {
    background: #f5f7f6;
    padding: 56px 0 28px;
}

.mh-tour-header-noimage .mh-tour-title {
    color: #163843;
}

.mh-tour-content-wrap {
    padding-top: 46px;
    padding-bottom: 70px;
}

.mh-tour-content {
    width: min(820px, 100%);
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
    color: #33464d;
}

.mh-tour-content > *:first-child {
    margin-top: 0;
}

.mh-tour-content h2 {
    margin-top: 2.2em;
    margin-bottom: .7em;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #163843;
}

.mh-tour-content h3 {
    margin-top: 1.8em;
    margin-bottom: .6em;
    font-size: 24px;
    line-height: 1.2;
    color: #163843;
}

.mh-tour-content p {
    margin: 0 0 1.3em;
}

.mh-tour-content a {
    color: #078da7;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.mh-tour-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.mh-tour-content figure {
    margin: 2em 0;
}

.mh-tour-content figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #6d7a7f;
    text-align: center;
}

.mh-tour-content .wp-block-image.alignwide,
.mh-tour-content .alignwide {
    width: min(1040px, calc(100vw - 40px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.mh-tour-content .wp-block-image.alignfull,
.mh-tour-content .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 900px) {
    .mh-tour-hero__image {
        height: 440px;
    }

    .mh-tour-content {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .mh-tour-shell {
        width: min(100% - 28px, 1120px);
    }

    .mh-tour-hero {
        min-height: 330px;
    }

    .mh-tour-hero__image {
        height: 360px;
    }

    .mh-tour-hero__content {
        padding-bottom: 24px;
    }

    .mh-tour-title {
        font-size: 36px;
    }

    .mh-tour-content-wrap {
        padding-top: 32px;
        padding-bottom: 50px;
    }

    .mh-tour-content {
        font-size: 16.5px;
        line-height: 1.7;
    }

    .mh-tour-content h2 {
        font-size: 29px;
    }
}
