.inc_offref_vidpor_contenedor_general {
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/*--------------------------------------------------------------*/
/*----------------------- MENU SUPERIOR ------------------------*/
/*--------------------------------------------------------------*/

.inc_offref_vidpor_link_without_style {
    color: inherit !important;
    text-decoration: inherit !important;
}

.inc_offref_vidpor_vf_contenedor {
    width: 100%;
    max-width: 960px;
    height: auto;
    /* background-color: #fff; */
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.inc_offref_vidpor_vf_columna1 {
    width: 36%;
    /* height: auto; */
}

.inc_offref_vidpor_vf_columna2 {
    width: 64%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    background: rgba(255, 255, 255, 0);
    /* background: rgb(32, 36, 47); */
    /* background: linear-gradient(180deg, rgba(32, 36, 47, 1) 0%, rgba(61, 67, 87, 1) 100%); */
    padding: 15px 22px 15px 28px;
    /*transition: all ease .1s;*/
    justify-content: space-between;
    margin: 9px 0px 9px 0px;
    border-radius: 0px 8px 8px 0px;
}

.inc_offref_vidpor_vf_iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.inc_offref_vidpor_vf_contenedor_imagen_cover {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    border-radius: 9px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inc_offref_vidpor_vf_imagen_de_cover {
    width: 100%;
}

.inc_offref_vidpor_vf_play_de_cover {
    position: absolute;
    max-width: 60px;
}

.inc_offref_vidpor_vf_iframe_responsivo {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0px;
    position: relative;
}

.inc_offref_vidpor_vf_iframe_responsivo iframe,
.inc_offref_vidpor_vf_iframe_responsivo object,
.inc_offref_vidpor_vf_iframe_responsivo embed {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.inc_offref_vidpor_vf_identidad_contenedor {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 1;
}

.inc_offref_vidpor_vf_icono_play {
    width: 0px;
    height: 0px;
}

.inc_offref_vidpor_vf_texto_de_identidad {
    white-space: nowrap;
    letter-spacing: 4px;
    padding: 6px 12px 6px 16px;
    font: 9px/1.2em 'GBook', Arial, sans-serif;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    background: linear-gradient(90deg, rgba(254, 254, 254, .09) 0%, rgba(128, 128, 128, .09) 100%);
}

.inc_offref_vidpor_vf_identidad_imagen {
    min-width: 150px;
    max-width: 150px;
    background: none;
    padding: 0px 0px 0px 0px;
}

.inc_offref_vidpor_vf_identidad {
    width: 100%;
    max-width: 180px;
}


.inc_offref_vidpor_vf_contenedor_control_derecho {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
}

.inc_offref_vidpor_vf_envivo {
    width: auto;
    height: 30px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 21px 10px 21px;
    background: rgb(255, 0, 59);
    background: linear-gradient(180deg, rgba(255, 0, 59, 1) 0%, rgba(128, 0, 0, 1) 100%);
    text-rendering: optimizeLegibility;
    font: 12px / 1.2em 'GMed', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    z-index: 9;
}

.inc_offref_vidpor_vf_envivo_texto_dinamico {
    color: #fff;
    text-align: center;
}

.inc_offref_vidpor_vf_desplegable {
    background-color: rgba(255, 255, 255, .09);
    border-radius: 50px;
    line-height: 0px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 6;
}



.inc_offref_vidpor_vf_desplegable_sup {
    display: none;
    transform: rotate(0deg);
}

.inc_offref_vidpor_vf_desplegable_flecha {
    padding-top: 2px;
    width: 14px;
    height: 14px;
    filter: contrast(100) invert(1);
}

.inc_offref_vidpor_vf_cabeza {
    width: 100%;
    text-rendering: optimizeLegibility;
    font: 25px / 1.2em 'GBold', Arial, sans-serif;
    display: flex;
    order: 3;
    align-items: center;
    margin-top: 0;
    /* color: #fff; */
    margin-top: 12px;
}

.inc_offref_vidpor_vf_contenedor_resumen_herramientas {
    width: 100%;
    height: auto;
    display: flex;
    order: 4;
    flex-direction: column;
    justify-content: flex-end;
}

.inc_offref_vidpor_vf_resumen {
    width: 100%;
    text-rendering: optimizeLegibility;
    font: 13px / 1.3em 'GBook', Arial, sans-serif;
    display: flex;
    order: 4;
    overflow: hidden;
    /* color: #fff; */
    margin-top: 6px;
}

.inc_offref_vidpor_vf_herramientas {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 5;
    margin-top: 12px;
}

.inc_offref_vidpor_vf_grelacionado {
    font: 11px / 1.2em "GMed", Arial, sans-serif;
    color: #fff;
    background-color: rgba(255, 255, 255, .08);
    padding: 10px 21px 10px 21px;
    border-radius: 18px;
}

.inc_offref_vidpor_vf_enlace_accion {
    text-decoration: none;
    width: 33px;
    height: 33px;
    background-color: rgba(255, 255, 255, .09);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inc_offref_vidpor_vf_i_relacionado,
.inc_offref_vidpor_vf_i_expandir,
.inc_offref_vidpor_vf_i_compartir {
    width: auto;
    opacity: 0;
}

.inc_offref_vidpor_vf_i_compartir {
    margin: 3px 0px 0px 6px;
}

.inc_offref_vidpor_vf_extras {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.inc_offref_vidpor_circulovivo {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    margin-bottom: 2px;
    margin-right: 9px;
    opacity: 0;
    animation: inc_offref_vidpor_parpadeo 2.3s infinite;
    -moz-animation: inc_offref_vidpor_parpadeo 2.3s infinite;
    -webkit-animation: inc_offref_vidpor_parpadeo 2.3s infinite;
    -o-animation: inc_offref_vidpor_parpadeo 2.3s infinite;
}

.inc_offref_vidpor_video-wrap {
    text-align: center;
}

.inc_offref_vidpor_video iframe {
    max-width: 100%;
    max-height: 100%;
}

.inc_offref_vidpor_full_tools {
    width: 100%;
}

.inc_offref_vidpor_default_font {
    font-family: sans-serif, Arial;
}