 /* Navbar */
 nav, .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 1);
}

nav {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar-transparent {
  background-color: transparent !important;
}

.nav-link {
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #0d6efd;
  text-decoration: underline;
  outline: none;
}

body {
  padding-top: 100px; /* Espacio para la navbar fija */
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

/* Carousel */
.carousel-item img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 0.5rem;
}

@media (max-width: 767.98px) {
  .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}

.carousel-inner {
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}

#brandCarousel .carousel-inner {
  height: 200px;
  display: flex;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
}

/* Servicios */
#servicios {
  margin-bottom: 4rem;
}

.service-icon {
  font-size: 3rem;
  color: #0d6efd;
  transition: color 0.3s ease;
}

.service-icon:hover,
.service-icon:focus {
  color: #0056b3;
  outline: none;
}

/* Visión y Misión */
#vision-mision {
  margin-top: 100px;
  margin-bottom: 100px;
}

.vision-box,
.mision-box {
  background-color: #f8f9fa;
  transition: box-shadow 0.3s ease;
  cursor: default;
}

.vision-box:hover,
.mision-box:hover,
.vision-box:focus,
.mision-box:focus {
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
  outline: none;
}

/* Botón flotante de WhatsApp */
#whatsapp-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 10px; /* borde más delgado */
  font-size: 48px; /* ícono más grande */
  z-index: 1000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#whatsapp-button:hover {
  background-color: #1ebe5b;
}

#whatsapp-button .tooltip-text {
  visibility: hidden;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 14px;
  border-radius: 6px;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 16px; /* más grande */
  font-family: 'Segoe UI', 'Poppins', 'Roboto', sans-serif; /* fuente más bonita */
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

#whatsapp-button:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* Animación hover */
.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
}

/* Mensajes flotantes formulario */
#form-contacto .mensaje-flotante {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-10px);
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#form-contacto .mensaje-flotante.visible {
  opacity: 1;
  transform: translateY(0);
}

.mensaje-flotante.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.mensaje-flotante.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Footer */
.footer-tech {
  background-color: rgb(23, 69, 100);
  color: white;
  padding: 3rem 1rem 1rem;
  font-family: 'Segoe UI', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column.logos {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}
.footer-column.info ul {
list-style: none;
padding: 0;
font-size: 0.95rem;
line-height: 2; /* más separación vertical */
margin-left: 100px; /* desplazar todo a la derecha */
}

.footer-column.info li {
margin-bottom: 0.75rem; /* más espacio entre líneas */
display: flex;
align-items: center;
}

.about .logo-leader,
.logo-leader {
  max-width: 250px;
  width: 300px;
  margin: 1rem 0 15px;
}

.descripcion {
font-size: 0.95rem;
color: rgb(255, 255, 255);
margin-bottom: 1rem;
text-align: justify; /* <-- Justifica el texto */
}

.social-icons a {
color: white;
font-size: 26px; /* Más grande */
margin-right: 16px; /* Más separados entre sí */
}

.social-icons {
margin-bottom: 1.5rem; /* o 2rem si quieres más espacio */
}

.social-icons a:hover {
  color: #0d6efd;
}

.footer-column.info i {
color: white;
font-size: 30px; /* Aumentado */
margin-right: 20px; /* Más separación */
vertical-align: middle;
}


.info ul {
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.info li i {
  margin-right: 10px;
  color: #00bcd4;
}

.partner-logo {
  max-height: 100px;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  background-color: transparent;
}

.ccl-logo {
  width: 100px;
}

.asociado {
  margin-top: 1rem;
  font-weight: bold;
}

.footer-bottom {
  background-color: rgb(32, 169, 158);
  color: white;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}

.footer-bottom p {
margin: 0;
white-space: nowrap;
text-align: center;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
}

/*.carousel-item img {
  height: 500px; /* o el tamaño que prefieras 
  object-fit: cover;
}*/

.img-pos {
  height: 450px;  /* un poco menor, para “alejarla” */
}

