/* ==========================================================================
   Archivo: /vero.css v2.10.10
   Versión Explícita: v2.10.10
   Descripción: Altura de 880px exclusiva para el contenedor de Facebook en escritorio.
   ========================================================================== */

/* /vero.css v2.10.10 -- Inicio de codigo */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.1em; letter-spacing: .4px; background-color: #f4f4f4; color: #333; }
.page { width: 97%; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; }
.header { margin-bottom: 30px; }
.header__landing-img { width: 100%; height: auto; display: block; margin-bottom: 30px; border-radius: 4px; }
.nav-bar { display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; margin-bottom: 30px; border-top: 10px solid #16AB4F; border-bottom: 4px solid #DB2363; padding: 15px 12px; position: relative; }
.nav-bar__title-group { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; margin-left: 0; padding-left: 0; }
.nav-bar__candidate-name { font-size: 1.3em; font-weight: bold; color: #DB2363; text-transform: uppercase; }
.nav-bar__candidate-role { font-size: 1em; color: #16AB4F; font-weight: bold; }
.nav-bar__socials { display: flex; gap: 30px; align-items: center; justify-content: center; margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-bar__social-icon { width: 34px; height: 34px; fill: none; stroke: #DB2363; stroke-width: 1.8px; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.3s ease, transform 0.2s ease; }
.nav-bar__social-icon:hover { stroke: #16AB4F; transform: scale(1.1); }
.nav-bar__hamburger-btn { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; width: 30px; height: 22px; z-index: 1002; margin-left: auto; margin-right: 0; }
.nav-bar__hamburger-line { width: 100%; height: 3px; background-color: #DB2363; border-radius: 2px; transition: all 0.3s ease; }
.nav-bar__drawer { position: fixed; top: 0; right: -170px; width: 170px; height: 80%; background-color: #ffffff; box-shadow: -4px 0 15px rgba(0,0,0,0.15); border-left: 4px solid #16AB4F; border-bottom: 4px solid #DB2363; border-top: 4px solid #16AB4F; border-bottom-left-radius: 8px; border-top-left-radius: 8px; transition: right 0.3s ease-in-out; z-index: 1001; display: flex; flex-direction: column; padding: 60px 15px 20px 15px; }
.nav-bar__drawer--active { right: 0; }
.nav-bar__drawer-list { list-style: none; display: flex; flex-direction: column; gap: 15px; }
.nav-bar__drawer-item a { text-decoration: none; color: #333; font-weight: bold; font-size: 0.95em; transition: color 0.2s ease; display: block; padding: 5px 0; border-bottom: 1px solid #eee; }
.nav-bar__drawer-item a:hover { color: #DB2363; }
.top-red-com-container { display: flex; flex-direction: column; width: 100%; max-width: 100%; margin-bottom: 30px; box-sizing: border-box; }
.main-content { display: flex; gap: 30px; width: 100%; margin-bottom: 30px; }
.sidebar-left { width: 420px; min-width: 420px; max-width: 420px; flex-shrink: 0; background: transparent; display: flex; flex-direction: column; gap: 30px; }
.sidebar-left__ux-section { display: flex; flex-direction: column; gap: 30px; width: 100%; margin-left: 0; padding-left: 0; align-items: flex-start; margin-bottom: 30px; }
.sidebar-left__container { width: 100%; min-width: 420px; max-width: 420px; height: 480px; min-height: 480px; max-height: 480px; background-color: transparent; border: 1px solid #1877F2; border-radius: 4px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.sidebar-left__fb-placeholder { width: 100%; height: 480px; min-height: 480px; text-align: center; background-image: url('https://veronika.perunews.com/imgs/fb_placeHolder.webp'); background-size: cover; background-position: top center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 100px; padding-left: 20px; padding-right: 20px; cursor: pointer; }
.sidebar-left__fb-btn { background-color: #1877F2; color: #ffffff; border: none; padding: 12px 24px; font-weight: bold; border-radius: 4px; cursor: pointer; font-size: 1em; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: background-color 0.2s ease, transform 0.1s ease; }
.sidebar-left__fb-btn:hover { background-color: #145dbf; transform: translateY(-2px); }
.sidebar-left__fb-iframe { width: 100%; height: 480px; border: none; overflow: hidden; display: block; }
.red-uss { display: flex; align-items: center; justify-content: center; gap: 12px; background-color: #DB2363; color: #ffffff; padding: 5px 15px; border-radius: 4px; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 0.95em; transition: background-color 0.2s ease, transform 0.1s ease; border: none; width: 100%; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.red-uss:hover { background-color: #c01d54; transform: translateY(-1px); }
.red-uss__icon { width: 31px; height: 31px; flex-shrink: 0; fill: none; stroke: #ffffff; stroke-width: 2px; stroke-linecap: round; stroke-linejoin: round; }
.green-zebra-list { list-style: none; display: flex; flex-direction: column; border-radius: 4px; overflow: hidden; border: 1px solid #93DFAA; margin-bottom: 30px; }
.green-zebra-list__item { display: flex; align-items: center; gap: 14px; padding: 9px 14px; font-size: 0.9em; font-weight: 600; color: #225533; transition: background-color 0.2s ease; }
.green-zebra-list__item:nth-child(odd) { background-color: #e8f5ec; }
.green-zebra-list__item:nth-child(even) { background-color: #f3faf5; }
.green-zebra-list__item:hover { background-color: #d8f0df; }
.green-zebra-list__icon { width: 28px; height: 28px; flex-shrink: 0; fill: none; stroke: #16AB4F; stroke-width: 2px; stroke-linecap: round; stroke-linejoin: round; }
.central-segment { flex-grow: 1; display: flex; flex-direction: column; gap: 30px; min-width: 0; }
.central-segment__row-video { width: 100%; background: #000; overflow: hidden; position: relative; padding-bottom: 56.25%; height: 0; }
.central-segment__main-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.central-segment__grid-shorts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.central-segment__short-wrapper { position: relative; width: 100%; padding-bottom: 177.78%; background: #000; overflow: hidden; cursor: pointer; }
.central-segment__short-thumb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.central-segment__play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background-color: rgba(230, 57, 70, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: transform 0.2s ease; }
.central-segment__short-wrapper:hover .central-segment__play-btn { transform: translate(-50%, -50%) scale(1.1); }
.central-segment__short-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.footer { background-color: #ffffff; padding: 25px 20px; border-top: 4px solid #DB2363; border-radius: 4px; display: flex; flex-direction: column; gap: 30px; margin-bottom: 30px; }
.footer__row-credits { text-align: center; font-size: 0.95em; color: #555; font-weight: bold; }
.footer__row-allies { text-align: center; font-size: 0.95em; color: #16AB4F; font-weight: bold; }
.footer__row-allies a { color: #16AB4F; text-decoration: none; transition: color 0.2s ease; }
.footer__row-allies a:hover { color: #DB2363; }
.footer__row-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.footer__btn { background-color: #16AB4F; color: #ffffff; padding: 10px 18px; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95em; text-transform: uppercase; transition: background-color 0.2s ease, transform 0.1s ease; border: none; cursor: pointer; text-align: center; }
.footer__btn:hover { background-color: #DB2363; transform: translateY(-2px); }
.whatsapp-float { position: fixed; bottom: 0; right: 20px; z-index: 9999; display: flex; align-items: flex-end; }
.whatsapp-float__icon { width: 84px; height: 84px; fill: #25D366; filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2)); transition: fill 0.3s ease, transform 0.3s ease; }
.whatsapp-float__icon:hover { fill: #E63946; transform: scale(1.1); }
@media (max-width: 480px) { .page { width: 100%; max-width: 480px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; } }
@media (max-width: 480px) { .nav-bar { flex-wrap: wrap; justify-content: space-between; row-gap: 12px; padding: 12px 10px; } }
@media (max-width: 480px) { .nav-bar__title-group { width: 100%; align-items: center; text-align: center; } }
@media (max-width: 480px) { .nav-bar__socials { position: static; transform: none; order: 2; margin: 0; } }
@media (max-width: 480px) { .nav-bar__hamburger-btn { order: 3; margin-left: 0; } }
@media (max-width: 480px) { .central-segment__row-video { display: none !important; } }
@media (max-width: 480px) { .central-segment__grid-shorts { display: none !important; } }
@media (min-width: 481px) and (max-width: 767px) { .page { width: 100%; max-width: 480px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; } }
@media (min-width: 1024px) { .top-red-com-container { width: 100%; } }
@media (min-width: 1024px) { .main-content { display: flex; flex-direction: row; gap: 30px; } }
@media (max-width: 768px) { .main-content { flex-direction: column; } }
@media (max-width: 768px) { .sidebar-left { width: 100%; min-width: 100%; max-width: 100%; } }
@media (max-width: 768px) { .sidebar-left__container { width: 100%; min-width: 100%; max-width: 100%; height: 480px; min-height: 480px; } }

/* Ajustes exclusivos para Escrititorio (min-width: 1024px) -> Altura de 880px */
@media (min-width: 1024px) {
    .sidebar-left__container {
        height: 880px;
        min-height: 880px;
        max-height: 880px;
    }
    .sidebar-left__fb-placeholder {
        height: 880px;
        min-height: 880px;
    }
    .sidebar-left__fb-iframe {
        height: 880px;
    }
}
/* /vero.css v2.10.10 -- Fin de codigo */