@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}

a {
  color: #52d3aa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #52d3aa;
  outline: none;
  text-decoration: none;
}

p {
  color: black;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #52d3aa;
}

::-moz-selection {
  color: #fff;
  background: #52d3aa;
}

::selection {
  color: #fff;
  background: #52d3aa;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 450px;
}

@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
}

#fh5co-footer {
  padding-top: 4em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 450px;
  background: #333333;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
    padding: 5em 0;
  }
}

#fh5co-footer .fh5co-social li {
  display: block;
}

#fh5co-footer p {
  line-height: 1.5;
}

#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}

#fh5co-footer a {
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-footer a:hover {
  color: #52d3aa;
}

#fh5co-footer ul {
  padding: 0;
  margin: 0;
}

#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-copyright {
  padding-top: 3em;
}

#fh5co-footer .fh5co-copyright small {
  display: block;
}

#fh5co-header {
  width: 100%;
}

#fh5co-header nav {
  text-align: center;
}

#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}

#fh5co-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

#fh5co-header nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  zoom: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#fh5co-header nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
}

@media screen and (max-width: 768px) {
  #fh5co-header nav li a {
    padding: 10px 2px;
  }
}

#fh5co-header nav li a:hover {
  color: white;
}

#fh5co-header nav li a:hover span {
  border-bottom: 2px solid #fff;
}

#fh5co-header nav li.fh5co-active a {
  color: #fff;
}

#fh5co-header nav li.fh5co-active a span {
  border-bottom: 2px solid #fff;
}

/* Para móviles: reducir al mínimo necesario */

@media (max-width: 768px) {
  .fh5co-table, .fh5co-table-cell, .fh5co-hero, .fh5co-parallax {
    height: auto;
    min-height: 400px;
  }

  .fh5co-intro {
    padding: 20px 10px;
    text-align: center;
  }

  .fh5co-intro h1 {
    font-size: 1.6rem;
  }

  .fh5co-intro p {
    font-size: 1rem;
  }
}

.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/* OVERLAYS ROJO INVISIA */

/* Estilo general para overlays */

.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Overlay negro por defecto */

.fh5co-parallax .overlay {
  background-color: black;
}

/* Overlay rojo para la página de INVISIA */

.fh5co-hero .overlay {
  background-color: rgba(153, 0, 0, 0.35);
}

.overlay-dark {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}

.fh5co-hero .fh5co-intro h1, .fh5co-parallax h2, .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}

.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}

.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-section {
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}

.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}

.fh5co-feature .fh5co-icon i {
  color: #52d3aa;
  font-size: 70px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}

.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #52d3aa;
  font-size: 28px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}

.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}

.fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-social {
  padding: 0;
  margin: 0;
}

.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  zoom: 1;
}

.fh5co-social li a span {
  display: inline-block;
  zoom: 1;
  padding-left: 10px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}

.btn.btn-sm {
  padding: 4px 15px !important;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: 2px solid #52d3aa;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #52d3aa;
  border: 2px solid #52d3aa;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52d3aa;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}

.fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}

.fh5co-check li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "?";
  color: #52d3aa;
}

.fh5co-staff img {
  margin-bottom: 1em;
}

.fh5co-staff h3 {
  margin: 0;
}

.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

/*# header extra*/

/* Agregar un borde o divisor debajo del encabezado */

#fh5co-header {
  border-bottom: 4px solid #333;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Separacion*/

/* Aplicar un fondo plateado a toda la caja del encabezado */

.header-oscuro {
  background: #333333;
  font-size: 18px;
}

/* Opcional: Para evitar que el texto se acerque demasiado a los bordes */

.fh5co-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* AÃ±adir espacio a los enlaces del menÃº */

.fh5co-main-nav ul li {
  display: inline-block;
  margin-right: 15px;
}

/* Definir una clase para el logo */

.logo {
  vertical-align: middle;
}

/* Estilos para el nombre del sitio */

.site-name {
  font-size: 26px !important;
  color: white !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin-right: 10% !important;
}

/*# sourceMappingURL=style.css.map */

.language-switcher {
  z-index: 9999;
  gap: 8px;
  align-items: center;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
}

