.eyebrow_barra {
    height: 1px;
    width: 3rem;
    flex-shrink: 0;
}

.eyebrow_texto {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.titular {
    font-size: clamp(2rem, 4vw, 3rem);   text-wrap: balance;}
.texto_descriptivo{text-wrap:pretty;}
.img-card {
    aspect-ratio: 4/5;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    transition: transform .7s ease;
}

.img-card:hover {
    transform: rotate(0deg) !important;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rotate-cw {
    transform: rotate(2deg);
}

.rotate-ccw {
    transform: rotate(-2deg);
}
.texto_teaser_con_destacado .destacado {
    bottom: -1.5rem;
    left: -1.5rem;
}
.texto_teaser_img_dcha_con_destacado .destacado {
    bottom: -1.5rem;
    right: -1.5rem;
    left: auto;
}
.destacado_frase1 {
    font-style: italic;
    font-size: 1.5rem;
    color: #fff;
}

.destacado_frase2 {
    font-size: .875rem;
    font-style: normal;
    color: #fff;
    opacity: .9;
}