/* ESTILOS PARA LA PÁGINA INFORMES */

body.informes .breadcrumb {
  margin-bottom: 30px;
  background-color: transparent;
  padding: 15px 0 0 0;
}
body.informes .breadcrumb a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
body.informes .breadcrumb span {
  margin: 0 10px;
}
body.informes .breadcrumb .active {
  color: #A8A8A8;
  text-transform: uppercase;
}

section.cab_informes {
    background: #ffffff url("../../../assets/img/informes/informes_header_bg.png") no-repeat top center;
    background-size: cover;
    min-height: 395px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.cab_informes .tit_informes h1 {
    font-size: 45px;
    line-height: 48px;
    color: #FFFFFF;
    font-family: 'Avenir-Black', sans-serif;
    letter-spacing: .5px;
    margin: 0;
}

.informes_img_1 {
    width: 100%;
    margin-bottom: 20px;
}

.informes_img_1 img {
    width: 100%;
    height: auto;
    display: block;
}

.informes_destacado {
    width: 100%;
    margin-bottom: 20px;
}

.informes_destacado .bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.informes_destacado .contenido_destacado {
    padding: 20px;
}

.tag_rojo {
    color: #BA0C2F;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'AmsiPro-Bold', sans-serif;
}

.tag_gris {
    color: #A8A8A8;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'AmsiPro-Bold', sans-serif;
}

.informes_destacado h2 {
    color: #FFFFFF;
    font-size: 30pt;
    margin-bottom: 20px;
    font-family: 'Avenir-Black', sans-serif;
    line-height: 1.2;
    letter-spacing: .5px;
}

.informes_destacado p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.informes_img_2 {
    width: 100%;
    margin-bottom: 20px;
}

.informes_img_2 img {
    width: 100%;
    height: auto;
    display: block;
}

.informes_grid {
    background-color: #FFFFFF;
    padding: 60px 0 100px 0;
}

.grid_cabecera {
    margin-bottom: 50px;
}

.grid_cabecera h2 {
    font-size: 40pt;
    color: #1f1627;
    margin: 0;
    font-family: 'Avenir-Black', sans-serif;
    letter-spacing: .5px;
}

.grid_cabecera .desc_top {
    color: #000000;
    font-size: 16px;
    margin-top: 15px;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.row_grid .grid_item {
    margin-bottom: 30px;
}

.row_grid .grid_item h4 {
    font-family: 'AmsiPro-Regular', sans-serif;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.row_grid .grid_item .txt_body {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.btn_enlace {
    color: #BA0C2F;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.btn_enlace:hover {
    color: #1f1627;
    text-decoration: underline;
}

/* ESTILOS INFORME DETALLE */
.hero_detalle {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0 60px 0; /* Changed padding to push content down */
    min-height: 500px;
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
}

.overlay_gradient {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(31,22,39,0.9) 0%, rgba(31,22,39,0.2) 100%);
    z-index: 1;
}

.relative_z {
    position: relative;
    z-index: 2;
    width: 100%;
}

.tag_rojo_hero {
    color: #BA0C2F; /* Updated to exact corporate red */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'AmsiPro-Bold', sans-serif;
}

.tit_blanco_hero {
    color: #FFFFFF;
    font-size: 48px;
    font-family: 'Avenir-Black', sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
}

.txt_blanco_hero {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'AmsiPro-Regular', sans-serif;
    line-height: 1.5;
}

.intro_detalle {
    background-color: #f7f7f7;
    padding: 100px 0;
}

.tit_negro_intro {
    font-size: 42px;
    color: #1f1627;
    font-family: 'Avenir-Black', sans-serif;
    margin-bottom: 20px;
}

.txt_gris_intro {
    font-size: 20px;
    color: #555;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.split_detalle {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
}

.split_img {
    width: 50%;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.split_form_container {
    width: 50%;
    padding: 60px 8%;
    background-color: #FFFFFF;
}

.tit_form {
    font-size: 28px;
    color: #1f1627;
    font-family: 'Avenir-Black', sans-serif;
    margin-bottom: 25px;
}

.txt_form {
    font-size: 15px;
    color: #333;
    font-family: 'AmsiPro-Regular', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
}

.formulario_descarga {
    margin-top: 40px;
}

.formulario_descarga label {
    font-family: 'AmsiPro-Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.formulario_descarga .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    height: 45px;
    margin-bottom: 25px;
    font-family: 'AmsiPro-Regular', sans-serif;
}

.btn_rojo {
    background-color: #e51b3e;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-family: 'AmsiPro-Bold', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn_rojo:hover {
    background-color: #BA0C2F;
}

.checkbox_group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.check_box_container {
    font-family: 'AmsiPro-Regular', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .split_img, .split_form_container {
        width: 100%;
    }
    .split_img {
        min-height: 400px;
    }
}