.language-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.language-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.language-divider {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.language-link.active {
  background-color: #00bcd4;
  color: #fff;
  font-weight: 600;
}

/* BLOG y MODAL */

/* Opcional: Ajuste extra para mÃ³viles */

@media (max-width: 768px) {
  #contenido-articulo {
    padding: 0 10px;
  }
}

/*SEPARADOR CUSTOM ADAPTATIVO */

/* Separador general: línea sutil con margen */

.separador {
  border: none;
  border-top: 2px solid #00bcd4;
  margin: 3em 0;
  opacity: 0.3;
  width: 100%;
}

/* Variante espaciada sin línea (solo espacio) */

.espaciado {
  margin-top: 4em;
  margin-bottom: 4em;
}

/* Versión más compacta para móviles */

@media (max-width: 768px) {
  .separador {
    margin: 2em 0;
    border-top: 1px solid #00bcd4;
  }

  .espaciado {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

/* ESTILO DE BLOCKQOUTE */

.caja-h3 {
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  background-color: #f9f9f9;
  font-style: italic;
  border-radius: 8px;
}

/* LETRAS NUEVA*/

body {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Merriweather", serif;
}

/* Ajuste para centrar mejor el título en móviles */

@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-hero {
    padding-top: 100px;
  }

  .fh5co-intro {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .fh5co-intro h1 {
    font-size: 28px;
    margin-top: 0;
    line-height: 1.2;
  }
}

/* es para evitar desbordede imagen */

img {
  max-width: 100%;
  height: auto;
}

#modalArticulo .modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* SELECTOR IDIOMA */

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-box {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  height: 40px;
  margin-right: 10px;
}

.main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}

.main-menu li a {
  text-decoration: none;
}

.language-switcher {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.9rem;
  color: white;
}

.language-switcher a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.language-switcher .language-divider {
  color: white;
}

/* IMAGEN ESPECIAL */

.custom-img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .custom-img {
    max-width: 100%;
  }
}

/*arra navegadora para telefono */

@media (max-width: 768px) {
  .navbar-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .fh5co-main-nav ul {
    gap: 10px;
  }
}

/* letra de la pagina  */

.site-name {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
}

.fh5co-main-nav a {
  color: white;
  text-decoration: none;
}

.fh5co-main-nav a:hover {
  text-decoration: underline;
}

/* sticky?*/

#fh5co-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #2b2b2b;
}

/* ARREGLO CSS RESPONSIVO */

/*  Previene overflow general */

html, body {
  overflow-x: hidden;
}

/* Ajustes móviles para evitar que los elementos se salgan del viewport */

@media (max-width: 768px) {
  .fh5co-main-nav ul li {
    display: block;
  }

  .language-switcher {
    align-self: flex-end;
  }

  .logo, .site-name {
    max-width: 100%;
    height: auto;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col-md-6, .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*ANTIDESBORDE PALABRA*/

p, h1, h2, h3, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* MAS AJUSTES TELEFONO */

/* Ajuste general para vista móvil del header */

@media (max-width: 768px) {
  .fh5co-main-nav ul {
    align-items: flex-start;
    box-sizing: border-box;
  }

  .fh5co-main-nav ul img.logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
  }

  .site-name {
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: block;
    margin-bottom: 10px;
  }

  .fh5co-main-nav ul li {
    width: 100%;
    word-break: break-word;
  }

  .language-switcher {
    position: static !important;
    margin-top: 10px;
    margin-left: auto;
  }

  /*  Evita que se desborde la pantalla */

  html, body {
    overflow-x: hidden;
  }
}

/* MENU HAMBURGUESA */

/* Ocultar el botón en escritorio */

.menu-toggle {
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10001;
}

.menu-toggle span {
  background: white;
  height: 3px;
  margin: 5px 0;
  width: 25px;
  border-radius: 2px;
  display: block;
}

/* Mostrar el botón y adaptar menú en móvil */

@media (max-width: 768px) {
  .fh5co-main-nav ul {
    flex-direction: column;
  }

  .fh5co-main-nav ul li {
    text-align: center;
    padding: 10px 0;
  }
}

/* menu de telefono */

/* Evita que el ul se quede visible por defecto */

.fh5co-main-nav ul {
  display: none;
}

/* Se muestra al hacer toggle */

.fh5co-main-nav ul.active {
  display: flex !important;
}

/* Asegura que el header no tape el contenido */

@media (max-width: 768px) {
  #fh5co-header {
    position: relative;
  }

  .menu-toggle {
    z-index: 10001;
  }
}

