.rebotito {
  display: inline-block; /* Necesario para que transform funcione en elementos <a> */
  animation: rebote-suave 2s infinite ease-in-out;
}

@keyframes rebote-suave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px); /* Eleva suavemente el botón */
  }
}
.item_informe_pub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background: #fbbb11;
    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: 18pt;
    font-family: 'raleway_extra_bold';
    line-height: 18pt;
    letter-spacing: -0.5px;
}

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

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

.item_informe_pub_bg {
    width: 40%;
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100% - 80px);
    background-position: right;
}

.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-bloque-caser-26.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
}

.item_caser_container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.item_caser_subtitle {
}

.item_caser_container_text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: linear-gradient(90deg, black, #00000082, transparent);
}

.item_caser_subtitle {
    font-size: 12pt;
    font-family: 'raleway_extra_bold';
}

.item_caser_title {
    font-size: 28pt;
    font-family: 'raleway_extra_bold';
}

.item_caser_detalle {
    position: absolute;
    bottom: 20px;
    font-size: 10pt;
    line-height: 12pt;
}

div#myCarouselInformeCell {
    border-radius: 12px;
    overflow: hidden;
}


.sz-title-store span.item_informe_pub_body_title {
    font-size: 22pt;
    line-height: 23pt;
}

@media (max-width: 768px) {
    .item_informe_pub_bg{
        width: 40%;
    }
    .item_informe_pub_bgx {
    text-align: center;
}

.item_informe_pub_header {
    text-align: center;
    display: block;
    border: 0;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-size: 9pt;
}
.item_informe_pub_body_title{
    text-align: center;
    display: block;
    font-size: 14pt !important;
    line-height: 15pt !important;
}
.sz-title-store .item_informe_pub_body_title{
    text-align: center;
    display: block;
    font-size: 18pt !important;
    line-height: 17pt !important;
}
span.item_informe_pub_body_date{
        text-align:center;
        display:block;
        font-size: 11pt !important;
        line-height: 16pt !important;
    }
.item_informe_pub_header span {
    display: inline-block;
}
span.separate_pub{
     height: 10px;
 }

.item_informe_pub_cta {
    width: 100%;
}

.item_tienda_cell{
    height: 420px !important;
    box-shadow: none !important;
}
}