﻿      :root {
        --sgc-govco-cobalt: #0943B5;
        --sgc-govco-havelock: #4672C8;
        --sgc-govco-tropical-blue: #B5C7E9;
        --sgc-govco-solitude: #E5ECF8;
        --sgc-govco-tulip: #E8A045;
        --sgc-green: #005833;
        --sgc-text: #4C4C4C;
        --sgc-black: #000000;
        --sgc-white: #FFFFFF;
      }

      .sgc-footer-govco,
      .sgc-footer-govco * {
        box-sizing: border-box;
      }

      .sgc-footer-govco {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, sans-serif;
        color: var(--sgc-text);
        overflow-x: hidden;
        background: linear-gradient(
          to bottom,
          transparent 0,
          transparent 2.5rem,
          #d7a53c 2.5rem,
          #d7a53c 100%
        );
      }

      /* Evita que estilos o parches anteriores generen franjas adicionales. */
      .sgc-footer-govco::before,
      .sgc-footer-govco::after,
      .sgc-footer-govco__card::before,
      .sgc-footer-govco__card::after {
        content: none !important;
        display: none !important;
      }

      .sgc-footer-govco a {
        color: var(--sgc-govco-cobalt);
        text-decoration: underline;
      }

      .sgc-footer-govco a:hover,
      .sgc-footer-govco a:focus {
        color: var(--sgc-govco-havelock);
        text-decoration: underline;
      }

      .sgc-footer-govco a:focus-visible {
        outline: 3px solid var(--sgc-black);
        outline-offset: 3px;
      }

      .sgc-footer-govco__card {
        position: relative;
        width: 1170px;
        max-width: calc(100% - 30px);
        margin: 0 auto 1.25rem;
        padding: 3rem 5rem 2.25rem;
        background: var(--sgc-white);
        border: 2px solid var(--sgc-govco-tropical-blue);
        border-radius: 14px;
        box-shadow: none;
        z-index: 1;
      }

      .sgc-footer-govco__logo-box {
        position: absolute;
        top: 3rem;
        right: 5rem;
        width: 250px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
      }

      .sgc-footer-govco__logo {
        width: 235px;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .sgc-footer-govco__title {
        max-width: calc(100% - 300px);
        margin: 0 0 1.2rem;
        color: var(--sgc-govco-cobalt);
        font-family: "Nunito Sans", Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1.18;
      }

      .sgc-footer-govco__subtitle {
        margin: 0 0 2rem;
        color: var(--sgc-govco-cobalt);
        font-family: "Nunito Sans", Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 1.2;
      }

      .sgc-footer-govco__address {
        font-style: normal;
      }

      .sgc-footer-govco__data {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 1rem;
        row-gap: .5rem;
        max-width: calc(100% - 300px);
      }

      .sgc-footer-govco__list {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .sgc-footer-govco__list li {
        margin: 0 0 .85rem;
      }

      .sgc-footer-govco__list p,
      .sgc-footer-govco__links a {
        margin: 0;
        font-size: .95rem;
        line-height: 1.35;
      }

      .sgc-footer-govco__list strong {
        font-weight: 700;
        color: #1f1f1f;
      }

      .sgc-footer-govco__social {
        margin-top: 1.3rem;
        padding-top: .6rem;
        max-width: calc(100% - 300px);
      }

      .sgc-footer-govco__social-title {
        margin: 0 0 .75rem;
        color: var(--sgc-green);
        font-family: "Nunito Sans", Arial, sans-serif;
        font-size: 1rem;
        font-weight: 800;
      }

      .sgc-footer-govco__social-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: .75rem 1.3rem;
      }

      .sgc-footer-govco__social-link {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: .45rem;
        min-height: 34px;
        padding: .15rem .2rem;
        text-decoration: none !important;
        color: var(--sgc-green) !important;
      }

      .sgc-footer-govco__social-link img {
        width: 34px;
        height: 34px;
        display: block;
      }

      .sgc-footer-govco__social-label {
        color: var(--sgc-green);
        font-size: .86rem;
        font-weight: 700;
        line-height: 1.15;
      }

      .sgc-footer-govco__links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: .5rem 1.6rem;
        margin-top: 2.2rem;
        padding-top: 1.35rem;
        border-top: 1px solid var(--sgc-govco-solitude);
      }

      .sgc-footer-govco__links a {
        padding: .25rem;
      }

      .sgc-footer-govco__bar {
        position: relative;
        width: 100%;
        max-width: none;
        height: 5rem;
        min-height: 5rem;
        margin: 0;
        padding-left: max(15px, calc((100% - 1170px) / 2 + 15px));
        padding-right: max(15px, calc((100% - 1170px) / 2 + 15px));
        overflow: hidden;
        background: var(--sgc-govco-cobalt);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.5rem;
        z-index: 2;
      }

      .sgc-footer-govco__bar > *,
      .sgc-footer-govco__bar a,
      .sgc-footer-govco__bar picture,
      .sgc-footer-govco__bar figure {
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0;
      }

      .sgc-footer-govco__bar img {
        display: block;
        margin: 0;
        padding: 0;
      }

      .sgc-footer-govco__govco-logo {
        width: auto;
        height: 1.5rem;
        max-height: 1.5rem;
        display: block;
      }

      .sgc-footer-govco__bar-separator {
        width: 1px;
        height: 2.8rem;
        background: var(--sgc-white);
        display: block;
      }

      .sgc-footer-govco__colombia-logo {
        width: auto;
        height: 3.6rem;
        max-height: 3.6rem;
        display: block;
      }

      @media (max-width: 1200px) {
        .sgc-footer-govco__card {
          padding: 2.5rem 3rem 2rem;
          width: calc(100% - 30px);
          max-width: none;
          box-shadow: none;
        }

        .sgc-footer-govco__logo-box {
          top: 2.5rem;
          right: 3rem;
          width: 220px;
        }

        .sgc-footer-govco__logo {
          width: 215px;
        }

        .sgc-footer-govco__title,
        .sgc-footer-govco__data,
        .sgc-footer-govco__social {
          max-width: calc(100% - 250px);
        }

        .sgc-footer-govco__data {
          column-gap: 2.8rem;
        }
      }

      @media (max-width: 900px) {
        .sgc-footer-govco__card {
          padding: 2rem 1.25rem 1.75rem;
        }

        .sgc-footer-govco__logo-box {
          position: static;
          width: auto;
          justify-content: flex-start;
          margin-bottom: 1.25rem;
        }

        .sgc-footer-govco__logo {
          width: 210px;
        }

        .sgc-footer-govco__title,
        .sgc-footer-govco__data,
        .sgc-footer-govco__social {
          max-width: 100%;
        }

        .sgc-footer-govco__title {
          font-size: 1.35rem;
        }

        .sgc-footer-govco__subtitle {
          font-size: 1.1rem;
          margin-bottom: 1.3rem;
        }

        .sgc-footer-govco__data {
          grid-template-columns: 1fr;
          row-gap: 0;
        }

        .sgc-footer-govco__bar {
          height: auto;
          min-height: 5rem;
          padding: 1rem 16px;
          flex-wrap: wrap;
        }
      }

      @media (max-width: 480px) {
        .sgc-footer-govco {
          background: linear-gradient(
            to bottom,
            transparent 0,
            transparent 1.5rem,
            var(--sgc-govco-tulip) 1.5rem,
            var(--sgc-govco-tulip) 100%
          );
        }

        .sgc-footer-govco__card {
          width: calc(100% - 30px);
          padding: 1.5rem 1rem;
          border-radius: 10px;
        }

        .sgc-footer-govco__list p,
        .sgc-footer-govco__links a {
          font-size: .88rem;
        }

        .sgc-footer-govco__social-grid {
          gap: .5rem 1rem;
        }

        .sgc-footer-govco__social-link img {
          width: 30px;
          height: 30px;
        }

        .sgc-footer-govco__govco-logo,
        .sgc-footer-govco__colombia-logo {
          width: 86px;
        }
      }