/* ===== MENÚ DESKTOP ===== */

@media (min-width: 769px) {
  .main-menu {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: static;
  }

  .menu-toggle {
    display: none !important;
  }
}

/* ===== MENÚ MÓVIL ===== */

@media (max-width: 768px) {
  .main-menu {
    display: none;
    flex-direction: column;
    background-color: #222;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10000;
    padding: 10px 0;
    padding-bottom: 20px;
  }

  .main-menu.active {
    display: flex !important;
  }

  .menu-toggle {
    display: flex;
    margin-top: 5px;
  }
}

/* MENU MOVIL*/

/* Solo muestra el switcher flotante en escritorio */

/* EXTRA MENU TELEFONO  */

/* Desktop: solo muestra el flotante */

.language-switcher {
  display: flex;
}

/* Oculta la opción móvil */

.mobile-lang-switcher {
  display: none;
}

/* Mobile: oculta el flotante, muestra la opción dentro del menú */

@media (max-width: 768px) {
  .mobile-lang-switcher {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* Asegúrate de que .main-menu tenga color blanco o contraste adecuado */

.main-menu li a {
  color: white;
}

/* menu nuevo movil */

@media (max-width: 768px) {
  .fh5co-main-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    background-color: #222;
    padding: 10px 0;
    display: none;
    width: 100%;
    margin: 0;
  }

  .fh5co-main-nav ul.active {
    display: flex !important;
    flex-direction: column;
  }
}

/* menu nuevo escritorio */

@media (min-width: 769px) {
  .fh5co-main-nav ul {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    background: none;
    position: static;
  }

  .fh5co-main-nav ul li {
    padding: 0;
    text-align: center;
  }
}

/*   MOVIL ICONO DE MENU SUBIDO */

/* SUBE el menú desplegable móvil para que no choque con el contenido */

@media (max-width: 768px) {
  .main-menu {
    top: 50px !important;
  }

  /* Alinea bien el botón hamburguesa */

  .menu-toggle {
    top: 2px;
  }

  /* Ajusta la posición del idioma dentro del menú móvil */

  .mobile-lang-switcher {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 0.9rem;
    color: white;
  }

  .mobile-lang-switcher a {
    color: white;
    margin: 0 5px;
    text-decoration: none;
  }

  /* Oculta el idioma flotante solo en móvil */

  .language-switcher {
    display: none !important;
  }
}

/* Asegura que el idioma flotante sí se vea en escritorio */

@media (min-width: 769px) {
  .language-switcher {
    display: flex !important;
  }

  .mobile-lang-switcher {
    display: none !important;
  }
}

/* ARREGLO TEMPORAL CSS SUPERIOR*/

html, body {
  margin: 0;
  padding: 0;
  background-color: #2b2b2b;
}

#fh5co-header {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
}

#fh5co-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/*EFECTO SHINE OVERLAY*/

/* se llama al final del body con <script src="js/shine.js"></script>*/

.shine-overlay {
  position: fixed;
  top: 0;
  left: -150%;
  width: 300%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 9999;
  pointer-events: none;
  transform: skewX(-20deg);
  opacity: 0;
}

.shine-overlay.active {
  animation: shine-slide 1.2s ease-in-out forwards;
}

@keyframes shine-slide {
  0% {
    left: -150%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    left: 50%;
    opacity: 0.7;
  }

  100% {
    left: 150%;
    opacity: 0;
  }
}

