/**
 * Footer institucional CINEO.
 */

.site-footer {
  background-color: #0f172a;
  color: #e2e8f0;
}

.site-footer .footer-t {
  padding: 64px 0 24px;
}

.site-footer .footer-t .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
  color: #e2e8f0;
}

.site-footer .footer-t .grid .col {
  display: block;
  width: auto;
  margin-right: 0;
  vertical-align: top;
}

.site-footer .widget-title,
.site-footer .widget-title span {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 0;
}

.site-footer .widget-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  background: #0ea5e9;
}

.site-footer .widget,
.site-footer .widget ul li,
.site-footer .widget .textwidget {
  color: #e2e8f0;
  font-weight: 400;
  letter-spacing: 0;
}

.site-footer .widget ul li a,
.site-footer .widget .textwidget a {
  color: #94a3b8;
}

.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus,
.site-footer .widget .textwidget a:hover,
.site-footer .widget .textwidget a:focus {
  color: #ffffff;
  opacity: 1;
}

.site-footer .footer-t .col:first-child .widget_rtc_social_links .widget-title {
  display: none;
}

.site-footer .cineo-footer-logo img,
.site-footer .widget_text img {
  max-height: 72px;
  width: auto;
  height: auto;
  margin-bottom: 12px;
}

.site-footer .cineo-footer-tagline {
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.site-footer .cineo-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .cineo-footer-contact li {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.site-footer .widget_rtc_social_links .social-networks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.site-footer .widget_rtc_social_links .social-networks li {
  margin: 0;
}

.site-footer .widget_rtc_social_links .social-networks li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  box-sizing: border-box;
  transition: background 0.25s ease, transform 0.25s ease;
}

.site-footer .widget_rtc_social_links .social-networks li a:hover,
.site-footer .widget_rtc_social_links .social-networks li a:focus {
  background: rgba(14, 165, 233, 0.35);
  transform: translateY(-2px);
}

.site-footer .widget_raratheme_recent_post ul.style-one li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.site-footer .widget_raratheme_recent_post ul li .post-thumbnail {
  flex: 0 0 50px;
  width: 50px;
  margin: 0;
}

.site-footer .widget_raratheme_recent_post ul li .post-thumbnail img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.site-footer .widget_raratheme_recent_post ul li .entry-header {
  flex: 1;
  min-width: 0;
}

.site-footer .widget_raratheme_recent_post ul li .entry-header .cat-links {
  display: none;
}

.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 500;
}

.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title a {
  color: #94a3b8;
}

.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title a:hover,
.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title a:focus {
  color: #ffffff;
}

.site-footer iframe {
  width: 100%;
  max-width: 100%;
  height: 180px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.site-footer .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  margin-top: 40px;
  text-align: center;
  color: #64748b;
  font-size: 0.85rem;
}

.site-footer .footer-b a,
.site-footer .footer-b .copyright,
.site-footer .footer-b .policy_link {
  color: #64748b;
}

.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
  color: #e2e8f0;
  text-decoration: none;
}

.site-footer .footer-b .separator {
  margin: 0 10px;
  color: #64748b;
}

#ht-ctc-chat,
.ht-ctc-chat {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 999 !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1024px) {
  .site-footer .footer-t .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .site-footer .footer-t .grid .col,
  .footer-t .grid .col {
    width: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-t {
    padding: 48px 0 16px;
  }

  .site-footer .footer-t .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer .footer-t .grid .col,
  .footer-t .grid .col {
    width: 100%;
    margin-right: 0;
  }
}
