* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background: url(../img/linen.png) #FFF;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  body > footer { margin-top: auto; }

header {
  background: #197341;
  overflow: relative;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; }
  header nav {
    border: none;
    margin: 0 auto; }
    header .nav{
      text-align: center;
      margin: 0 5em;} 
    header nav .loguito {
      margin-top: -0.75em; }
      header nav .loguito img {
        max-width: 3em; }
    header nav button .menu {
      margin: 0 auto;
      text-align: center;
      color: #FFF; }
      header nav button .menu:hover {
        color: #000; }
      header nav button .menu:active {
        color: #000; }
    header nav ul {
      background: #197341;
      margin: 0 auto; }
      header nav ul li {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        text-align: center;
        color: #FFF; }
        header nav ul li a {
          text-decoration: none;
          text-align: center;
          font-size: 1.125em;
          font-weight: 700;
          color: #FFF;
          margin-left: 1.875em;
          padding: 1em 5px; }
          header nav ul li a:hover {
            color: #FFF;
            background: #19F24C; }
  header .logos {
    margin-top: 2em;
    clear: both;
    max-width: 1000px;
    width: 100%;
    display: inline-block; }
    header .logos .logo {
      display: inline-block;
      margin-bottom: 0.9375em;
      width: 49%;
      max-width: 278px; }
      header .logos .logo img {
        width: 100%;
        vertical-align: top;
        height: auto; }
    header .logos .nombre h1 {
      color: #FFF;
      text-align: center;
      font-size: 3.75em;
      font-weight: 900; }

.main {
  background: #f1f1f1;
  box-shadow: 3px rgba(0, 0, 0, 0.75);
  margin-bottom: -3em;
  padding: 0; }
  .main .somos {
    padding: 0;
    margin-bottom: 3em; }
    .main .somos .titulo {
      text-align: center;
      font-size: 2.25em;
      font-weight: 500i;
      margin: 1em 0; }
    .main .somos .texto {
      padding: 0; }
      .main .somos .texto p {
        line-height: 1.75em;
        padding: 2em;
        font-size: 1.125;
        padding: 1em;
        margin-bottom: 1em; }
        .main .somos .texto p .subrayado {
          font-weight: bold;
          font-size: 1.125em;
          text-align: center;
          margin-bottom: 3em;
          border-bottom: 1px solid #000; }
    .main .somos .foto {
      display: block;
      max-width: 960px;
      margin-bottom: 2em; }
      .main .somos .foto img {
        width: 100%;
        vertical-align: top;
        height: auto; }

.titulo {
  text-align: center;
  font-size: 2.25em;
  font-weight: 500i;
  margin: 1em 0; }

.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }
  .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e; }

.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px; }
  .filter-button:active {
    background-color: #42b32f;
    color: #FFF; }
  .filter-button:hover {
    font-size: 18px;
    border: 1px solid #42b32f;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    background-color: #42b32f; }

.btn-default {
  background-color: #FFF;
  color: #42b32f; }
  .btn-default:active {
    background-color: #42b32f;
    color: #FFF; }

.port-image {
  width: 100%; }

.gallery_product {
  z-index: 1;
  background: #e7f1ea;
  margin-bottom: 30px;
  margin-left: 1em;
  width: 40%;
  max-width: 360px;
  height: 40%;
  max-height: 450px;
  padding: 5px;
  box-shadow: 10px 10px 8px rgba(69, 70, 70, 0.69);
  overflow: hidden; }
  .gallery_product img {
    width: 100%;
    vertical-align: top;
    height: auto;
    margin: 0 auto; }
  .gallery_product .nombrel {
    background: #FFF;
    width: 100%;
    height: auto;
    margin: 4px auto;
    padding: 0; }
    .gallery_product .nombrel p {
      width: 90%;
      height: auto;
      color: #000;
      margin: 0 auto;
      padding: 0.4em;
      font-size: 0.5em;
      font-weight: bold;
      font-family: sans-serif, arial;
      text-align: center; }
    .gallery_product .nombrel .subsub {
      font-size: 1em; }

.contacto {
  margin: 3em 0;
  background: #FFF;
  overflow: hidden; }
  .contacto .titulo {
    text-align: center;
    font-size: 2.25em;
    font-weight: 500i;
    margin: 1em 0; }
  .contacto .formulario {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    .contacto .formulario .alert {
      padding: 1em;
      color: #FFFFFF;
      border-radius: 2px;
      margin-bottom: 20px;
      font-size: 14px; }
    .contacto .formulario .error {
      background: #f2dede;
      border: 1px solid #a94442;
      color: #a94442; }
    .contacto .formulario .success {
      background: #4caf50; }
    .contacto .formulario input {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      margin-bottom: 1.5em;
      padding: 0.5em; }
    .contacto .formulario .marcomensaje {
      margin-bottom: 1.5em; }
      .contacto .formulario .marcomensaje textarea {
        margin: 0 auto; }
  .contacto .boton {
    background: #26a559;
    border: none;
    border-radius: 10%;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: 400i;
    font-size: 1.125em;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
    width: 5em; }
    .contacto .boton:hover {
      background: #1ecf65; }
  .contacto .inf {
    background: #8d8e96;
    border-radius: 0.5em;
    margin: 1em auto;
    padding: 1em;
    text-align: center;
    width: 90%;
    height: 3em;
    text-decoration: none;
    color: #f2f2f2;
    display: inline-block; }
    .contacto .inf:hover {
      background: #bcbec9;
      color: #6c6868; }

.ubicacion {
  margin-bottom: 3em; }
  .ubicacion .datos .dato {
    margin-bottom: 1.5em; }
    .ubicacion .datos .dato .subtitulo {
      padding-bottom: 1em;
      text-align: center; }
    .ubicacion .datos .dato p {
      text-align: center; }
  .ubicacion .mapa {
    text-align: center;
    width: 100%;
    overflow: hidden; }
    .ubicacion .mapa iframe {
      width: 100%;
      max-height: 500px; }

footer {
  background: #291919;
  color: #FFF;
  padding: 0.5em 0;
  padding-bottom: 1em; }
  footer .nombre {
    text-align: center; }
  footer p {
    margin: 0 auto; }
    footer p a {
      text-decoration: none;
      color: #FFF; }
  footer .abajol {
    text-align: center;
    margin: 10px auto; }

@media screen and (max-width: 768px) {
  .gallery_product {
    width: 90%;
    height: auto; } }
@media screen and (min-width: 768px) {
  header nav .loguito {
    width: 30%;
    height: auto; }
  header nav .logos {
    width: 100%; }
    header nav .logos .logo {
      width: 25%; }
    header nav .logos .nombre {
      width: 75% auto; }
      header nav .logos .nombre h1 {
        width: 100% auto;
        text-align: center; }

  .gallery_product .nombrel p {
    font-size: 1.25em; }
  .gallery_product .nombrel .subsub {
    font-size: 1.5em; } }
@media screen and (max-width: 990px) {
  header .logos {
    width: 100%; }
    header .logos .nombre {
      text-align: center;
      width: 89%; }
    header .logos .logo {
      max-width: 545px;
      width: 30%;
      height: auto; } }
@media screen and (max-width: 479px) {
  header {
    padding: 1em; }
    header .menu {
      margin: 0 auto; }
      header .menu ul {
        margin: 0 auto; }
        header .menu ul li a {
          margin: 0 auto;
          font-size: 1em; }
    header .logos {
      max-width: 400px; }
      header .logos .nombre {
        max-width: 400px;
        width: 95%;
        margin: 1em auto; }
        header .logos .nombre h1 {
          font-size: 2.5em;
          margin: 0 auto; }

  .main {
    padding: 1em; }

  .contacto {
    padding: 1em; }

  footer {
    padding: 1em; } }
@media screen and (max-width: 700px) {
  .main .somos .foto {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .main .somos .foto img {
      width: 100%;
      vertical-align: top;
      height: auto; } }
@media screen and (min-width: 991px) {
  header nav .oculto {
    visibility: hidden; } }
@media screen and (max-width: 991px) {
  header nav ul {
    margin: 0 auto; }
    header nav ul li a {
      margin-right: 0.375em;
      font-size: 1.05em; } }
@media screen and (max-width: 1199px) {
  .main .somos {
    margin-bottom: 3em; }
    .main .somos .titulo {
      text-align: center;
      font-size: 2.25em;
      font-weight: 500;
      margin: 1em 0; }
    .main .somos .texto {
      padding: 0;
      width: 100%; }
      .main .somos .texto p {
        padding: 2em;
        font-size: 1.125;
        padding: 1em;
        margin-bottom: 1em; }
        .main .somos .texto p .subrayado {
          font-weight: bold;
          font-size: 1.125em;
          text-align: center;
          margin-bottom: 3em;
          border-bottom: 1px solid #000; }
    .main .somos .foto {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .main .somos .foto img {
        width: 50%;
        vertical-align: top;
        height: auto; }
    .main .somos .ft2 {
      display: none; } }

/*# sourceMappingURL=estilos.css.map */

/* ============================================================
   MEJORAS A11Y + RESPONSIVE — SIN CAMBIAR ESTILO
   (append-only: no modifica reglas anteriores)
   ============================================================ */

/* 1) Header: evitar que space-between desalinee el grupo nav */
header {
  justify-content: center;
}
header > .container {
  width: 100%;
}

/* 2) Navbar: centrar items con flex en desktop */
@media screen and (min-width: 768px) {
  header nav.navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  header nav.navbar .navbar-collapse {
    float: none;
    width: auto;
  }
  header nav ul.nav.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  header nav ul.nav.navbar-nav > li {
    float: none;
  }
  header nav ul.nav.navbar-nav > li > a {
    margin-left: 0;
    margin-right: 0.5em;
  }
}

/* 3) Dropdown "Especificaciones Técnicas": estilo consistente */
.dropdown-menu {
  background: #fff;
  border: 1px solid #197341;
  border-top: 3px solid #197341;
  border-radius: 0 0 6px 6px;
  min-width: 260px;
  padding: 0.35em 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.dropdown-menu > li > a {
  color: #197341 !important;
  padding: 0.75em 1.2em !important;
  margin: 0 !important;
  font-size: 0.95em !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #e7f1ea !important;
  color: #0f5a30 !important;
}
.dropdown > a.dropdown-toggle {
  cursor: pointer;
}
header nav ul.nav.navbar-nav > li.dropdown.open > a,
header nav ul.nav.navbar-nav > li.dropdown.open > a:focus,
header nav ul.nav.navbar-nav > li.dropdown.open > a:hover {
  background: rgba(0,0,0,0.15) !important;
  color: #fff !important;
}
/* Icono de archivo solo en los items del dropdown con PDF, sin pseudo-elemento */


/* 4) Mobile: botón Menú grande, dropdown colapsable limpio */
@media screen and (max-width: 767px) {
  header {
    flex-direction: column;
    padding-bottom: 0.5em;
  }
  .navbar-toggle {
    float: none !important;
    display: block !important;
    margin: 0.6em auto !important;
    min-height: 44px;
    min-width: 110px;
    border: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 4px !important;
    padding: 0.5em 1em !important;
    background: rgba(0,0,0,0.15) !important;
  }
  .navbar-toggle .menu,
  .navbar-toggle p.menu {
    font-size: 1em !important;
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
  }
  .navbar-header {
    float: none !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
  }
  .loguito.navbar-brand {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .loguito.navbar-brand img {
    max-width: 42px !important;
    width: 42px !important;
    height: auto !important;
    margin: 0 !important;
    display: block;
  }
  .navbar-header {
    padding: 0.5em 1em !important;
    gap: 1em;
  }
  .navbar-collapse.collapse.in,
  .navbar-collapse.collapsing {
    border-top: 1px solid rgba(255,255,255,0.2);
    background: #197341;
  }
  header nav ul.nav.navbar-nav {
    margin: 0 !important;
    text-align: center;
  }
  header nav ul.nav.navbar-nav > li {
    display: block !important;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  header nav ul.nav.navbar-nav > li > a {
    display: block !important;
    padding: 0.9em 0.5em !important;
    margin: 0 !important;
    min-height: 44px;
  }
  /* reglas del dropdown mobile están en el bloque 11 */
}

/* 5) Active link: underline verde claro */
header nav ul.nav.navbar-nav > li.active > a,
header nav ul.nav.navbar-nav > li.active > a:hover,
header nav ul.nav.navbar-nav > li.active > a:focus {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
@media screen and (min-width: 768px) {
  header nav ul.nav.navbar-nav > li.active > a {
    box-shadow: inset 0 -3px 0 #19F24C;
  }
}

/* 6) Productos: grid consistente y filtros usables en mobile */
.productos > .container > .row > div[align=center] {
  padding: 0 1em;
}
.filter-button {
  min-height: 40px;
  margin: 0.25em;
}
@media screen and (max-width: 479px) {
  .filter-button {
    display: block;
    width: 100%;
    margin: 0.3em auto;
  }
}
/* Productos: no tocamos .gallery_product para preservar la grilla original.
   Solo aseguramos que el filtro jQuery funcione (sin forzar display). */
.gallery_product {
  vertical-align: top;
}

/* 7) Contacto: form grande, ubicación legible, botones mapa con tap target */
.contacto .formulario input,
.contacto .formulario textarea {
  min-height: 44px;
  font-size: 1em;
  padding: 0.7em 0.9em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contacto .formulario textarea {
  min-height: 120px;
}
.contacto .boton {
  min-height: 48px;
  min-width: 140px;
  width: auto;
  padding: 0.7em 2em;
  border-radius: 6px;
  font-weight: 500;
}
.contacto .inf {
  min-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ubicacion .datos .dato {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0 1em;
  }
  .contacto .inf {
    width: 95%;
    margin: 0.5em auto;
  }
}

/* 8) Footer centrado siempre */
footer p,
footer .nombre,
footer .abajol {
  text-align: center;
  width: 100%;
  margin: 0.4em auto !important;
}

/* 9) Logos row: centrar en todos los breakpoints */
header .logos {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1.5em !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 1em auto 0 !important;
  padding: 0 1em !important;
  text-align: center !important;
  float: none !important;
}
header .logos .logo,
header .logos .nombre {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .logos .logo {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 220px !important;
}
header .logos .nombre {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 720px !important;
}
header .logos .nombre h1 {
  font-size: clamp(1.5em, 3.6vw, 3em) !important;
  line-height: 1.1 !important;
  word-wrap: break-word !important;
  margin: 0 !important;
  text-align: center !important;
}

/* 10) Main container: no desbordar en ninguna pantalla */
.main {
  overflow-x: hidden;
}
img, iframe {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   11) "ESPECIFICACIONES TÉCNICAS" — dropdown como SELECT real
   ============================================================ */

/* Caret más grande y visible en todos los tamaños */
header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle {
  position: relative;
}
header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle .caret {
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 0.6em;
  vertical-align: middle;
  transition: transform .2s ease;
}
header nav ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle .caret {
  transform: rotate(180deg);
}

/* Desktop: botón visible pero integrado al navbar */
@media screen and (min-width: 768px) {
  header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85em 1.2em !important;
    margin: 0 0.3em;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  }
  header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle:hover,
  header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle:focus {
    background: rgba(0,0,0,0.18) !important;
    color: #fff !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle,
  header nav ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle:hover,
  header nav ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle:focus {
    background: #fff !important;
    color: #197341 !important;
  }
  /* Menú dropdown desktop: aparece pegado al botón, más ancho */
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 320px;
    border-top: none;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a {
    padding: 1em 1.3em !important;
    font-size: 1em !important;
    border-bottom: 1px solid #f0f0f0;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
}

/* Mobile: SELECT grande y dropdown alineado al 100% del ancho */
@media screen and (max-width: 767px) {
  header nav ul.nav.navbar-nav > li.dropdown {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0.9em 1.2em !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown > a.dropdown-toggle .caret {
    border-top-color: #fff !important;
    border-top-width: 7px !important;
    border-left-width: 6px !important;
    border-right-width: 6px !important;
    margin-left: 0.6em !important;
    flex-shrink: 0;
  }
  header nav ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle {
    background: rgba(0,0,0,0.18) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  /* Contenedor dropdown menu: 100% minus margen, sin flotar */
  header nav ul.nav.navbar-nav > li.dropdown.open .dropdown-menu,
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu {
    position: static !important;
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    list-style: none !important;
  }
  /* Oculta dropdown cuando NO está .open (sino siempre aparece desplegado) */
  header nav ul.nav.navbar-nav > li.dropdown:not(.open) > .dropdown-menu {
    display: none !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    border-top: 1px solid #e7f1ea !important;
    float: none !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li:first-child {
    border-top: none !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a {
    display: block !important;
    width: 100% !important;
    color: #197341 !important;
    background: #fff !important;
    padding: 1em 1.3em !important;
    margin: 0 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-decoration: none !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    border: none !important;
  }
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:hover,
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
  header nav ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:active {
    background: #e7f1ea !important;
    color: #0f5a30 !important;
  }
}

/* Fotos "¿Quiénes somos?" en mobile: que se vean grandes */
@media screen and (max-width: 767px) {
  .main .somos .foto {
    width: 100% !important;
    margin: 1.5em auto !important;
    text-align: center !important;
    padding: 0 1em !important;
    max-width: none !important;
  }
  .main .somos .foto img {
    width: 100% !important;
    max-width: 560px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}
/* Tablet también: que la foto ocupe todo el col, no 50% */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main .somos .foto img {
    width: 100% !important;
    max-width: 520px !important;
  }
}

/* Hide Bootstrap 3 ghost toggle <a> injected into dropdown-menu */
.dropdown-menu > a.dropdown-toggle,
.dropdown-menu > li > a.dropdown-toggle {
  display: none !important;
}

/* ============================================================
   12) Obras realizadas — cards sólo texto
   ============================================================ */
section.obras {
  padding: 3em 0 3.5em;
  background: #fff;
  border-top: 1px solid #e7f1ea;
  clear: both;
  width: 100%;
}
section.obras > .container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
section.obras .titulo {
  margin: 0 0 0.5em;
}
section.obras .obras-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5em;
  padding: 0 1em;
  line-height: 1.55;
  font-size: 1em;
  color: #555;
}
section.obras .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.obras .obra-card {
  float: none !important;
  margin-bottom: 1.75em;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow .2s ease, transform .2s ease;
}
section.obras .obra-card:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
section.obras .obra-foto {
  position: relative;
  width: 100%;
  padding-top: 62%;
  background: #f0f0f0;
  display: block;
  overflow: hidden;
}
section.obras .obra-foto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.obras .obra-body {
  padding: 1.15em 1.3em 1.35em;
  flex: 1 1 auto;
}
section.obras .obra-body h3 {
  font-size: 1.05em;
  color: #291919;
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.3;
}
section.obras .obra-body .obra-tipo {
  color: #197341;
  font-weight: 700;
  margin: 0 0 0.25em;
  font-size: 0.92em;
}
section.obras .obra-body .obra-loc {
  color: #666;
  margin: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  section.obras { padding: 2.2em 0 2.5em; }
  section.obras .obras-intro { font-size: 0.95em; padding: 0 1.5em; }
  section.obras .row { margin: 0; }
  section.obras .obra-card { margin: 0 0.75em 1.25em; }
}

/* ============================================================
   13) Página Soluciones — visual-led layout
   ============================================================ */

/* HERO — bigger, more dramatic */
section.sol-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  margin: 0;
  background: #0f5a30;
}
section.sol-hero .sol-hero-img {
  position: absolute;
  inset: 0;
}
section.sol-hero .sol-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: brightness(0.4) saturate(1.05);
}
section.sol-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,90,48,0.55) 0%, rgba(0,0,0,0.35) 60%, rgba(25,115,65,0.35) 100%);
  z-index: 1;
}
section.sol-hero .sol-hero-text {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 6em 1.5em 5em;
  color: #fff;
  text-align: center;
}
section.sol-hero .sol-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 0.55em 1.2em;
  border-radius: 999px;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.4em;
  color: #fff;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
section.sol-hero h1 {
  font-size: clamp(2em, 5.5vw, 3.75em);
  font-weight: 900;
  margin: 0 0 0.6em;
  line-height: 1.05;
  text-shadow: 0 4px 22px rgba(0,0,0,0.45);
  letter-spacing: -0.01em;
}
section.sol-hero p {
  font-size: clamp(1.05em, 2.2vw, 1.35em);
  margin: 0 auto;
  max-width: 720px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  opacity: 0.95;
}

/* Shared: section title hierarchy on the soluciones page */
section.sol-que .titulo,
section.sol-quien .titulo,
section.sol-porque .titulo,
section.sol-esto .titulo {
  font-size: clamp(1.7em, 3.5vw, 2.5em) !important;
  font-weight: 900 !important;
  color: #197341 !important;
  letter-spacing: -0.005em;
  margin: 0 0 0.4em !important;
  line-height: 1.1;
  text-align: center;
}

/* Sections always visible (animation removed: was causing hidden-content edge cases for crawlers) */
.sol-reveal { opacity: 1; }

/* QUE FABRICAMOS */
section.sol-que {
  background: #fff;
  padding: 5em 0 4em;
}
section.sol-que .titulo {
  margin: 0 0 2em !important;
}
section.sol-que .row {
  display: flex;
  flex-wrap: wrap;
}
section.sol-que .sol-que-card {
  text-align: center;
  margin-bottom: 1.5em;
  float: none !important;
  display: flex;
  flex-direction: column;
  cursor: default;
}
section.sol-que .sol-que-img {
  background: linear-gradient(135deg, #f8f8f8 0%, #e7f1ea 100%);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  border: 1px solid #e0e0e0;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
section.sol-que .sol-que-card:hover .sol-que-img {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(25,115,65,0.18);
  border-color: #197341;
}
section.sol-que .sol-que-img img {
  max-width: 75%;
  max-height: 85%;
  object-fit: contain;
  display: block;
  transition: transform .4s ease;
}
section.sol-que .sol-que-card:hover .sol-que-img img {
  transform: scale(1.05);
}
section.sol-que .sol-que-card h3 {
  font-size: 1.4em;
  color: #197341;
  font-weight: 800;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
section.sol-que .sol-que-card p {
  color: #555;
  margin: 0;
  font-size: 1em;
  line-height: 1.55;
  max-width: 280px;
  margin: 0 auto;
}

/* PARA QUIEN — 9 audience cards (text + icon) */
section.sol-quien {
  background: #f1f1f1;
  padding: 5em 0 4em;
  position: relative;
}
section.sol-quien::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #197341 50%, transparent 100%);
  opacity: 0.5;
}
section.sol-quien .titulo {
  margin: 0 0 0.5em !important;
}
section.sol-quien .sol-sub,
section.sol-porque .sol-sub,
section.sol-esto .sol-sub {
  text-align: center;
  color: #555;
  max-width: 720px;
  margin: 0 auto 2em;
  padding: 0 1em;
  line-height: 1.55;
  font-size: 1em;
}
section.sol-quien .row {
  display: flex;
  flex-wrap: wrap;
}
section.sol-quien .sol-aud-card {
  margin-bottom: 1em;
  float: none !important;
  text-align: center;
}
section.sol-quien .sol-aud-card > * {
  display: block;
}
section.sol-quien .sol-aud-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.8em 1.2em 1.6em;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  height: calc(100% - 1em);
  position: relative;
  overflow: hidden;
}
section.sol-quien .sol-aud-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #197341 0%, #19F24C 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
section.sol-quien .sol-aud-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(25,115,65,0.15);
  border-color: #197341;
}
section.sol-quien .sol-aud-card:hover::before {
  transform: scaleX(1);
}
section.sol-quien .sol-aud-ico {
  font-size: 2.6em;
  line-height: 1;
  margin: 0 auto 0.7em;
  transition: transform .3s ease;
}
section.sol-quien .sol-aud-card:hover .sol-aud-ico {
  transform: scale(1.15);
}
section.sol-quien .sol-aud-card h3 {
  font-size: 1.15em;
  color: #197341;
  font-weight: 800;
  margin: 0 0 0.45em;
  letter-spacing: -0.005em;
}
section.sol-quien .sol-aud-card p {
  color: #555;
  font-size: 0.95em;
  margin: 0;
  line-height: 1.5;
}

/* POR QUE FEM */
section.sol-porque {
  background: #fff;
  padding: 5em 0 4em;
}
section.sol-porque .titulo {
  margin: 0 0 0.5em !important;
}
section.sol-porque .row {
  display: flex;
  flex-wrap: wrap;
}
section.sol-porque .sol-bnf {
  margin-bottom: 1.5em;
  float: none !important;
  padding: 1.8em 1.5em;
  border-left: 4px solid #197341;
  background: #f8f8f8;
  border-radius: 6px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
section.sol-porque .sol-bnf:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(25,115,65,0.12);
  background: #fff;
  border-left-color: #19F24C;
}
section.sol-porque .sol-bnf-ico {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.6em;
  transition: transform .3s ease;
}
section.sol-porque .sol-bnf:hover .sol-bnf-ico {
  transform: rotate(-8deg) scale(1.1);
}
section.sol-porque .sol-bnf h3 {
  font-size: 1.15em;
  color: #197341;
  font-weight: 800;
  margin: 0 0 0.5em;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
section.sol-porque .sol-bnf p {
  color: #444;
  font-size: 0.95em;
  margin: 0;
  line-height: 1.55;
}
section.sol-porque .sol-warning {
  background: #fff8e1;
  border-left: 4px solid #f0b429;
  border-radius: 4px;
  padding: 1.4em 1.5em;
  margin: 1.5em auto 0;
  max-width: 960px;
}
section.sol-porque .sol-warning h3 {
  font-size: 1.05em;
  color: #7a4a00;
  margin: 0 0 0.7em;
  font-weight: 700;
  line-height: 1.35;
}
section.sol-porque .sol-warning ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
  color: #5a3800;
  line-height: 1.7;
  font-size: 0.94em;
}
section.sol-porque .sol-warning ul li::marker {
  color: #f0b429;
}
section.sol-porque .sol-warning-end {
  margin: 0;
  color: #2c4d2e;
  font-size: 0.95em;
  line-height: 1.55;
}

/* ESTO ES FEM */
section.sol-esto {
  background: #f1f1f1;
  padding: 5em 0 4em;
}
section.sol-esto .titulo {
  margin: 0 0 0.5em !important;
}
section.sol-esto .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.sol-esto .sol-esto-item {
  text-align: center;
  margin-bottom: 1.5em;
  padding: 2em 1.2em;
  float: none !important;
  transition: transform .25s ease;
}
section.sol-esto .sol-esto-item:hover {
  transform: translateY(-4px);
}
section.sol-esto .sol-esto-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 0.8em;
  background: #fff;
  border-radius: 50%;
  font-size: 1.8em;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(25,115,65,0.18);
  transition: transform .3s ease, box-shadow .3s ease;
}
section.sol-esto .sol-esto-item:hover .sol-esto-ico {
  transform: rotate(-8deg);
  box-shadow: 0 10px 24px rgba(25,115,65,0.28);
}
section.sol-esto .sol-esto-item h3 {
  font-size: 1.1em;
  color: #197341;
  font-weight: 800;
  margin: 0 0 0.4em;
}
section.sol-esto .sol-esto-item p {
  color: #555;
  font-size: 0.95em;
  margin: 0;
  line-height: 1.5;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/* BAND DE STATS */
section.sol-band {
  background: linear-gradient(135deg, #197341 0%, #0f5a30 100%);
  color: #fff;
  padding: 2.5em 0;
  position: relative;
  overflow: hidden;
}
section.sol-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(25,242,76,0.15) 0%, transparent 50%);
  pointer-events: none;
}
section.sol-band .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
section.sol-band .sol-band-stat {
  text-align: center;
  padding: 0.5em 0.5em;
  float: none !important;
  transition: transform .25s ease;
}
section.sol-band .sol-band-stat:hover {
  transform: translateY(-3px);
}
section.sol-band .sol-band-stat strong {
  display: block;
  font-size: clamp(1.6em, 3.5vw, 2.4em);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.01em;
}
section.sol-band .sol-band-stat span {
  display: block;
  margin-top: 0.3em;
  font-size: 0.88em;
  opacity: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}

/* CTA */
section.sol-cta-block {
  background: #fff;
  padding: 5em 0 6em;
  position: relative;
}
section.sol-cta-block::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #197341 0%, #19F24C 100%);
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}
section.sol-cta-block .sol-cta-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em;
  float: none;
}
section.sol-cta-block h2 {
  color: #197341;
  font-size: clamp(1.7em, 4vw, 2.6em);
  font-weight: 900;
  margin: 0 0 0.5em;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
section.sol-cta-block p {
  color: #555;
  font-size: 1.1em;
  line-height: 1.55;
  margin: 0 0 2em;
}
section.sol-cta-block .sol-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9em;
  justify-content: center;
}
section.sol-cta-block .sol-btn-primary,
section.sol-cta-block .sol-btn-secondary {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  border: 2px solid #197341;
  letter-spacing: 0.01em;
}
section.sol-cta-block .sol-btn-primary {
  background: #197341;
  color: #fff;
  box-shadow: 0 6px 18px rgba(25,115,65,0.35);
}
section.sol-cta-block .sol-btn-primary:hover {
  background: #0f5a30;
  border-color: #0f5a30;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(25,115,65,0.45);
}
section.sol-cta-block .sol-btn-secondary {
  background: #fff;
  color: #197341;
}
section.sol-cta-block .sol-btn-secondary:hover {
  background: #197341;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(25,115,65,0.25);
}

@media screen and (max-width: 767px) {
  section.sol-hero { height: auto; min-height: 320px; }
  section.sol-hero .sol-hero-text { padding: 3em 1.2em 2.5em; }
  section.sol-que { padding: 2.2em 0 1em; }
  section.sol-que .sol-que-img { height: 200px; }
  section.sol-quien { padding: 2.2em 0 1em; }
  section.sol-quien .sol-quien-card { height: 200px; }
  section.sol-band .sol-band-stat strong { font-size: 1.4em; }
  section.sol-cta-block { padding: 2.2em 0 3em; }
  section.sol-cta-block .sol-cta-buttons { flex-direction: column; }
  section.sol-cta-block .sol-btn-primary,
  section.sol-cta-block .sol-btn-secondary { width: 100%; }
}

/* ============================================================
   HERO INDEX — full-bleed con fondo oscurecido + overlay verde
   ============================================================ */
.hero-section { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); min-height: 75vh; overflow: hidden; background: #0f5a30; display: flex; align-items: center; justify-content: center; }
.hero-section .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-section .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; filter: brightness(0.4) saturate(1.05); }
.hero-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,90,48,0.65) 0%, rgba(0,0,0,0.4) 55%, rgba(25,115,65,0.55) 100%); z-index: 1; }
.hero-section .hero-inner { position: relative; z-index: 2; max-width: 960px; width: 100%; margin: 0 auto; padding: 4em 1.5em; color: #fff; text-align: center; }
.hero-section .hero-logo { display: block; height: 160px; width: auto; margin: 0 auto 1.6em; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.35)); }
.hero-section .hero-h1 { font-size: clamp(2em, 5vw, 3.5em); font-weight: 800; line-height: 1.1; margin: 0 0 0.55em; color: #fff; letter-spacing: -0.01em; text-shadow: 0 4px 22px rgba(0,0,0,0.45); }
.hero-section .hero-sub { font-size: clamp(1em, 1.6vw, 1.25em); line-height: 1.55; max-width: 720px; margin: 0 auto 2em; color: #fff; opacity: 0.92; text-shadow: 0 2px 12px rgba(0,0,0,0.35); }
.hero-section .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.hero-section .hero-cta-primary, .hero-section .hero-cta-secondary { display: inline-block; padding: 14px 32px; border-radius: 6px; font-weight: 700; font-size: 1em; line-height: 1.2; text-decoration: none; transition: transform .15s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; cursor: pointer; white-space: nowrap; }
.hero-section .hero-cta-primary { background: #fff; color: #197341; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(0,0,0,0.18); }
.hero-section .hero-cta-primary:hover, .hero-section .hero-cta-primary:focus { background: #f4f9f6; color: #0f5a30; transform: translateY(-1px); text-decoration: none; box-shadow: 0 8px 22px rgba(0,0,0,0.22); }
.hero-section .hero-cta-secondary { background: transparent; color: #fff; border: 2px solid #fff; }
.hero-section .hero-cta-secondary:hover, .hero-section .hero-cta-secondary:focus { background: rgba(255,255,255,0.12); color: #fff; transform: translateY(-1px); text-decoration: none; }
@media (max-width: 767px) {
  .hero-section { min-height: 0; height: auto; }
  .hero-section .hero-inner { padding: 3em 1.2em 2.8em; }
  .hero-section .hero-logo { height: 110px; margin-bottom: 1.2em; }
  .hero-section .hero-ctas { flex-direction: column; gap: 12px; align-items: stretch; }
  .hero-section .hero-cta-primary, .hero-section .hero-cta-secondary { width: 100%; text-align: center; padding: 14px 24px; }
}

/* ============================================================
   BANDA PRUEBA SOCIAL — bajo el hero
   ============================================================ */
.band-section { background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 2.5em 0; width: 100%; font-family: Roboto, sans-serif; }
.band-section .band-row { display: flex; flex-wrap: wrap; align-items: stretch; margin-left: 0; margin-right: 0; }
.band-item { text-align: center; padding: 0.75em 1em; }
.band-icon { display: flex; justify-content: center; align-items: center; margin-bottom: 0.6em; color: #197341; }
.band-icon svg { width: 36px; height: 36px; stroke: #197341; }
.band-num { font-size: clamp(1.5em, 3vw, 2em); color: #197341; font-weight: 800; line-height: 1.15; margin-bottom: 0.25em; }
.band-label { font-size: 0.9em; color: #666; line-height: 1.4; }
@media (max-width: 767px) {
  .band-section { padding: 2em 0; }
  .band-item { padding: 0.75em 0.5em; margin-bottom: 0.5em; }
}


/* Screen reader only (a11y for form labels) */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Tier 2 SEO: intro paragraphs */
.productos-intro { display: block; float: none !important; clear: both; width: 100%; text-align: center; max-width: 880px; margin: 0 auto 2em !important; padding: 0 1em; color: #555; font-size: 1.05em; line-height: 1.6; }
.contacto-sub { display: block; float: none !important; clear: both; width: 100%; text-align: center; max-width: 760px; margin: 0 auto 1.5em !important; padding: 0 1em; color: #555; font-size: 1.05em; line-height: 1.5; }

/* SEO landing pages: contenido tecnico */
.contenido-tecnico { padding: 1em 1.5em 3em; max-width: 920px; margin: 0 auto; line-height: 1.65; color: #333; }
.contenido-tecnico h2 { color: #197341; font-size: 1.6em; margin: 1.8em 0 0.6em; padding-bottom: 0.3em; border-bottom: 2px solid #e9e9e9; }
.contenido-tecnico h3 { color: #291919; font-size: 1.2em; margin: 1.4em 0 0.5em; }
.contenido-tecnico p { margin: 0 0 1em; font-size: 1.02em; }
.contenido-tecnico ul, .contenido-tecnico ol { margin: 0 0 1.2em 0; padding-left: 1.5em; }
.contenido-tecnico li { margin-bottom: 0.4em; line-height: 1.55; }
.contenido-tecnico strong { color: #197341; }
.cta-box a { text-decoration: none; }
.cta-box a:hover { text-decoration: underline; }

/* Navbar Recursos: dropdown con layout vertical correcto + estado activo */
header .navbar-nav > li.dropdown.active > a,
header .navbar-nav > li.dropdown.active > a:hover,
header .navbar-nav > li.dropdown.active > a:focus { background: rgba(255,255,255,0.10) !important; color: #fff !important; }
header .navbar-nav .dropdown-menu { min-width: 240px !important; padding: 6px 0 !important; display: none; }
header .navbar-nav .dropdown.open .dropdown-menu { display: block !important; }
header .navbar-nav .dropdown-menu > li { display: block !important; float: none !important; width: 100% !important; clear: both !important; list-style: none !important; }
header .navbar-nav .dropdown-menu > li > a { padding: 8px 18px !important; color: #291919 !important; white-space: nowrap !important; display: block !important; clear: both !important; float: none !important; width: 100% !important; line-height: 1.5 !important; box-sizing: border-box !important; }
header .navbar-nav .dropdown-menu > li > a:hover,
header .navbar-nav .dropdown-menu > li > a:focus { background: #f4f4f4 !important; color: #197341 !important; }
header .navbar-nav .dropdown-menu > li.active > a,
header .navbar-nav .dropdown-menu > li.active > a:hover,
header .navbar-nav .dropdown-menu > li.active > a:focus { background: #197341 !important; color: #fff !important; font-weight: 500; }
header .navbar-nav .dropdown-menu > li.divider { margin: 6px 0 !important; height: 1px !important; background: #e6e6e6 !important; overflow: hidden !important; padding: 0 !important; }