.btn-cta-invisia {
  background: linear-gradient(135deg, #52d3aa 0%, #00c9b7 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.15em;
  font-weight: bold;
  padding: 14px 32px;
  box-shadow: 0 0 12px rgba(82, 211, 170, 0.5);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-cta-invisia:hover, .btn-cta-invisia:focus {
  background: linear-gradient(135deg, #00bfa5 0%, #00a58a 100%);
  box-shadow: 0 0 16px rgba(0, 191, 165, 0.7);
  transform: scale(1.03);
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-cta-invisia {
    font-size: 1em;
    padding: 12px 20px;
    width: 90%;
    max-width: 320px;
    display: inline-block;
    white-space: normal;
  }
}

/* CARRUSEL INDEX*/

.glide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.glide__slides {
  display: flex;
  align-items: center;
}

.glide__slide {
  text-align: center;
  padding: 20px;
}

.glide__slide img {
  max-height: 100px;
  margin: 0 auto 10px;
  display: block;
  object-fit: contain;
}

.glide__slide p {
  color: white;
  font-weight: 500;
  font-size: 1em;
  text-shadow: 0 0 5px #000;
}

.titulo-alianzas {
  color: white;
  font-size: 2.5em;
  margin-bottom: 50px;
  margin-top: 40px;
  text-shadow: 1px 1px 4px #000;
  animation: fadeInUp 1s ease-out both;
  animation-delay: 0.3s;
}

.alianzas-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.alianzas-section::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*TELEFONO */

@media (max-width: 768px) {
  .titulo-alianzas {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .glide__slide {
    padding: 15px;
  }

  .glide__slide img {
    max-height: 80px;
    width: auto;
  }

  .glide__slide p {
    font-size: 0.9em;
    padding: 0 10px;
  }

  .alianzas-section {
    padding: 60px 0;
  }

  .glide__arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .glide__arrow {
    font-size: 1.5em;
    padding: 8px 12px;
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .titulo-alianzas {
    font-size: 1.5em;
  }

  .glide__slide img {
    max-height: 60px;
  }

  .glide__slide p {
    font-size: 0.85em;
  }
}

/*INVISIA TITULO GIGANTE*/

/* Estilo general: altura adaptable */

.fh5co-table, .fh5co-table-cell, .fh5co-hero, .fh5co-parallax {
  height: auto;
  min-height: 670px;
}

/* Mejora para parallax con texto centrado */

.fh5co-parallax {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

/* Texto dentro del parallax */

.fh5co-parallax .fh5co-intro h2 {
  font-size: 2.8em;
  line-height: 1.3;
  padding: 0 20px;
  word-break: break-word;
}

/* NUEVO CSS DE BOOTSTRAP 5.3 */

header {
  background: linear-gradient(90deg, #fafdff 0%, #e6f6ff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.navbar a, .navbar .nav-link, .navbar .navbar-brand, .navbar i {
  color: #000 !important;
}

.navbar a:hover, .navbar .nav-link:hover, .navbar i:hover {
  color: #0077cc !important;
}

/*CATALOGO */

.catalogo-item img {
  width: 180px;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
  border: 2px solid #ddd;
  border-radius: 15px;
}

.catalogo-item img:hover {
  transform: scale(1.05);
  border-color: #00bcd4;
}

/*HEROE CARRUSEL DE FOTOS*/

.hero-carrusel {
  background: linear-gradient(90deg, #fafdff 0%, #e6f6ff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

/*TIENDA DE PROMO*/

.bg-promo {
  background-color: #f2f2f2;
}

.promo-item img {
  width: 160px;
  height: auto;
  object-fit: cover;
  border: 2px solid #eee;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.promo-item img:hover {
  transform: scale(1.05);
  border-color: #00bcd4;
}

.promo-item .precio {
  font-weight: bold;
  color: #ff4081;
  margin: 5px 0;
}

/* DIV O FONDO DE CADA PRODUCTO*/

.promo-item {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  width: 200px;
}

.promo-item:hover {
  transform: translateY(-5px);
}

/* BOTON DE COMPRAR ROSADO*/

.btn-pink {
  background-color: #e07cd8;
  color: white;
  border: none;
}

.btn-pink:hover {
  background-color: #d45ac3;
  color: white;
}

/* CARRUSEL PELOTAS PRODUCTOS*/

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #e07cd8;
  border-radius: 50%;
  margin: 5px;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

/*posiciopnamineto global pelotas*/

.carousel-indicators {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}

/*PROBADORES*/

/* PROBADORES VIRTUALES */

.probador-item {
  background-color: #eafcff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 260px;
  transition: transform 0.3s ease;
}

.probador-item:hover {
  transform: scale(1.03);
}

/* Botón personalizado igual que el de promo */

.btn-promo {
  background-color: #e07cd8;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-promo:hover {
  background-color: #c962b8;
}

/* Fix: cuando cambiamos H1->H2, el template no les aplica el estilo del hero/parallax */
.fh5co-hero .fh5co-intro h2,
.fh5co-parallax .fh5co-intro h2 {
  color: #fff;
}

/* (Opcional) si quieres que el H2 se vea idéntico al H1 del template */
.fh5co-hero .fh5co-intro h2,
.fh5co-parallax .fh5co-intro h2 {
  font-family: "Merriweather", "Georgia", serif; /* o la que uses en H1 */
  font-weight: 700;
  text-transform: none; /* por si el template lo cambia */
}


/* Padding extra solo para el hero de Infraestructura y Desarrollo */
.infra-hero-intro {
  padding-top: 30px;   /* prueba 40px, si quieres más/menos lo ajustas */
}







/* ajuste de css menu */

/* =========================
   FINAL BOSS FIX - HEADER DESKTOP
   (pegar al final del CSS)
========================= */

@media (min-width: 769px){

  /* Layout base */
  #fh5co-header .navbar-flex{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px;
  }

  /* Logo: matar la caja de 40px */
  #fh5co-header .logo-box{
    width:auto !important;
    height:auto !important;
    flex:0 0 auto !important;
  }

  /* Texto del logo: fuera el empuje raro */
  #fh5co-header .site-name{
    margin-right:0 !important;
    white-space:nowrap;
  }

  /* Nav ocupa el centro */
  #fh5co-header .fh5co-main-nav{
    flex:1 1 auto !important;
    min-width:0;
  }

  /* Asegura que el UL NO quede en display:none */
  #fh5co-header .fh5co-main-nav ul,
  #fh5co-header .fh5co-main-nav .main-menu{
    display:flex !important;
  }

  /* Menú estable */
  #fh5co-header .fh5co-main-nav .main-menu{
    justify-content:center !important;
    align-items:center;
    gap:18px !important;
    flex-wrap:wrap; /* evita overlap en pantallas más angostas */
    margin:0;
    padding:0;
    list-style:none;
  }

  #fh5co-header .fh5co-main-nav .main-menu > li{
    margin:0 !important; /* mata el margin-right viejo */
    display:block !important;
  }

  /* Idioma: dejar de flotar como espectro */
  #fh5co-header .language-switcher{
    position:static !important;
    top:auto !important;
    right:auto !important;
    display:flex !important;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
    white-space:nowrap;
  }
}

/* Ajuste extra para pantallas “medianitas” */
@media (min-width: 769px) and (max-width: 1200px){
  #fh5co-header .fh5co-main-nav .main-menu{ gap:12px !important; }
  .header-oscuro .fh5co-main-nav .main-menu > li > a{
    padding:14px 8px !important;
    font-size:16px;
  }
  #fh5co-header .site-name{
    font-size:20px !important;
    letter-spacing:1px !important;
  }
}


