.item_informe_pub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background: #ffffff;
    color: #081d30;
    text-decoration: none;
}

.item_informe_pub_header {
    display: flex;
    font-size: 10.5pt;
    padding-bottom: 6px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
    z-index: 4;
}
span.separate_pub {
    width: 1px;
    display: block;
    background: #081d30;
    margin: 0px 5px;
    height: 13px;
}
.item_informe_pub_header span b {
    font-family: 'raleway_semi_bold' !important;
}

span.item_informe_pub_body_title {
    font-size: 20pt;
    font-family: 'raleway_extra_bold';
    line-height: 19pt;
    letter-spacing: -0.5px;
}

span.item_informe_pub_body_date {
    font-size: 12pt;
    font-family: 'raleway';
    font-style: oblique;
    font-weight: lighter !important;
    margin-top: 2px;
    display: block;
}

.item_informe_pub_cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 2;
}
.item_informe_pub_cta span {
        background: #081d30;
        width: 100%;
        display: block;
        padding: 6px 6px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 18px;
        font-weight: normal;
        font-size: 11pt;
}

.item_informe_pub_bg {
    width: 54%;
    position: absolute;
    right: 25px;
    bottom: 65px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(100% - 60px);
    background-position: bottom;
}

.item_informe_pub_body {
    position: relative;
    z-index: 2;
}

.inf-fem {
}
.item_informe_pub_bg.inf-pes {
    width: 70%;
}
.item_informe_pub_bg.inf-fem {
    width: 50%;
    right: 10px;
    height: calc(100% - 70px);
}
.carousel-indicators.informes [data-bs-target]{
    background-color: #081d30 !important;
}
.carousel-indicators.informes {
    margin: 14px 28px;
}



.item_tienda_cell {
    box-shadow: 0px 0px 15px #00000047 !important;
    background: #ffffff;
    padding: 0;
    height: 360px;
    border: 1px solid #efefef;
}

.item_tienda_cell .item_informe_pub_cta {
}

div#myCarouselInformeCell .carousel-indicators {
    top: 13px !important;
    right: 25px !important;
    bottom: unset !important;
    left: unset !important;
}


.item_caser_container_img{
    background-image: url('https://www.maximixe.com/img/bg_caser_img.jpg');
}