        /* inter-300 - latin */
        @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local(''),
            url('./fonts/inter-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('./fonts/inter-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        }

        @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local(''),
            url('./fonts/inter-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('./fonts/inter-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        }
        @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local(''),
            url('./fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('./fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        }

    .cooler-container {
      position: relative;
      max-width: 800px;
      margin: 40px auto;
    }

.hotspot {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  /* Eliminar fondo y borde */
  background: none;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
}

.fonFosc {
  /*background-color: #00000050;*/
  font-size:24px; 
  color:#e6f2d3;
  padding: 1px 0 1px 3px;
}

.partA {
  font-size:24px; 
  color:#280b0f;
  padding: 1px 0 1px 3px;
  font-weight: bold;
}

.partB {
  /* background-color: #00000050; */
  font-size:24px; 
  color:#5c75ab;
  padding: 1px 3px 1px 0;
  font-weight: bold;
}

.hotspot i {
  font-size: 24px;
  color: #ec4401;
  background: white;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 0 5px #a69a81;
}
    
        .bord_h {
        border: 1px solid #A4A4A4;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
        }    
        
		.bx-1x { font-size:16pt; }
		.bx-2x { font-size:24pt; }
		.bx-3x { font-size:48pt; }
		
		i, img { vertical-align: middle; }
        
		.bx-blue { color:#1376b8; }
		.bx-verd { color:#269b4d; }

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-item img {
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.caption {
  text-align: center;
  margin-top: 0.75rem;
  font-weight: 500;
  color: #333;
}    

.noDecor {
  text-decoration: none; color: #000000;
}

#backToTop {
  display: none;
}

.navbar-toggler-icon {
  filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(200deg); /* Cambia el color a azul, por ejemplo */
}

#navScroll {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#navScroll .nav-link,
#navScroll .navbar-brand {
  color: #f0f0f0;
  font-size: 1.1rem;
}

#navScroll.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#navScroll.scrolled .navbar-collapse .nav-link {
  color: #202124 !important;
  text-shadow: none !important;
  background: transparent !important;
}

#navScroll .navbar-collapse.show .nav-link {
  color: #202124 !important;
  text-shadow: none !important;
}

.logo-wrapper {
  background-color: rgba(255, 255, 255, 0.5); /* más claro que 0.3 */
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-block;
}

/*--LOGOS CLIENTES----------------------*/
    .logo-carousel {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: auto;
      overflow: hidden;
    }

    .logo-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .logo-track img {
      width: 200px;
      height: auto;
      margin: 0 10px;
      flex-shrink: 0;
      object-fit: contain;
      filter: grayscale(0%);
      transition: filter 0.3s ease;
      padding-left: 30px;
      padding-right: 30px;
    }

    .logo-track img:hover {
      filter: grayscale(100%) !important;
    }

    .logo-buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
    }

.logo-buttons button {
  background-color: rgba(0,0,0,0.3); /* más claro */
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

  .logo-track img:hover {
    filter: grayscale(0%) brightness(1.2);
  }
/*--FIN LOGOS CLIENTES------------------*/

.enhanced-dropdown {
  animation: fadeIn 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  padding: 8px 0;
}

.enhanced-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.enhanced-dropdown .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #202124;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/*------------MENU NUEVO----------*/
#navScroll {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#navScroll .nav-link,
#navScroll .navbar-brand {
  color: #f0f0f0;
  font-size: 1.1rem;
}

#navScroll.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#navScroll.scrolled .navbar-collapse .nav-link {
  color: #202124 !important;
  text-shadow: none !important;
  background: transparent !important;
}

#navScroll .navbar-collapse.show .nav-link {
  color: #202124 !important;
  text-shadow: none !important;
}

.logo-wrapper {
  background-color: rgba(255, 255, 255, 0.5); /* más claro que 0.3 */
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-block;
}

/*--VIDEO--*/
.video-bg {
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}

#top {
  height: 100vh;
  position: relative;
  color: #f3ffd2;
  color: #f3ffd2;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.4); /* ajustable según el video */
  z-index: 0;
}

.container.z-1 {
  position: relative;
  z-index: 1;
}

/*___ BANNER PARA SECCIONES___*/
  .banner-alto {
  position: relative;
  min-height: 120px;
  background-image: url(../images/e3.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.banner-alto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
  z-index: 1;
}

.banner-alto > * {
  position: relative;
  z-index: 2; /* asegura que el contenido esté encima del overlay */
}

.fonFosc {
  font-size:24px; 
  font-weight: bold;
  color:#182782;
}