/* =========================
   HEADER OVERRIDE - v2 CLEAN
   (pegar al final del style.css)
========================= */

/* Desktop */
@media (min-width: 769px){

  /* Layout más estable (grid > flex para este caso) */
  #fh5co-header .navbar-flex{
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 20px;
  }

  /* Logo: sin cajas raras */
  #fh5co-header .logo-box{
    width: auto !important;
    height: auto !important;
    display:flex;
    align-items:center;
    white-space: nowrap;
  }

  /* Nombre del sitio: sin empujes raros */
  #fh5co-header .site-name{
    margin-right: 0 !important;
    white-space: nowrap;
    font-size: 22px !important; /* un poquito más compacto */
    letter-spacing: 1px !important;
  }

  /* Nav centrado */
  #fh5co-header .fh5co-main-nav{
    justify-self: center;
    min-width: 0;
  }

  /* Menú: visible sí o sí */
  #fh5co-header .fh5co-main-nav .main-menu{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;          /* si no cabe, baja pero “bonito” */
    gap: 14px 22px;           /* row-gap / column-gap */
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Links un poco más compactos para que quepan */
  #fh5co-header .fh5co-main-nav .main-menu > li > a{
    padding: 10px 8px !important;
    font-size: 16px !important;
  }

  /* Idioma: NO flotante fantasma */
  #fh5co-header .language-switcher{
    position: static !important;
    top: auto !important;
    right: auto !important;
    justify-self: end;
    display: flex !important;
    align-items: center;
    white-space: nowrap;
  }

  /* Mata el idioma duplicado dentro del menú EN DESKTOP */
  #fh5co-header .mobile-lang-switcher{
    display: none !important;
  }
}