/* Estilos del componente Volver arriba */
  :root {
    --govcolor-cobalt: #0943B5;
    --govcolor-white: #FFFFFF;
    --govcolor-havelock-blue: #4672C8;
    --govcolor-tropical-blue: #B5C7E9;
  }

  .sgc-volver-arriba-container {
    position: fixed !important;
    right: 2rem !important;
    bottom: 7rem !important;
    z-index: 2147483647 !important;
    display: none;
  }

  .sgc-volver-arriba-container.is-visible-govco {
    display: block;
  }

  .volver-arriba-govco {
    color: var(--govcolor-white);
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    background-color: var(--govcolor-cobalt);
    box-shadow: 0.25rem 0.25rem 0.375rem var(--govcolor-tropical-blue);
    transition: all 300ms ease;
    text-align: center;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
  }

  .volver-arriba-govco::before {
    content: "";
    min-width: 2.25rem;
    min-height: 2.25rem;
    border-radius: 50%;
    background-color: var(--govcolor-white);
    display: block;
  }

  .volver-arriba-govco .govco-expand_circle_up {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
  }

  .volver-arriba-govco .govco-expand_circle_up::before,
  .volver-arriba-govco .govco-expand_circle_up::after {
    content: "";
    position: absolute;
    top: .68rem;
    width: .92rem;
    height: .22rem;
    background-color: var(--govcolor-cobalt);
    border-radius: .25rem;
  }

  .volver-arriba-govco .govco-expand_circle_up::before {
    left: .02rem;
    transform: rotate(-45deg);
  }

  .volver-arriba-govco .govco-expand_circle_up::after {
    right: .02rem;
    transform: rotate(45deg);
  }

  .volver-arriba-govco:hover,
  .volver-arriba-govco:focus-visible {
    width: 10.25rem;
    height: 3.375rem;
    background-color: var(--govcolor-havelock-blue);
    color: var(--govcolor-white);
    border-radius: 1.688rem 0.625rem 0.625rem 1.688rem;
    text-align: left;
    justify-content: flex-start;
    padding: 0 0.875rem 0 0.5625rem;
  }

  .volver-arriba-govco:focus-visible {
    outline: max(0.125rem, 0.125rem) solid #000000;
    outline-offset: max(0.188rem, 0.188rem);
  }

  .volver-arriba-govco:hover .govco-expand_circle_up,
  .volver-arriba-govco:focus-visible .govco-expand_circle_up {
    left: 0.9375rem;
    margin-left: 0;
  }

  .volver-arriba-govco:hover::after,
  .volver-arriba-govco:focus-visible::after {
    content: "Volver arriba";
    color: var(--govcolor-white);
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-left: 0.25rem;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  @media (max-width: 768px) {
    .sgc-volver-arriba-container {
      right: 1rem;
      bottom: 1rem;
    }
  }


/* =========================================================
   ATENCIÓN VIRTUAL FIJA Y SOBRE EL FOOTER
   ========================================================= */

body > .chatflotante.chatflotante--fijo-govco {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;

    right: 30px !important;
    bottom: 20px !important;
    top: auto !important;
    left: auto !important;

    width: auto !important;
    height: auto !important;
    margin: 0 !important;

    transform: none !important;
    pointer-events: auto !important;
    z-index: 2147483646 !important;
}

body > .chatflotante.chatflotante--fijo-govco > .chat {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;

    right: auto !important;
    bottom: auto !important;

    width: auto !important;
    height: auto !important;
    margin: 0 !important;

    white-space: nowrap !important;
    pointer-events: auto !important;
    z-index: 2147483647 !important;
}

.sgc-footer-govco__bar {
    z-index: 2 !important;
}

@media (max-width: 768px) {
    body > .chatflotante.chatflotante--fijo-govco {
        right: 16px !important;
        bottom: 16px !important;
    }
}