body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: sans-serif;
    flex-direction: column;
    
}

.section {
    width: 100vw;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    
}
.maps{
background-color: white;
height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(39, 39, 39);
  padding-bottom: 150px;
  padding-top: 100px;
}



/* Estilo de los enlaces */
.link {
  stroke: #ccc; /* Color de los enlaces */
  stroke-width: 2px; /* Ancho de los enlaces */
}

.hero-text {
    font-size: 8rem;
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.5s ease-out, transform 0.5s ease-out;
}
.hero-text2 {
  font-size: 6rem;
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.5s ease-out, transform 0.5s ease-out;
}

.imagen {
    position: absolute;
    top: 40px;
    right: 100px;
    z-index: 2;
    max-width: 300px;
}
.publicidad{
    width: 100vw;
    height: 50px;
    background-color: rgb(2, 20, 70);
    text-align: center;
}
.publicidad2{
    width: 100vw;
    height:320px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.publicidad2 div{
    width: 50%;
    height: 100%;
}
a{
    text-decoration: none;
}
nav{
  width: 100vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.822), rgba(240, 240, 240, 0));
  position: fixed;
  top: 0;
  z-index: 31;
}
.navbar{

    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ingreso{
border: solid 1px #555 ;
border-radius: 5px;
padding: 5px 10px ;
background-color: transparent;
margin: 2rem;
color: #555;
}
.ingreso3{
border: none;
border-radius: 5px;
padding: 5px 10px ;
background-color: transparent;
margin: 2rem;
color: #555;
}
.ingreso2
{
    margin: 5px;
    padding: 12px 35px;
    border: none;
    background-color:#1A73E8 ;
    border-radius: 8px;
    color: whitesmoke;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.ingreso2:hover{
    background-color: #174EA6;
    scale: 1.1;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); /* Sombra más pronunciada */
    transform: translateY(-2px);

}
.ingreso2:active {
    transform: translateY(0); /* Sin elevación al hacer clic */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Restablecer sombra */
  }
  .principal {
    width: 100vw;
    height: 72vh;
    position: relative; /* Comienza como relativo */
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease; 
  }
  
  
  .content {
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1; /* Inicialmente visible */
  }
  .content h2{
    font-family: 'Darker Grotesque'; 
  }
 /* Estilo para los mensajes de error */
.error-message {
  color: red;
  font-size: 0.9em;
  margin-bottom: 5px;
  display: block;
  transition: all 0.0s ease-in-out;
}

/* Estilo para resaltar inputs con errores */
input.error, textarea.error {
  border: 2px solid red;
  outline: none;
}


  .grafico {
    position: relative;
    width: 1000px;
    height: 500px;
    background: rgb(0,153,255);
    background: radial-gradient(circle, rgba(0,153,255,1) 0%, rgba(221,221,221,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 100px 20px 100px;
  z-index: 20;

  margin: 0 auto;
  display: block;
  position: relative; 
  top: 900px;

}
.back{
  width: 80vw;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  padding-top: 40px;
  border-radius: 32px;

}



/* Fondo circular de los nodos */
.node-circle {
  fill: rgba(245, 245, 245, 0.616); /* Fondo blanco */
  stroke: #ccc; /* Borde gris */
  stroke-width: 0; /* Ancho del borde */
}


/* Íconos de los nodos */
.node-icon {
  pointer-events: none; /* Evitar interferencias con el arrastre */
}

/* Texto de los nodos */
.node-text {
  font-family: Arial, sans-serif;
  font-size: 12px;
  fill: #333;
  text-anchor: middle; /* Centrar el texto horizontalmente */
}

/* Estilo de los enlaces */
.link {
  stroke: #ffffff; /* Color de los enlaces */
  stroke-width: 3px; /* Ancho de los enlaces */
}


  /*  */
.logo-container {
    position: relative;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .logo {
    font-family: "DM Serif Display", serif;
    font-weight: 200;
    font-size: 36px;
    color: #333;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2; /* Keeps it above the line initially */
  }
  
  .line {
    position: absolute;
    height: 50px;
    width: 2px;
    background-color: #174EA6;
    transform: translateX(100%);
    transition: all 0.5s ease;
  }
  
  .text {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease;
  }
  
  .logo-container:hover .logo {
    color: transparent;
    transform: translateX(20px);
  }
  
  .logo-container:hover .line {
    transform: translateX(-35px);
  }
  
  .logo-container:hover .text {
    opacity: 1;
    transform: translateX(0);
  }



/* counter area  */
.counter-area {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  margin: 50px;
  background-color: #f4f4f4;
  width: 100vw;
  opacity: 0; /* Oculta la sección inicialmente */
  transition: opacity 1s ease-out;
}

.counter-area.visible {
  opacity: 1; /* Muestra la sección cuando se vuelve visible */
}

.counter {
  margin: 40px;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 200px;
  min-width: 200px;
}

.counter:hover {
  transform: translateY(-10px);
}

.count {
  font-size: 40px;
  font-weight: bold;
  color: #3498db;
}

.counter p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .counter-area {
    flex-direction: column;
    align-items: center;
  }
}


  /*  */
.textoHero{
position: absolute;
top: 0px;
width: 100vw;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;

}
p{
margin: 0 ;
padding: 0;
}
.cli{
    width: 100vw;
    font-family: 'Darker Grotesque'; 
    font-size: 20px;
background-color:#dddddd ;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 115px;
padding:  15px 0;

}
.carousel {
display: flex;
justify-content: space-around;
align-items: center;
overflow: hidden; /* Oculta los elementos fuera de la vista */
width: 100%; /* Ancho total del carrusel */
height: 80px;
position: relative;
}

.carousel img {
width: 100px; /* Ajusta el tamaño de los logos */
height: auto;
margin: 0 10px; /* Espaciado entre los logos */
transition: transform 0.5s linear;
}
.subtitulos{
   font-family: 'Darker Grotesque'; 
   font-size: 1.5rem;
   text-align: center;
   margin-top: 35px;
}
.subtitulos h2{
    margin: 0;
    padding: 0;
}
.subtitulo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.neg{
    width: 80vw;
    height: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.negocios {
  position: relative;
  min-height: 90%;
  max-height: 90%;
  width: 100%;
  max-width: 1700px;
  background: rgba(204, 204, 204, 0.2); /* Fondo semitransparente */
    backdrop-filter: blur(15px); /* Aumenta el desenfoque */
    -webkit-backdrop-filter: blur(15px); 
  overflow: hidden;
  z-index: 20;
  border-radius: 32px 32px 0 0; /* Redondeo de las esquinas */
border: 1px solid rgba(2, 78, 192, 0.274);
border-bottom: none;
}

.luces {
  position: absolute;
  top: 1200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105vw;
  height: 1400px;
 
  background: radial-gradient(
    ellipse at center,
    rgba(2, 27, 192, 1) 0%, /* Centro más intenso */
    rgba(2, 27, 192, 0.8) 30%, /* Color intermedio */
    rgba(5, 144, 250, 0.637) 60%, /* Transición más suave */
    rgba(25, 144, 235, 0) 70% /* Exterior más difuminado */
  );
  z-index: -1; /* Asegúrate de que quede detrás del contenido */
  background-size: 100% 180%; /* Estira el gradiente verticalmente */
background-repeat: no-repeat; /* Evita que se repita */
}

.contenido-negocios{
  width: 90%;

  margin: 40px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 16px 16px 0  0;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.uni{
    width: 50%;
    height: 120px;
    border: none;
    background-color: transparent;
    flex-direction: column;
}
.uni img{
    scale: 1;
}
.uni p{
    color: rgb(9, 47, 150);
    font-weight: 500;
    font-family: 'Darker Grotesque'; 
    font-size: 22px;
}
.neg2{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.neg2 {
    position: relative; 
  }
  
  .neg2:hover .triangulo svg {
    transform: translateY(-10px);
    transition: transform 0.3s ease; 
  }
  
  .triangulo svg {
    fill: rgb(5, 72, 255);
    transition: transform 0.3s ease; 
    
  }
  .triangulo {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.triangulo.rotate svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


  .sub{
    justify-content: left;
    color: grey;
    font-weight: 600;
    font-family: 'Darker Grotesque';
    font-size: 22px;
  }
  .sub i{
    margin-right: 10px;
  }
  .textp{
    font-family: 'roboto';
    font-size: 12px;
     width: 70%;
     line-height: 1.8;
     
     margin: 20px;
     margin-left: 50px;
  }
  .saberMas{
    padding: 8px 20px;
    border: none;
    background-color:#d9d9d9;
  }

  .call-do-action-area{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
height: 50vh;
background-color: white;
padding: 30px;
z-index: 32;
-webkit-box-shadow: -1px -20px 28px -24px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -20px 28px -24px rgba(0,0,0,0.75);
box-shadow: -1px -20px 28px -24px rgba(0,0,0,0.75);
font-family: 'Darker Grotesque';
  }

  /* llamda  ala accion */
  .row.call-do-action-bg {
    background: url(./imagenes/call-do-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    width: 80vw;
    height: 300px;
    padding-left: 30px;
    border-radius: 16px;
  }

  .call-do-action-button a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
.call-do-action-content h1 {
  font-size: 34px;
  line-height: 32px;
  color: #fff;
}

    /* expertos */



    .container{
      width: 98%;
      height: 55vh;
      min-height: 55vh;
      display: flex;
      flex-direction: row;
      overflow: hidden;
    }
    .fa-heart{
      margin:  0 15px 0 0;
      font-size: 20px;
    }

    .expertoTextos{
      width: 50%;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  
    }
    .expertoTextos2 {
  width: 80%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
    }
 
    /* negocios */
   .image-container2 , .image-container3{
      position: relative;
      display: inline-block;
      width: 50%;
      height: auto;
      overflow: hidden;
      display: flex;
      align-items: end;
      justify-content: center;
      min-width: 450px;
      padding-top: 200px;
    }
  .image-container3{
    padding-top: 100px;
  }
  
    .image-container{
      position: relative;
      display: inline-block;
      width: auto;
      height: 100%;
      overflow: hidden;
    }
    .image-container img{
      margin-top: 0;
    }
    .textoneg{
      width: 60%;
      margin-left: 20px;
    }
  
   .image-container2 img  {
      display: block;
      width: 90%;
      margin-bottom: 0;
      height: auto;
      -webkit-box-shadow: -2px -2px 19px -1px rgba(0,0,0,0.75);
      -moz-box-shadow: -2px -2px 19px -1px rgba(0,0,0,0.75);
      box-shadow: -2px -2px 19px -1px rgba(0,0,0,0.75);    
      border-radius: 16px 16px 0 0;
   
    }
    p{
      margin-bottom: 0;
    }
    
    .image-container::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #d9d9d9 100%);
      pointer-events: none; /* Asegura que el gradiente no bloquee la interacción */
      z-index: 1; /* Asegura que el gradiente esté por encima del contenido */
  }
  
  
    .image-container2::after {
      content: "";
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
     
      pointer-events: none; /* Asegura que el gradiente no bloquee la interacción */
    }
    
/* Configuración principal de la sección */

.expertos {
  text-align: center;
  color: var(--color);
  width: 100vw;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  border: 1px solid white;
  
}
.circulo {
  width: 250px;
  height: 250px;
 background-color: #007bff;
  background-repeat: no-repeat;
  background-size: cover; /* Asegura que la imagen cubra el contenedor sin distorsión */
  background-position: center; /* Centra la imagen dentro del contenedor */
  z-index: 20;
  -webkit-box-shadow: inset -1px -4px 23px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: inset -1px -4px 23px -6px rgba(0,0,0,0.75);
  box-shadow: inset -1px -4px 23px -6px rgba(0,0,0,0.75);
  margin: 0 auto;
  display: block;
  position: relative; 
top: 600px;
right: -150px;
  border-radius: 50%;
  z-index: 3;
}

.circulo.parallax {
  will-change: transform; /* Optimizamos para el movimiento */
}
.expertoTextos {
  position: relative;
  width: 50%;
  height: 400px;
  right: 300px;
  background: rgba(204, 204, 204, 0.2); /* Fondo semitransparente */
    backdrop-filter: blur(15px); /* Aumenta el desenfoque */
    -webkit-backdrop-filter: blur(15px); /* Compatibilidad con Safari */
  padding: 40px;
  z-index: 6;
  color: #000; /* Asegura que el texto sea visible */
  font-size: 20px;
  text-align: left;
  font-family: 'Darker Grotesque';
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.nombres{
  position: relative;
  bottom: 60px;
  right: 100px;
}


  /* footer */
.footer{
    width: 100vw;
    height: 320px ;
    background-color: #181717;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-family:'roboto';
    font-size: 16px;
}
.footerTitle{
    font-family: "DM Serif Display", serif;
    font-weight: 200;
}
.footer hr{
    width: 80vw;
    margin-top: 60px;
}
.footerA a{
color: #dddddd;
}
.footer p{
    text-align: center;
}


/* Estilos responsivos */
@media screen and (max-width: 768px) {
  .pref {
      padding: 40px 10px;
  }

  details {
      width: 90%;
  }

  .subtitulos h2 {
      font-size: 1.5rem;
  }

  .subtitulos p {
      font-size: 1rem;
  }
  .circulo {
  top: 800px;
  right: 0px;

  }
  .expertoTextos {
    position: relative;
    width: 80%;
    height: 450px;
    right: 0px;
   top:-100px;
    z-index: 6;
  
    font-size: 15px;
    text-align: left;
    font-family: 'Darker Grotesque';
   
  }
  
}



/* CONTACTO */
.boxs{
  display: flex;
  justify-content: space-around;
  align-items: start;
  width: 100vw;
  height: auto;
  margin: 30px 0;
  background-color: white;
  z-index: 32;
}
/* From Uiverse.io by Smit-Prajapati */ 
.container2 {
  min-height: 55vh;
  width: 45%;
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 16px;
  padding: 25px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: rgb(16, 137, 211);
}

.form {
  margin-top: 20px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form .input , summary{
  min-width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
  z-index: 10;
}

.form .input::-moz-placeholder, summary {
  color: rgb(170, 170, 170);
}

.form .input::placeholder, summary {
  color: rgb(170, 170, 170);
}

.form .input:focus , summary{
  outline: none;
 
}
#consulta{
  height: 150px;
}

.form .forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

.form .forgot-password a {
  font-size: 11px;
  color: #0099ff;
  text-decoration: none;
}

.form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
  color: white;
  padding-block: 15px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

.form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

.form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

.social-account-container {
  margin-top: 25px;
}

.social-account-container .title {
  display: block;
  text-align: center;
  font-size: 10px;
  color: rgb(170, 170, 170);
}

.social-account-container .social-accounts {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 5px;
}

.social-account-container .social-accounts .social-button {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
  border: 5px solid white;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
  transition: all 0.2s ease-in-out;
}

.social-account-container .social-accounts .social-button .svg {
  fill: white;
  margin: auto;
}

.social-account-container .social-accounts .social-button:hover {
  transform: scale(1.2);
}

.social-account-container .social-accounts .social-button:active {
  transform: scale(0.9);
}

.agreement {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.agreement a {
  text-decoration: none;
  color: #0099ff;
  font-size: 12px;
}




/* preguntas */




.pref {
  width: 45%;
  min-height: 55vh;

  font-size: 16px;
  text-align: center;
}

.under{
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  padding: 24px 43px 53px;
  border-radius: 16px;
  width: 100%;
}
/* Título de la sección */
.subtitulos h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #2b2929;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}

/* Descripción */
.subtitulos p {
  font-size: 1.2rem;
  color: #2b2929;
  margin-top: 10px;
  line-height: 1.6;
  text-align: left;
}

/* Estilo de los detalles */
details {
  position: relative;
  list-style: none;
  background: transparent;
  width: 100%;
  padding: 1px 0 3px;
  border-radius: 8px;
  transition: all 0.5s;
}

details[open] {
color: #2b2929;
  border-color: #007bff;
}

/* Estilo del summary */
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2b2929;
  cursor: pointer;
  transition: color 0.3s ease-in-out; /* Transición de color */
  padding: 15px ;

}

summary:hover {
  color: #0d7a96; /* Resalta el texto al pasar el mouse */
}

/* Icono de la flecha */
.icono {
  transition: transform 0.3s ease;
  display: inline-block;
  transform: rotate(0); /* Estado inicial */
  margin-left: 10px;
}

details[open] .icono {
  transform: rotate(180deg); /* Rota cuando está abierto */
}

/* Párrafos dentro de los detalles */
details p {
  font-size: 1rem;
  color: #2b2929;
  line-height: 1.8;
  margin-top: 15px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
  text-align: left;
  padding: 10px;
}

details[open] p {
  opacity: 1;
  height: auto;
}

/* Estilos de icono para el SVG */
.icono svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #007bff;
}

/* Efectos de hover para los detalles */
details:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); /* Efecto de sombra al pasar el cursor */
}



#grafo{
  width: 1000px;
  height: 450px;
}


#enviar{
    
    width: 25%;
    background-color: #1A73E8;
    color: whitesmoke;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 99%;
  border-radius: 32px 32px 0 0 ;
margin: 0px 20;
  background: rgba(204, 204, 204, 0.2); /* Fondo semitransparente */
  backdrop-filter: blur(15px); /* Aumenta el desenfoque */
  -webkit-backdrop-filter: blur(15px); 
  color: rgb(22, 22, 22);
  border: 1px solid blue;
  text-align: center;
  padding: 10px;
  z-index: 33;
}
.cookie-banner p{
  width: 60%;
  margin: auto;
}
button {
  margin-left: 10px;
}



.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: white;
  animation: bounce 1.5s infinite;
  cursor: pointer;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(10px) translateX(-50%);
  }
}
@media (min-width: 768px) {
  .scroll-down {
    display: none;
  }
}


@media (max-width: 1000px) {
  .node-circle {
    r: 25px !important;
  }

  .node-icon {
    width: 25px !important;
    height: 25px !important;
    x: -12px !important;
    y: -12px !important;
  }

  .node-text {
    font-size: 12px !important;
    dy: 30px !important;
  }

  .link {
    stroke-width: 2px !important;
  }
  .grafico{
    width: 100%;
    height: 450px;
  }
  #grafo{
    width: 700px;
    height: 450px;
  }
  

  .navbar{
    width: 100vw;
  }
  .neg2{
    width: 20vw;
    margin: 0;
  }
  .buttons{
    display: none;
  }
.uni img{
  width: 80px;
}
.container{
  height: auto;
  flex-direction: column;
}
.textoneg{
  width: 100%;
}
.textp{
  width: 98%;
  margin-left: 20px;
  margin-right: 10px;
}
.container{
  height: auto;
   
}
.image-container2 , .image-container3{
  padding-top: 20px;
}
.image-container2 img, .image-container3 img{
min-width: none;
  width: 90%;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
.sectionImag{
  width: 40%;
}
.textoneg{
  padding: 30px 0px;
  margin: 0;
}
.negocios{
  width: 98%;
  border-radius: 16px 16px 0 0 ;
}
.expertoTextos2{
  width: 80%;
}
#leads{
  width: 70%;
}
.call-do-action-content h1{
  font-size: 27px;
  line-height: 20px;
}
.row.call-do-action-bg {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.call-do-action-button{
  text-align: end;
}
.imagenExpertos{
  height: 300px;
  width: 90%;
  top: 550px;
}
.counter-area{
  flex-direction: row;
padding: 20px 0;

}
.counter{
  margin: 5px;
  min-width: 20%;
  max-width: 20%;
  padding: 10px;
  height: 120px;

}
.counter p{
  font-size: 10px;
}
.count{
  font-size: 24px;
}
.maps{
  height: auto;
  padding-top: 0;
}
.back{
  width: 100%;
  padding: 10px;
}
.hero-text2{
  font-size: 4rem;
}
.maps{
  padding: 0;
}
.boxs{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container2{
  width: 90%;
  padding: 15px;
  margin: 30px 0;
}
 summary , details p{
  font-size: 12px;
  text-align: start;
}
}

@media (max-width: 768px) {
    .footer p , .footer a{
        font-size: 12px;
    }
    .footer{
        height: 200px;
    }
    .footer hr{
        margin-top: 20px;
    }
    .footerTitle{
        margin: 5px;
    }

    .form{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .contenido-negocios{
      width: 95vw;
      margin: 10px;
      margin-bottom: 0
    }
    .arriba{
        left: 0px;
        flex-direction: column;
    }
    .abajo textarea{
        margin: 5px;
    }
    #nombre{
        width: 90%;
    }
    .ingreso3{
      display: none;
    }
    #email{
    left: 0px;
    }
    .textoHero{
        font-size: 12px;
        color: #555;
    }
    .imagen{
        height: 45vh;
    }
    .uni{
        height: 80px;
    }
    .subtitulos{
      margin-top: 10px;
    }
    .uni p{
      font-size: 15px;
    }
    .uni img{
        scale: 0.5;
    }
    .image-container2{
        width: auto;
    }
    .image-container2 img{
        display: block;
        width: 60%;
    }
    .neg{
        width: 95vw;
        height: 180px;
    }
    .image-container{
        height: 200px;
    }
    .image-container img{
        width: auto;
        height: 200px;
    }
    .textoneg{
        position: relative;
        width: 100%;
        
    }
    .textp{
        margin-left:15px;
        font-size: 10px;
    }
    .sub{
        font-size: 18px;
    }
    
    .expertos{
        height: auto;
        flex-direction: column;
       justify-content: space-between;
    }
    .expertoTextos{
        width: 90%;
    }
    .expertoTextos2{
        width: 95%;
    }
    .subtitulo h3{
        font-size: 28px;
    }
    .form{
        flex-direction: column;
    }
    .arriba{
        width: 100%;
    }
    #nombre{
        margin: 5px;
        
    }
    .nombres{
        left: -30px;
        top: -60px;
    }
  
    #enviar{
      left: 0;
      width: 80%;
    }
    .abajo{
        width: 100%;
    }
}