/* ========================================================================== 
   HCSGI 7 - ESTILOS EXCLUSIVOS DA PÁGINA
   Reaproveita a base estrutural de css/global.css sem duplicar componentes.
   ========================================================================== */
.hcsgi7-main {
    padding-top: 122px !important;
    padding-bottom: 50px;
}

.hcsgi7-container {
    width: calc(100% - 110px);
    max-width: 1110px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hcsgi7-header {
    margin-bottom: 60px;
    text-align: center;
}

.hcsgi7-header h1 {
    margin: 0 0 24px;
    color: #202020;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.hcsgi7-header p {
    margin: 0;
    color: #333333;
    font-size: 27px;
    line-height: 1.34;
    font-weight: 300;
}

.hcsgi7-licensing {
    margin-bottom: 56px;
    text-align: center;
}

.hcsgi7-licensing hr,
.hcsgi7-description hr {
    border: 0;
    border-top: 3px solid #595959;
}

.hcsgi7-licensing hr {
    width: 59%;
    margin: 0 auto 33px;
}

.hcsgi7-licensing hr:last-child {
    margin-top: 33px;
    margin-bottom: 0;
}

.hcsgi7-licensing-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
}

.hcsgi7-licensing-text p {
    margin: 0 0 3px;
}

.hcsgi7-licensing-text p:nth-of-type(3),
.hcsgi7-licensing-text p:nth-of-type(7) {
    margin-top: 5px;
}

.hcsgi7-new {
    color: #aa0000;
}

.hcsgi7-images {
    width: 66%;
    margin: 0 auto 48px;
}

.hcsgi7-images figure {
    margin: 0 0 24px;
}

.hcsgi7-images img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.hcsgi7-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

.hcsgi7-description hr {
    width: 100%;
    margin: 0 0 28px;
}

.hcsgi7-description hr:last-child {
    margin: 28px 0 0;
}

.hcsgi7-description p {
    margin: 0 0 22px;
}

@media (max-width: 900px) {
    .hcsgi7-container {
        width: 100%;
        padding: 0 24px;
    }

    .hcsgi7-header p {
        font-size: 23px;
    }

    .hcsgi7-images {
        width: 78%;
    }
}

@media (max-width: 768px) {
    .hcsgi7-main {
        padding-top: 90px !important;
        padding-bottom: 35px;
    }

    .hcsgi7-container {
        padding: 0 20px;
    }

    .hcsgi7-header {
        margin-bottom: 38px;
    }

    .hcsgi7-header h1 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.05;
    }

    .hcsgi7-header p {
        font-size: 19px;
        line-height: 1.35;
    }

    .hcsgi7-desktop-break {
        display: none;
    }

    .hcsgi7-licensing {
        margin-bottom: 38px;
    }

    .hcsgi7-licensing hr {
        width: 100%;
        margin-bottom: 24px;
    }

    .hcsgi7-licensing hr:last-child {
        margin-top: 24px;
    }

    .hcsgi7-licensing-text,
    .hcsgi7-description {
        font-size: 15px;
        line-height: 1.42;
        text-align: left;
    }

    .hcsgi7-licensing-text p {
        margin-bottom: 7px;
    }

    .hcsgi7-images {
        width: 100%;
        margin-bottom: 36px;
    }

    .hcsgi7-images figure {
        margin-bottom: 20px;
    }

    .hcsgi7-description p {
        margin-bottom: 18px;
    }
}