/* Mobile: el idioma va dentro del menú */
@media (max-width: 768px){
  #fh5co-header .language-switcher{
    display: none !important;
  }
  #fh5co-header .mobile-lang-switcher{
    display: block !important;
  }
}

/* Desktop: mostrar el switcher “bonito” */
@media (min-width: 769px){
  .mobile-lang-switcher{ display:none !important; }
  .language-switcher{ display:flex !important; }
}

/* Mobile: esconder el switcher de arriba y usar el del menú */
@media (max-width: 768px){
  .language-switcher{ display:none !important; }
  .mobile-lang-switcher{ display:block !important; }
}

















/* NUEVO  MENU   CSS*/

/* =========================
   SecureLabs Header Module
   (solo header/nav, aislado)
========================= */

:root{
  --sl-header-bg: rgba(20,20,20,.92);
  --sl-header-border: rgba(255,255,255,.08);
  --sl-text: #ffffff;
  --sl-muted: rgba(255,255,255,.78);
  --sl-accent: #18a8ff;      /* ajusta al azul del logo */
  --sl-accent-2: #00d2ff;    /* glow suave */
  --sl-font: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

/* Encapsulado: SOLO afecta dentro del header */
#fh5co-header.sl-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--sl-header-bg);
  border-bottom: 1px solid var(--sl-header-border);
  backdrop-filter: blur(10px);
}

#fh5co-header.sl-header *{ box-sizing: border-box; }
#fh5co-header.sl-header a{ text-decoration: none; color: inherit; }

/* Layout principal */
#fh5co-header.sl-header .navbar-flex{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  font-family: var(--sl-font);
}

/* Logo */
#fh5co-header.sl-header .logo-box{
  display:flex;
  align-items:center;
  gap:10px;
  white-space: nowrap;
  min-width: 0;
}

#fh5co-header.sl-header img.logo{
  height: 40px;
  width: auto;
  display:block;
}

#fh5co-header.sl-header .site-name{
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--sl-text);
}

/* Nav desktop */
#fh5co-header.sl-header .fh5co-main-nav{
  justify-self: center;
  min-width: 0;
}

#fh5co-header.sl-header .main-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 22px;
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap: wrap; /* si no cabe, baja bonito */
}

#fh5co-header.sl-header .main-menu > li > a{
  color: var(--sl-muted);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 8px;
  border-radius: 10px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

#fh5co-header.sl-header .main-menu > li > a:hover{
  color: var(--sl-text);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

#fh5co-header.sl-header .fh5co-active > a{
  color: var(--sl-text);
  box-shadow: inset 0 -2px 0 var(--sl-accent);
}

/* Idioma */
#fh5co-header.sl-header .language-switcher{
  justify-self: end;
  display:flex;
  align-items:center;
  gap: 10px;
  color: var(--sl-muted);
  font-weight: 600;
  letter-spacing: .03em;
  white-space: nowrap;
}

#fh5co-header.sl-header .language-link{
  padding: 6px 8px;
  border-radius: 10px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

#fh5co-header.sl-header .language-link:hover{
  background: rgba(255,255,255,.06);
  color: var(--sl-text);
}

