/* ======================================================
   FOOTER INSTITUCIONAL - CAJA PETROLERA DE SALUD
   ====================================================== */

.site-footer {
    background: linear-gradient(180deg, #006f63 0%, #005f53 100%);
    color: rgba(255,255,255,.88);
}

.site-footer .content {
  color: rgba(255,255,255,.88);
}

.site-footer .block {
  margin: 0;
  border-width: 0;
}

.site-footer__top .block-menu, .site-footer__bottom .block {
  padding: 10px;
}

.site-footer__bottom .region {
  margin-top: 0px;
}

/*-------------------------------------------------------
  Distribución
-------------------------------------------------------*/

.site-footer__top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.site-footer__top > div {
    flex: 1;
    /*text-align: center;*/
}

.site-footer .region {
    display: block;
}

.site-footer .row {
    align-items: flex-start;
}

.site-footer__top .block {
    margin: 0;
}

.site-footer__top h2 {
    margin-bottom: .75rem;
    padding-bottom: .5rem;
}

.site-footer__top .content {
    padding-top: .5rem;
}

/*-------------------------------------------------------
  Tipografía
-------------------------------------------------------*/

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .block-title {
    color: #ffffff;
    font-weight: 600;
}

.site-footer__top h2 {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.site-footer h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: .5rem 0 0;
    background: rgba(255,255,255,.35);
}

.site-footer p,
.site-footer li,
.site-footer address,
.site-footer .small {
    color: rgba(255,255,255,.80);
}

/*-------------------------------------------------------
  Enlaces
-------------------------------------------------------*/

.site-footer a {
    color: rgba(255,255,255,.88);
    text-decoration: none;
    transition: color .25s ease;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

/*-------------------------------------------------------
  Listas
-------------------------------------------------------*/

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: .45rem;
}

/*-------------------------------------------------------
  Footer inferior
-------------------------------------------------------*/

.site-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 2rem;
    padding-top: 1.5rem;
}

.site-footer__bottom,
.site-footer__bottom p {
    font-size: .90rem;
}

/* ======================================================
   MENÚ FOOTER - MAPA INSTITUCIONAL
   ====================================================== */

.site-footer .nav {
    display: block;
    margin: 0;
    padding: 0;
}

.site-footer li + li {
  margin-top: 0;
}

.site-footer .nav-item {
    display: block;
}

.site-footer .nav-link {
    position: relative;
    display: inline-block;
    padding: .25rem 0;
    /*padding: 0;*/
    color: rgba(255,255,255,.88);
    font-size: .90rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .25s ease;
}

/* Flecha */

.site-footer .nav-link::before {
    content: "❯";
    display: inline-block;
    margin-right: .45rem;
    font-size: .6rem;
    font-weight: 600;
    color: rgba(255,255,255,.70);
    transition: transform .25s ease, color .25s ease;
}

.site-footer .nav-link:hover::before {
    transform: translateX(2px);
    color: #ffffff;
}

/* Línea inferior */

.site-footer .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .10rem;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

/* Hover */

.site-footer .nav-link:hover {
    color: #ffffff;
}

.site-footer .nav-link:hover::after {
    transform: scaleX(1);
}

/* Activo */

.site-footer .nav-link.is-active,
.site-footer .nav-link.active {
    color: #ffffff;
}

.site-footer .nav-link.is-active::after,
.site-footer .nav-link.active::after {
    transform: scaleX(1);
}


.site-footer__top .region{
    width:auto;
    float:none;
    flex:1;
}