* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
body {
  font-family: "Inter", "Bahnschrift Condensed", Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  padding-top: 80px;
  background-color: #f7f9fb;
  letter-spacing: 0.01em;}
a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;}
.logo {
  height: 60px;
  padding-right: 10px;}
h1 {
  position: absolute;
  top: 15%;
  left: 20%;
  right: 20%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 25px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  z-index: 10;
  display: flex;
  justify-content: center;
  line-height: 1.25;
}
li{
  font-size: 16px;
  font-weight: bold;}
.d1 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;}
.d2 {
  display: flex;
  flex-direction: column;
  justify-content: center;}
.Np{
  height: 24px;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 2px;}
.Cargo{
  font-size: 17px;
  margin: 0px;}
.anav {
  font-size: 18px;}
.navbar-brand {
  font-size: 18px;
  text-decoration: none;
}
.anav:hover {
  color: #ffffff;}
nav {
  display: flex;
  align-items: center;}
.nav-menu {
  padding-right: 5%;}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: #61ad74;
  padding: 0 10px;
  gap: 30px;
  z-index: 1000;}
.icon-close {
  display: none;}
.nav-menu.is-open .icon-close {
  display: block;}
.nav-menu.is-open .icon-hamburger {
  display: none;}
.menu-toggle {
  display: none;}
.menu-container {
  display: flex;
  flex-direction: column;}
#sobre-content {
  position: relative;
  overflow: hidden;}
.scroll-fade-bg {
  position: absolute;
  overflow: hidden;
  filter: saturate(135%);
  background-size: cover;}
.scroll-fade-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 251, 0) 60%,
    rgba(247, 249, 251, 0.5) 80%,
    rgba(247, 249, 251, 1) 100%
  );}
#sobre-content > .scroll-fade-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;}
#sobre-content > .imgfondo {
  filter: saturate(135%);
  background-position: 40% calc(100% + 78px);
  background-size: cover;
  background-attachment: fixed;}
#sobre-content > main,
#sobre-content > section {
  position: relative;
  z-index: 1;}
.bg-central-solar {
  background-image: url(../imagenes/Central-solar-térmica-de-concentración.jpg);
background-position: auto 50%;}
.ubiequipo-grid{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.ubiequipo{
  width: 320px;
  display: flex;
  justify-content: center;
  text-align: center;
}
#sobre-content > .scroll-fade-bg{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: cover;}
.areasIz{
  margin-left:7%; 
  height: 450px}
.areasDr{
  margin-right:7%; 
  height: 450px
}
.mar-areas{
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pequipo{
  font-size: 18px;
  margin: 0%;
}
.Pb1 {
top: 50%;
right: 20%;
left: 20%;
  font-size: 20px;
  position: absolute;}
.espaciador {
  padding: 70px;}
.espaciador1 {
  padding: 320px;}
.espaciadorF {
  padding: 70px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 1) 100%);}
.postbloque {
  padding-bottom: 5%;}
.pcabecera {
  display: flex;
  font-size: 45px;
  margin: 10px 7%;
  font-weight: bold;
  justify-content: left;
  color: #8d8d8d;}
.pcuerpo {
  margin: 0% 25% 2% 7%;
  font-size: 20px;
  font-weight: bold;
  text-align:left;}
.block{
  margin: 5% 7% 0% 7%;}

/* Replica de estructura de noticias */
/* Estructura de Proyectos (Cards) */
.Columnas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 25px;
  padding-bottom: 40px;
}

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.figbloque {
  margin: 0;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #f8f9fa;
}

.imagen {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.Tex_bloque {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Ubicación {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #61ad74;
  margin: 0;
}

.Titularbloque {
  display: -webkit-box;
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  color: #1a1a1a;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: max-height 0.4s ease;
}

.Titularbloque.is-expanded {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block;
}

.Descripciónbloque {
  margin: 0;
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: max-height 0.4s ease;
}

.Descripciónbloque.is-expanded {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block;
}

.ver-mas-btn {
  align-self: center;
  background: transparent;
  color: #61ad74;
  border: 1.5px solid #61ad74;
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ver-mas-btn:hover {
  background: #61ad74;
  color: #ffffff;
}


.Fecha {
  font-size: 13px;
  color: #999999;
  font-style: italic;
  margin-top: auto;
}

.banner-context{
  width: 100%;
}
.styles_content__rzf9B{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  border: 1px dashed #c7c7c7;
  padding: 10px;
  border-radius: 0.35pc;
  background: #fafafa;
}
.bannersaas{
  min-width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border-radius: 0.3pc;
}
.banner-placeholder{
  font-size: 14px;
  color: #6b6b6b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
footer{
padding: 0% 0% 0% 0%;
    background: #000000;}
.boton {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.button {
  background: #f8f9fa;
  color: #333333;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.button:hover {
  background: #61ad74;
  color: #ffffff;
  border-color: #61ad74;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(97, 173, 116, 0.3);
}

.button:active {
  transform: translateY(0);
}
.bfooter {
  display: flex;
  flex-direction: row;
  justify-content: center;}
.pfooter {
  font-size: 12px;
  color: #c7c7c7;
  align-content: center;}
.pfooter:hover {
  color: #ffffff;}
.cfooter{
  font-size: 12px;
  color: #c7c7c7;
  display: flex;
  justify-content: center;
  padding-bottom: 2%;}
.mapa-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0px auto;
  margin-bottom: 20px;
  border: 2px solid #333;
  z-index: 0;}
#info-box {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #b2ccb8;
  border: 1px solid #333;
  color: #000000;
  border-radius: 0.3pc;
  font-weight: bold;
  font-size: 14px;}
#paises {
    fill: #5f5f5f;
    stroke: #c7c7c7;
    stroke-width: 0.1px;
  }
#provincias {
    fill: #ccc;
    stroke: #666;
    stroke-width: 0.1px;}
#provincias path:hover {
    fill: #007bff;}
.mapa-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}
#controles-zoom {
  position: relative;
  text-align: right;
  margin: 5px 5px 0px 0px;}
#controles-zoom button {
  padding: 2px 12px;
  font-size: 20px;
  cursor: pointer;
  background: #000000;
  color: #ccc;
  border: none;
  border-radius: 0.3pc;
  font-weight: bold;}
.footersvg{
  height: 40px;
  fill: #c7c7c7;}
.footersvg:hover {
  fill: #ffffff;}
@media (max-width: 1075px) {
  .nav-menu {
    position: relative;
    justify-content: space-between;}
  .nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;}
  .nav-menu a:hover {
    color: #ffffff;}
  .menu-toggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;}
  .menu-container {
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: #4e8b5d;
    transition: top 0.3s ease;}
  .menu-container.is-open {
    top: 0;}
  .menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding-top: 30px;
  }
}

/* ANIMACIONES DE REVELADO */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
              opacity 0.8s ease, 
              visibility 0.8s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 1100px) {
  .Columnas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 4%;
  }
  h1 {
    font-size: 26px;
    padding: 30px;
    left: 10%;
    right: 10%;
  }
}

@media (max-width: 810px) {
  h1 {
    font-size: 22px;
    padding: 20px;
    top: 20%;
    left: 5%;
    right: 5%;
  }
  .espaciador1 {
    padding: 250px;
  }
  .Columnas {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .Columnas {
    grid-template-columns: 1fr;
  }
  .imagen {
    height: 180px;
  }
  .card {
    padding: 20px;
  }
}