#fh5co-header.sl-header .language-link.active{
  color: var(--sl-text);
  box-shadow: inset 0 0 0 1px rgba(24,168,255,.45);
}

/* Hamburger (hidden desktop) */
#fh5co-header.sl-header .menu-toggle{
  display:none;
  background: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

#fh5co-header.sl-header .menu-toggle span{
  display:block;
  width: 26px;
  height: 2px;
  background: var(--sl-text);
  margin: 6px 0;
  opacity: .9;
}

/* =========================
   Mobile
========================= */
@media (max-width: 900px){
  #fh5co-header.sl-header .navbar-flex{
    grid-template-columns: auto auto;
    grid-template-areas:
      "logo toggle"
      "nav  nav"
      "lang lang";
    gap: 10px;
    padding: 12px 0;
  }

  #fh5co-header.sl-header .logo-box{ grid-area: logo; }
  #fh5co-header.sl-header .menu-toggle{ 
    display:block; 
    grid-area: toggle; 
    justify-self: end;
  }

  #fh5co-header.sl-header .fh5co-main-nav{
    grid-area: nav;
    display: none; /* cerrado por defecto */
  }

  #fh5co-header.sl-header .language-switcher{
    grid-area: lang;
    justify-self: start;
  }

  /* cuando está abierto */
  body.sl-nav-open #fh5co-header.sl-header .fh5co-main-nav{
    display:block;
  }

  #fh5co-header.sl-header .main-menu{
    justify-content:flex-start;
    gap: 10px;
    padding: 10px 0 2px;
  }

  #fh5co-header.sl-header .main-menu > li{
    width: 100%;
  }

  #fh5co-header.sl-header .main-menu > li > a{
    width: 100%;
    padding: 12px 10px;
    background: rgba(255,255,255,.03);
  }
}




/* =========================================
   MOBILE OVERRIDE — HERO sizes + subtitle
   Pegar al FINAL del style.css
   ========================================= */
@media (max-width: 768px){

  /* mata el full-screen obligado en móvil */
  .fh5co-table, .fh5co-table-cell, .fh5co-hero, .fh5co-parallax{
    height: auto !important;
    min-height: 0 !important;
  }

  /* evita parallax “fixed” en móvil (lag + bugs visuales) */
  .fh5co-hero, .fh5co-parallax{
    background-attachment: scroll !important;
    background-position: center top !important;
    padding: 0 !important; /* lo controlamos abajo por tipo */
  }

  /* HERO PRINCIPAL */
  .fh5co-hero.hero-home{
    min-height: 72svh !important;   /* más corto, pero sigue épico */
    padding: 96px 0 44px !important; /* espacio para header sticky */
  }

  .fh5co-hero.hero-home .fh5co-intro h1{
    font-size: 38px !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
  }

  /* SUBTÍTULO: estaba muy chico */
  .fh5co-hero.hero-home .fh5co-intro p{
    font-size: 18px !important;
    line-height: 1.45 !important;
    max-width: 32ch;
    margin: 0 auto 12px !important;
  }

  /* Botones del hero: tocables */
  .fh5co-hero.hero-home .btn{
    min-height: 46px;
    padding: 12px 18px !important;
    font-size: 16px;
  }

  /* BANNERS INTERNOS (Invisia / Objetivos / etc.) */
  .fh5co-hero.hero-section,
  .fh5co-parallax.hero-section{
    min-height: 34svh !important;  /* ya NO pantalla completa */
    padding: 72px 0 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* títulos de banners internos */
  .fh5co-hero.hero-section .fh5co-intro h2,
  .fh5co-parallax.hero-section .fh5co-intro h2{
    font-size: 28px !important;
    line-height: 1.15 !important;
    padding: 0 14px !important;
  }
}

/* FIX iconos Icomoon (evita que salgan E0xx en caja) */
.fh5co-icon i[class^="icon-"],
.fh5co-icon i[class*=" icon-"]{
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* opcional: tamaño/centrado más pro */
.fh5co-icon i[class^="icon-"]{
  font-size: 56px; /* ajusta a gusto */
  display: inline-block;
}