/*
Theme Name: Eergx Child
Theme URI: http://themexriver.com/wp/eergx
Template: eergx
Author: themexriver
Author URI: http://themexriver.com/
Description: Eergx - Solar Energy WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1771267126
Updated: 2026-02-16 19:38:46

*/
/* =========================
   SUC ODS SECTION
   ========================= */
.suc-ods{
  padding: clamp(28px, 4vw, 64px) 0;
}

.suc-ods__wrap{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.suc-ods__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: #0a7a62;
  background: rgba(10, 122, 98, 0.10);
  border: 1px solid rgba(10, 122, 98, 0.15);
  margin-bottom: 18px;
}

.suc-ods__title{
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  color: #0b3b2f;
}

.suc-ods__title span{
  color: #1f7ae0; /* azul de ODS */
}

.suc-ods__subtitle{
  margin: 12px auto 0;
  max-width: 780px;
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(11, 59, 47, 0.70);
}

.suc-ods__grid{
  margin-top: clamp(20px, 3vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  text-align: left;
}

/* CARD BASE */
.suc-ods__card{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: clamp(18px, 2.2vw, 26px);
  background: #ffffff;
  border: 1px solid rgba(11, 59, 47, 0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 190px;
  text-decoration: none;
}

.suc-ods__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border-color: rgba(11, 59, 47, 0.18);
}

.suc-ods__cardTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.suc-ods__badge{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  background: var(--suc-ods-accent, #ff3b30);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

.suc-ods__arrow{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 59, 47, 0.12);
  color: rgba(11, 59, 47, 0.70);
  background: rgba(255,255,255,0.70);
  backdrop-filter: blur(6px);
  font-size: 16px;
}

.suc-ods__cardBody{
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.suc-ods__cardTitle{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  color: #0b3b2f;
}

.suc-ods__icon{
  font-size: 18px;
  line-height: 1;
}

.suc-ods__cardText{
  margin: 10px 0 0;
  max-width: 440px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(11, 59, 47, 0.72);
}

.suc-ods__line{
  display: inline-block;
  margin-top: 16px;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: var(--suc-ods-accent, #ff3b30);
}

/* WATERMARK NUMBER */
.suc-ods__watermark{
  position: absolute;
  right: 14px;
  bottom: -10px;
  font-size: 180px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: rgba(11, 59, 47, 0.06);
  line-height: 1;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

/* COLOR VARIANTS */
.suc-ods__card--5{
  background: linear-gradient(0deg, rgba(255,59,48,0.05), rgba(255,59,48,0.05)), #fff;
  --suc-ods-accent: #ff3b30;
}
.suc-ods__card--8{ --suc-ods-accent: #7a1637; }
.suc-ods__card--10{ --suc-ods-accent: #e91e63; }
.suc-ods__card--17{ --suc-ods-accent: #0f3b56; }

/* Footer */
.suc-ods__footer{
  margin-top: clamp(18px, 2.5vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(11, 59, 47, 0.10);
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(8px);
}

.suc-ods__dots{
  display: inline-flex;
  gap: 8px;
}

.suc-ods__dot{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-block;
}
.suc-ods__dot--5{ background: #ff3b30; }
.suc-ods__dot--8{ background: #7a1637; }
.suc-ods__dot--10{ background: #e91e63; }
.suc-ods__dot--17{ background: #0f3b56; }

.suc-ods__agenda{
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  color: rgba(11, 59, 47, 0.75);
}
.suc-ods__agenda strong{
  color: #0b3b2f;
}

/* Responsive */
@media (max-width: 820px){
  .suc-ods__grid{
    grid-template-columns: 1fr;
  }
  .suc-ods__watermark{
    font-size: 150px;
  }
}

/* ===== FOOTER MENU INLINE ===== */

/* Contenedor del menú del footer */
.site-footer .menu,
footer .menu,
.site-footer ul.menu,
footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Elementos en una sola línea */
.site-footer .menu li,
footer .menu li {
  display: inline-block;
  margin: 0 12px;
}

/* Enlaces */
.site-footer .menu li a,
footer .menu li a {
  color: #48bf91;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Hover */
.site-footer .menu li a:hover {
  color: #ffffff;
}

.site-footer .menu li a {
  letter-spacing: 0.5px;
}
