/* =========================================================
   REVISTA HEMICICLO
   ESTILOS GENERALES
   Portada + contenido + footer
   La cabecera se controla exclusivamente desde header.css
   ========================================================= */


/* =========================================================
   PIE DE PÁGINA
   ========================================================= */

.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer_wrapper {
    background: #071d2b;
    border-top: 3px solid #c6922d;
}

.pkp_structure_footer {
    max-width: 1200px;
    margin: 0 auto;
}

.pkp_footer_content {
    background: transparent;
    color: #fff;
}


/* =========================================================
   PORTADA HEMICICLO
   ========================================================= */

.hemiciclo_home {
    max-width: 1200px;
    margin: 0 auto;
}

.hemiciclo_intro {
    padding: 70px 40px;
    background: #f5f5f3;
    border-bottom: 1px solid #ddd;
}

.hemiciclo_intro_inner {
    max-width: 900px;
}

.hemiciclo_kicker {
    display: block;
    margin-bottom: 12px;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;

    color: #b9872f;
}

.hemiciclo_intro h1 {
    margin: 0 0 20px;

    font-size: 48px;
    line-height: 1.05;

    color: #071d2b;
}

.hemiciclo_intro p {
    max-width: 800px;

    font-size: 17px;
    line-height: 1.8;

    color: #333;
}


/* =========================================================
   BOTONES
   ========================================================= */

.hemiciclo_btn {
    display: inline-block;

    margin-top: 16px;
    padding: 12px 22px;

    background: #071d2b;
    color: #fff !important;

    text-decoration: none;
    font-weight: 700;

    border-radius: 3px;
}

.hemiciclo_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.hemiciclo_btn_outline {
    background: transparent;

    color: #071d2b !important;

    border: 1px solid #071d2b;
}


/* =========================================================
   NÚMERO ACTUAL / CONTENIDO ADICIONAL
   ========================================================= */

.hemiciclo_current_issue,
.hemiciclo_no_issue,
.hemiciclo_additional_content {
    padding: 55px 40px;
}

.hemiciclo_section_heading span {
    display: block;

    margin-bottom: 5px;

    color: #b9872f;

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.hemiciclo_section_heading h2 {
    margin-top: 0;

    font-size: 34px;

    color: #071d2b;
}

.hemiciclo_issue_identification {
    margin-bottom: 30px;

    font-size: 18px;
    font-weight: 700;
}

.hemiciclo_issue_actions {
    margin-top: 30px;
}


/* =========================================================
   RESPONSIVE DEL CONTENIDO
   NO TOCA LA CABECERA
   ========================================================= */

@media (max-width: 768px) {

    .pkp_structure_content {
        width: 100%;
        max-width: none;

        margin: 0;
        padding: 0;
    }

    .pkp_structure_main {
        width: 100%;
        max-width: none;

        margin: 0;
        padding-left: 20px;
        padding-right: 20px;

        box-sizing: border-box;
    }

    .hemiciclo_home {
        width: 100%;
        max-width: none;

        margin: 0;
    }

    .hemiciclo_intro,
    .hemiciclo_current_issue,
    .hemiciclo_no_issue,
    .hemiciclo_additional_content {
        width: 100%;

        padding: 35px 22px;

        box-sizing: border-box;
    }

    .hemiciclo_intro h1 {
        font-size: 38px;
        line-height: 1.1;
    }

    .hemiciclo_intro p {
        font-size: 18px;
        line-height: 1.65;
    }

    .hemiciclo_section_heading h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .pkp_structure_footer {
        width: 100%;
        max-width: none;

        padding-left: 20px;
        padding-right: 20px;

        box-sizing: border-box;
    }
}