.page-content-block-container {
    width: 100%;
    height: max-content;
    display: block;
}

.iframe_container_block_recomendation {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    inset: 0;
    display: none;
    position: absolute;
    align-items: center;
    overflow: hidden !important;
    justify-content: center;
    z-index: 99999999999;
}

.block-recomendation-container {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(173, 173, 173);
    justify-content: space-around;
    padding: 0;
    margin-top: 40px;
}

.content_area {
    height: 100%;
    width: 75%;
    text-transform: uppercase;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}


.container_button_watch {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bibliografy-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.bibliografy-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.bibliografy-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left, #591202 0%, #591202 8%, #591202 92%, #592C1C 100%);
}

.bibliografy-front {
    display: block;
    position: relative;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: #260101;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}


.iframe_styled_block {
    width: 380px;
    height: 608px;
}