/* RESISVEN - estilos globales del pie.
   Extraidos del snippet "Footer Global RESISVEN" el 2026-08-14 para que el
   navegador pueda cachearlos en vez de descargarlos en cada pagina. */

/* OCULTAR FOOTER ORIGINAL DEL TEMA */
      body footer.footer1,
      body .footer1,
      body .footer-style-1,
      body .footer1__padding1,
      body .footer1__copyright,
      body .site-footer,
      body .main-footer {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
      }

      .rvf-final {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: linear-gradient(
          90deg,
          rgba(6,13,27,.98) 0%,
          rgba(5,20,51,.99) 50%,
          rgba(6,13,27,.98) 100%
        );
        color: #ffffff;
        font-family: inherit;
        isolation: isolate;
      }

      .rvf-final *,
      .rvf-final *::before,
      .rvf-final *::after {
        box-sizing: border-box;
      }

      .rvf-final::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
          linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px);
        background-size: 56px 56px;
        opacity: .32;
        z-index: 0;
        pointer-events: none;
      }

      .rvf-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
        pointer-events: none;
      }

      .rvf-bg > div {
        background: url('https://resisven.com/wp-content/uploads/2026/06/14.png') center / contain no-repeat;
        aspect-ratio: 1024 / 572;
        position: absolute;
        width: clamp(220px, 22vw, 340px);
        opacity: .065;
        filter: drop-shadow(0 22px 40px rgba(0,0,0,.35));
        animation: rvfFloat 18s ease-in-out infinite;
      }

      .rvf-bg .rvf-bg-1 {
        top: -18px;
        left: 4%;
        transform: rotate(-12deg);
      }

      .rvf-bg .rvf-bg-2 {
        right: 6%;
        top: 0;
        transform: rotate(13deg);
        animation-delay: -5s;
      }

      .rvf-bg .rvf-bg-3 {
        left: 46%;
        bottom: -50px;
        transform: translateX(-50%) rotate(4deg);
        animation-delay: -9s;
      }

      .rvf-inner {
        position: relative;
        z-index: 2;
        width: min(1280px, calc(100% - 34px));
        margin: 0 auto;
        padding: 22px 0 12px;
      }

      .rvf-grid {
        display: grid;
        grid-template-columns: 1fr 1.3fr 1fr .95fr;
        align-items: start;
        gap: 0;
      }

      .rvf-col {
        min-width: 0;
        padding: 0 24px;
        text-align: center;
        position: relative;
      }

      .rvf-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: calc(100% - 8px);
        background: linear-gradient(
          180deg,
          transparent 0%,
          rgba(255,255,255,.12) 20%,
          rgba(245,160,0,.20) 50%,
          rgba(255,255,255,.12) 80%,
          transparent 100%
        );
      }

      .rvf-logo {
        display: block;
        width: 100%;
        max-width: 126px;
        margin: 0 auto 12px;
      }

      .rvf-brand-text,
      .rvf-text {
        margin: 0;
        color: rgba(255,255,255,.84);
        font-size: 13.6px;
        line-height: 1.58;
        font-weight: 600;
      }

      .rvf-brand-text {
        max-width: 290px;
        margin: 0 auto;
      }

      .rvf-title {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 0 14px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.1;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: .45px;
      }

      .rvf-title::before {
        content: "";
        width: 4px;
        height: 22px;
        border-radius: 999px;
        background: linear-gradient(180deg, #fff200, #f5a000);
        flex: 0 0 auto;
      }

      .rvf-location {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,.10);
      }

      .rvf-location:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
      }

      .rvf-sub {
        margin: 0 0 8px;
        color: #ffd34f;
        font-size: 13.6px;
        line-height: 1.2;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: .35px;
      }

      .rvf-text strong {
        color: #ffffff;
        font-weight: 900;
      }

      .rvf-pills {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
      }

      .rvf-pills span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 70px;
        padding: 7px 13px;
        border-radius: 999px;
        background: rgba(245,160,0,.10);
        border: 1px solid rgba(245,160,0,.32);
        color: #ffd34f;
        font-size: 12px;
        font-weight: 950;
        letter-spacing: .35px;
      }

      /* REDES ARRIBA */
      .rvf-socials {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 0 14px;
        padding: 0;
        list-style: none;
      }

      .rvf-socials a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.12);
        transition: all .28s ease;
      }

      .rvf-socials a:hover {
        transform: translateY(-2px);
        color: #07122d;
        background: linear-gradient(135deg, #fff200, #f5a000);
        border-color: rgba(245,160,0,.55);
      }

      .rvf-socials svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
      }

      /* WHATSAPP */
      .rvf-wp {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        color: #ffffff;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 999px;
        padding: 10px 16px 10px 10px;
        margin-top: 14px;
        transition: all .28s ease;
      }

      .rvf-wp:hover {
        transform: translateY(-2px);
        background: rgba(37,211,102,.14);
        border-color: rgba(37,211,102,.35);
        color: #ffffff;
      }

      .rvf-wp-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(37,211,102,.15);
      }

      .rvf-wp-icon svg {
        width: 18px;
        height: 18px;
        fill: #25d366;
      }

      .rvf-wp-label {
        display: flex;
        flex-direction: column;
        text-align: left;
        line-height: 1.1;
      }

      .rvf-wp-label strong {
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 950;
        letter-spacing: .35px;
      }

      .rvf-wp-label span {
        font-size: 13px;
        color: rgba(255,255,255,.84);
        margin-top: 3px;
        font-weight: 800;
      }

      /* BOTTOM */
      .rvf-bottom {
        margin-top: 16px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,.10);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        color: rgba(255,255,255,.66);
        font-size: 12.8px;
        line-height: 1.45;
      }

      .rvf-bottom-left,
      .rvf-bottom-right {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
      }

      .rvf-bottom-right {
        justify-content: flex-end;
        text-align: right;
      }

      .rvf-bottom strong {
        color: #ffffff;
      }

      .rvf-bottom-socials {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .rvf-bottom-socials a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.12);
        transition: all .28s ease;
      }

      .rvf-bottom-socials a:hover {
        transform: translateY(-2px);
        color: #07122d;
        background: linear-gradient(135deg, #fff200, #f5a000);
        border-color: rgba(245,160,0,.55);
      }

      .rvf-bottom-socials svg {
        width: 15px;
        height: 15px;
        fill: currentColor;
      }

      .rvf-bottom-link {
        color: #ffffff;
        text-decoration: none;
        font-weight: 900;
        transition: color .25s ease;
      }

      .rvf-bottom-link:hover {
        color: #ffd34f;
      }

      @keyframes rvfFloat {
        0%, 100% {
          translate: 0 0;
          scale: 1;
        }

        50% {
          translate: 14px 9px;
          scale: 1.035;
        }
      }

      @media (max-width: 1100px) {
        .rvf-grid {
          grid-template-columns: 1fr 1fr;
          row-gap: 22px;
        }

        .rvf-col:nth-child(2)::after {
          display: none;
        }
      }

      @media (max-width: 720px) {
        .rvf-inner {
          width: min(100%, calc(100% - 22px));
          padding: 22px 0 12px;
        }

        .rvf-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .rvf-col {
          padding: 0;
          text-align: center;
        }

        .rvf-col::after {
          display: none !important;
        }

        .rvf-col:not(:last-child) {
          padding-bottom: 18px;
          border-bottom: 1px solid rgba(255,255,255,.10);
        }

        .rvf-logo {
          max-width: 118px;
        }

        .rvf-brand-text,
        .rvf-text {
          font-size: 13.3px;
          max-width: 340px;
          margin-left: auto;
          margin-right: auto;
        }

        .rvf-title {
          font-size: 16px;
          margin-bottom: 13px;
        }

        .rvf-location {
          margin-bottom: 12px;
          padding-bottom: 12px;
        }

        .rvf-wp-label {
          text-align: left;
        }

        .rvf-bottom {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          gap: 12px;
          margin-top: 14px;
          font-size: 12.2px;
        }

        .rvf-bottom-left,
        .rvf-bottom-right {
          justify-content: center;
          text-align: center;
        }

        .rvf-bg > div {
        background: url('https://resisven.com/wp-content/uploads/2026/06/14.png') center / contain no-repeat;
        aspect-ratio: 1024 / 572;
          width: clamp(170px, 44vw, 250px);
          opacity: .055;
        }
      }

/* Fila de enlaces del pie (2026-08-15) */
.rvf-enlaces { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 26px;
  margin-top:20px; padding-top:18px; border-top:1px solid rgba(255,255,255,.10); position:relative; z-index:2; }
.rvf-enlaces a { color:rgba(255,255,255,.72); font-size:13.5px; font-weight:700;
  text-decoration:none !important; transition:color .25s ease; }
.rvf-enlaces a:hover { color:#ffd34f; }
@media (max-width:720px){ .rvf-enlaces { gap:8px 18px; font-size:12.5px; } }
