#footer{
    float: left;
    display: inline;
    width: 100%;
    text-decoration: none;
}

/* Pie institucional 2026 */
.site-footer{clear:both;color:rgba(255,255,255,.78);background:#032f37;font-family:"Inter","Segoe UI",Arial,sans-serif}.site-footer__inner{display:grid;grid-template-columns:1.35fr 1fr .8fr .65fr;gap:50px;width:min(1140px,calc(100% - 40px));margin:auto;padding:64px 0 48px}.site-footer h3{margin:0 0 18px;color:#fff;font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin:0 0 11px;font-size:14px;line-height:1.55}.site-footer a{color:rgba(255,255,255,.78)!important;text-decoration:none}.site-footer a:hover{color:#fff!important}.site-footer__brand img{width:auto;max-width:220px;height:62px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer__brand p{max-width:340px;margin:18px 0 0;font-size:15px;line-height:1.7}.site-footer__social{display:flex;gap:8px}.site-footer__social a{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.06)}.site-footer__social a:hover{color:#203033!important;background:#e1a52b;transform:translateY(-2px)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.site-footer__bottom p{width:min(1140px,calc(100% - 40px));margin:0 auto;padding:20px 0;color:rgba(255,255,255,.55);font-size:13px;text-align:left}
@media(max-width:900px){.site-footer__inner{grid-template-columns:repeat(2,1fr);gap:36px}}
@media(max-width:560px){.site-footer__inner{grid-template-columns:1fr;width:calc(100% - 28px);padding:48px 0 36px}.site-footer__bottom p{width:calc(100% - 28px)}}

    #footer ul {
        list-style:none;
    }
    
  .footer_top{
    float: left;
    display: inline;
    width: 100%;
    background-color: #1e2223;
    padding: 60px 0px;
  }
  .single_footer_widget {
    display: inline;
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .single_footer_widget > h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .single_footer_widget>p{
    color: #fff;
  }
  .footer_widget_nav li a {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
  }
  .footer_social li a {
    color: #fff;
    /*display: inline-block;*/
    float: left;
    font-size: 22px;
    padding: 0 10px;
  }
  .footer_bottom{
    float: left;
    display: inline;
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0px;
  }
  .footer_bootomLeft{
    float: left;
    display: inline;
    width: 100%;
  }
  .footer_bootomLeft>p,.footer_bootomRight>p{margin-bottom: 0px;}
  
  .footer_bootomRight{
    float: left;
    display: inline;
    width: 100%;
    text-align: right;
  }
  
