
  /*lero style*/


     :root{
      --brandl:#1f5b6a;          /* ajusta a tu paleta */
      --inkl:#0f172a;            /* color de texto principal */
      --mutedl:#475569;          /* texto secundario */
      --bgl:#ffffff;
      --radiusl:22px;
      --shadowl:0 10px 30px rgba(0,0,0,.12);
    }


      .lero{
      display:grid;
      gap:16px;
      background:var(--bgl);
      border-radius:var(--radiusl);
      box-shadow:var(--shadowl);
      overflow:hidden;           /* recorta el gradiente y la imagen */
      max-width:1100px;
      margin-inline:auto;
    }

    /* Layout móvil (primero): imagen arriba, texto abajo */
    .lero__media{position:relative}
    .lero__media picture, .lero__media img{display:block; width:100%; height:100%; object-fit:cover}
    .lero__media{aspect-ratio:16/10}        /* controla alto en móvil */

    /* Gradiente para mejorar legibilidad cuando se superponga texto */
    .lero__media::after{
      content:""; position:absolute; inset:0;
      background:linear-gradient(90deg, rgba(31,91,106,.55), rgba(255,255,255,0) 55%);
      pointer-events:none;
    }

    .lero__content{
      padding:24px 22px 28px;
    }

    .eyebrow{font-size:clamp(.78rem,.7rem + .4vw,.9rem); letter-spacing:.08em; text-transform:uppercase; color:var(--brandl); font-weight:700;}

    .lero h1{
      margin:6px 0 12px;
      line-height:1.08;
      font-weight:800;
      font-size:clamp(1.55rem, 1.15rem + 2.4vw, 2.4rem);
    }

    .lero p{margin:0 0 18px; color:var(--mutedl); font-size:clamp(.98rem, .9rem + .4vw, 1.05rem); line-height:1.6}

    .lero__cta{
      display:inline-flex; align-items:center; gap:.6rem;
      background:var(--inkl); color:#fff; border:none; cursor:pointer;
      padding:12px 16px; border-radius:999px; font-weight:650; text-decoration:none;
      transition:transform .12s ease, box-shadow .12s ease; box-shadow:0 6px 16px rgba(2,6,23,.15)
    }

    @media (max-width: 768px) {
  .lero__cta{
    display:inline-flex; align-items:center; gap:.6rem;
      background:var(--inkl); color:#fff; border:none; cursor:pointer;
      padding:12px 16px; border-radius:999px; font-weight:650; text-decoration:none;
      margin-bottom: 16px;
      transition:transform .12s ease, box-shadow .12s ease; box-shadow:0 6px 16px rgba(2,6,23,.15)
  }
}

    .lero__cta:hover{transform:translateY(-1px); color:#f8f8f8; box-shadow:0 10px 22px rgba(2,6,23,.18)}

    /* ------ Desktop / tablets anchas ------ */
    @media (min-width: 900px){
      .lero{grid-template-columns: 1fr 1.05fr; align-items:stretch}
      .lero__media{order:2; aspect-ratio:auto; min-height:360px}
      .lero__content{order:1; padding:38px 42px}
      .lero__media::after{background:linear-gradient(270deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.28))}
    }

    /* Evita scroll lateral accidental en contenedores padres */
    .lero, .lero *{min-width:0}


    
  /*lero style*/

@keyframes zoomInBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 106%;
  }
}


@media (max-width: 920px){
  .lero{
    overflow: visible !important;          /* no recortes en móvil */
    grid-auto-rows: min-content !important;/* evita filas de alto 0 */
  }
  .lero__content{
    position: relative; 
    z-index: 2;                            /* por si la imagen/overlay tapa */
  }
  .lero__media{
    position: relative;
    overflow: hidden;                      /* recorta solo la imagen */
    height: clamp(240px, 45vh, 420px);     /* fallback si aspect-ratio falla */
  }
}


@media (max-width: 920px){
  /* el wrapper del banner */
  .lero{
    overflow: visible !important;
    grid-auto-rows: min-content !important;
    padding-inline: 16px;                  /* crea el “gutter” interno */
    box-sizing: border-box;
  }

  /* el bloque que contiene la imagen */
  .lero__media{
    position: relative;
    overflow: hidden;
    height: clamp(240px, 45vh, 420px);
    /* neutraliza causas típicas del “corrimiento” */
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  /* imagen/picture siempre al 100% del contenedor */
  .lero__media picture,
  .lero__media img{
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
  }

  /* si el banner está dentro de una .row de Bootstrap, anula sus gutters negativos */
  .lero.row, .row .lero{
    --bs-gutter-x: 0;                       /* Bootstrap 5 */
    margin-left: 0 !important;              /* por si viene de .row */
    margin-right: 0 !important;
  }




  /* Banner - bloque de imagen */
.lero__media{
  position: relative;
  overflow: hidden;             /* recorta la imagen dentro del radio */
  height: clamp(240px, 45vh, 420px);
  border-radius: 18px;          /* el radio visible de la foto */
}

/* Asegura que la imagen cubra el contenedor */
.lero__media picture,
.lero__media img{
  display: block;
  width: 100%;
  height: 100% !important;      /* supera el height:auto de .img-fluid */
  object-fit: cover;            /* llena sin deformar */
  border-radius: inherit;       /* por si el navegador no recorta con picture */
}




}





.navbar-dark .navbar-toggler-icon {
 background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cpath%20stroke='rgba(0%2C%200%2C%200%2C%200.55)'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");

}



.fixed-banner {
background-image: url('https://strategy-solutions.us/assets/images/slide-01.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100vh;
position: relative;
display: flex;
align-items: center;

}

/* Solo aplicar animación en pantallas grandes (desktop) */
@media screen and (min-width: 992px) {
  .fixed-banner {
    animation: zoomInBackground 5s ease-in-out forwards;
  }
}



.wave-container {
position: relative;
width: 100%;
height: 120px;
line-height: 0;
overflow: hidden;
z-index: 1;
}

.wave-container svg {
position: relative;
display: block;
width: 100%;
height: 100%;
transform: rotate(180deg);
}


.wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
line-height: 0;
overflow: hidden;
z-index: 1;
}

.wave-bottom svg {
display: block;
width: 200%;
height: 100%;
  transform: rotate(180deg);
  
}




.fixed-banner .slide-inner {
width: 100%;
}





/* mobil menu*/

.navbar-dark .navbar-nav .nav-link {
      color: #fff;

      transition: color 0.3s ease;




     /*color: #2f3b47;*/
   
    }


    .background-header .nav-link {
  color: #2f3b47 !important; /* Cambia al color oscuro que desees */
}

 .nav-item .nav-link{
  color: #ffffff !important; /* o el color que desees */
}



.background-header  .nav-item .nav-link /*.dropdown-menu[aria-labelledby="dropdownMenuLink"] */
{
  color: #2f3b47 !important; /* Cambia al color oscuro que desees */

}


    .dropdown-menu {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
      border: none;
      border-radius: 0;
      padding: 0.7em;


    }

 
    
    .dropdown-menu li a {
      font-weight: 400;
      font-size: 0.9em;
      color: #4A6D7C;/* color de links*/
      padding: 0.5em 1em;
      display: block;
    }
    .dropdown-menu li a:hover {
     /* background-color: #f1f1f1;*/
     filter: brightness(1.3); /* Aumenta el brillo del texto */
    }
    .dropdown-menu li:first-child a {
      font-weight: 500;
      font-size: 1.1em;
      color: #4A6D7C;/* color de links*/
    }
    @media screen and (max-width: 992px) {
      .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: auto;
      }


      
  .navbar-collapse
  {
    background-color: #4A6D7C;

  }

      
    }


    @media screen and (min-width: 993px) {
  .dropdown-menu {
    /*display: flex !important;*/
    justify-content: space-between;
    min-width: 600px;
    display: none; /* oculto por defecto */

  }

  .dropdown-menu ul {
    margin: 0 1rem;
  }
}







@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: none; /* Previene que esté abierto siempre */
  }

  .dropdown:hover .dropdown-menu {
    display: flex; /* solo visible al hacer hover */
    justify-content: space-between;
  }




  .dropdown-toggle::after {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .dropdown.show .dropdown-toggle::after {
    transform: rotate(-90deg); /* flecha hacia la izquierda */
  }  

  .dropdown-menu > div {
    display: flex;
    justify-content: space-between;
    min-width: 600px;
  }
}

.navbar {
  color: white;
  background-color: transparent;
  /*position:  sticky !important;*/
}

/* TERMINA NUEVO MENNU AGREGADO*/

/* search suggestion*/

#search-box {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #2c4c56;
  font-size: 16px;
  outline: none;

}

.suggestion-box {
  margin-top: 365px;
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 100;
  padding: 15px;
}

.suggestion-box a {
  display: block;
  padding: 8px 0;
  color: #4A6D7C;
  text-decoration: none;
}

.suggestion-box a:hover {
  text-decoration: underline;
  filter: brightness(1.3); /* Aumenta el brillo del texto */
}

.suggestion-title {
  font-weight: bold;
  color: #2c4c56;
  margin-bottom: 10px;
}

/* search suggestion*/
/*termina menum mobil*/


.search-panel {
  position: fixed;
  top: 0;
  right: -100%; /* está oculto inicialmente */
  width: 100%;
  height: 100px;
  background: white;
  transition: right 0.4s ease;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.search-panel.active {
  right: 0; /* cuando se activa, entra completamente */
}

.search-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-box input {
  flex: 1;
  border: none;
  font-size: 16px;
color:#4A6D7C;
  border-bottom: 2px solid #4A6D7C; /* Cambia a tu color preferido */
  outline: none; /* Opcional: remueve el borde azul de enfoque */
}



.search-box input::placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4A6D7C;
}


/*agregado*/


/* Estilos para escritorio (desktop, ancho mayor a 992px) */
@media (min-width: 993px) {
  .dropdown-menu[aria-labelledby="dropdownMenuLink"] {
    position: absolute;

    left: 0;
    top: 100%; /* opcional si quieres que baje justo debajo */
    transform: translateX(-50%);
    width: auto;
    text-align: left;
    background-color: white;
    border-left: 5px solid #4A6D7C;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    z-index: 999;

}
}

/* Estilos para móviles (max-width: 992px) */
@media (max-width: 992px) {
  .dropdown-menu[aria-labelledby="dropdownMenuLink"] {
    /*position: static;*/
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: 0 !important;
    transform: none !important;
    background-color: white;
    border-left: none;
    border-right: 5px solid #4A6D7C;
  }

  .dropdown-menu .dropdown-item {
    display: block;
    width: 0;
    padding: 0.75rem 1rem;
    text-align: center;
  }
}


/*agregado*/

/*estilo del dropdown*/

/* Estilos personalizados del menú desplegable de idioma */
/*-->quitado.dropdown-menu[aria-labelledby="dropdownMenuLink"] {
  /*background-color: #ffffff; /* Fondo blanco o el que prefieras */
  /*border-right: 4px solid #516BEB !important; /* Color del borde derecho */
  /*border-radius: 0; /* Opcional: esquinas cuadradas */
  /*font-family: 'Poppins', sans-serif; /* O la que estés usando */

 /*-->quitado background-color: #fff;
  border: 1px solid transparent; /* Restablece el borde */
 /* border-right: 10px solid #1c1c1c; /* Aplica solo el derecho */
  /*border-radius: 0;
  font-family: 'Poppins', sans-serif;
}quitado*/

/* Estilos del item del dropdown */
/*-->quitado.dropdown-menu .dropdown-item {
      font-weight: 400;
      font-size: 1.1em;
      color: #4A6D7C;/* color de links*/
/*--> quitado}

/* Hover del item */
/*---> quitado.dropdown-menu .dropdown-item:hover {
  /*background-color: #f1f1f1;
  color: #3548c6;*/
 /*--quitado filter: brightness(1.3); /* Aumenta el brillo del texto */
/*quitado-->}*/

.border-start {
  border-left: 1px solid #ddd; /* color del divisor */
}


.underline-hover {
  position: relative;
  display: inline-block;
 /* color: white; /* color del texto */
  text-decoration: none;
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* separación debajo del texto */
  width: 100%;
  height: 4px;
  background-color: #4A6D7C; /* color del subrayado */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}

.underline-hover:hover::after {
  transform: scaleX(1);
}

/*seccion nueva */

.services .subheading {
  font-size: 2.5rem;
  line-height: 1;
  color: #2c2c2c;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}


/* En pantallas de 991px hacia abajo (tablet y móviles) */
@media (max-width: 991px) {
.services .subheading {
  font-size: 1.5rem;
  line-height: 1;
  color: #2c2c2c;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
}



.services .headline {
  font-size: 4.75rem;
  font-weight: 600;
  font-style: italic;
  color: #4A6D7C; /* Verde institucional */
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}


/* En pantallas de 991px hacia abajo (tablet y móviles) */
@media (max-width: 991px) {
.services .headline {
  font-size: 2.75rem;
  font-weight: 600;
  font-style: italic;
  color: #4A6D7C; /* Verde institucional */
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
}


.services .description {
  max-width: 825px;
  font-weight: 400;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

/*section about*/

/*seccion nueva */

.about .subheading {
  font-size: 3.5rem;
  line-height: 1;
  color: #2f3b47;
  font-weight: 400;
  margin: 80px auto 20px auto;
  font-family: 'Poppins', sans-serif;
}


/* En pantallas de 991px hacia abajo (tablet y móviles) */
@media (max-width: 991px) {
.about .subheading {
  font-size: 2.5rem;
  line-height: 1;
  color: #2f3b47;
  font-weight: 400;
  margin:  auto 20px auto;
  font-family: 'Poppins', sans-serif;
  }
}




div.ri {


  padding-right: 110px;
 

}

div.lf {


padding-left: 110px;


}

.about .headline {
  font-size: 4.75rem;
  font-weight: 600;
  font-style: italic;
  color: #4A6D7C; /* Verde institucional */
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}


.about .headline .hrr{


  margin-bottom: 80px;

}

.about .description {
  max-width: 825px;
  font-weight: 400;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

/*section newservices*/


/*seccion nueva */

.newservices .subheading {
  font-size: 3.5rem;
  line-height: 1;
  color: #2f3b47;
  font-weight: 400;
  margin: 80px auto 20px auto;
  font-family: 'Poppins', sans-serif;
}


/* En pantallas de 991px hacia abajo (tablet y móviles) */
@media (max-width: 991px) {
.newservices .subheading {
  font-size: 2.5rem;
  line-height: 1;
  color: #2f3b47;
  font-weight: 400;
  margin:  auto 20px auto;
  font-family: 'Poppins', sans-serif;
}

}





.newservices .headline {
  font-size: 4.75rem;
  font-weight: 600;
  font-style: italic;
  color: #4A6D7C; /* Verde institucional */
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}


.newservices .headline .hrr{


  margin-bottom: 80px;

}

.newservices .description {
  max-width: 825px;
  font-weight: 400;
  margin-bottom: 55px;
  margin-left:auto;
  margin-right:auto;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222;
  font-family: 'Poppins', sans-serif;
}


/*partners section new*/




/*seccion nueva */

.partners .subheading {
  font-size: 3.5rem;
  line-height: 1;
  color: #2f3b47;
  font-weight: 400;
  margin: 80px auto 20px auto;
  font-family: 'Poppins', sans-serif;
}




.partners .headline {
  font-size: 4.75rem;
  font-weight: 600;
  font-style: italic;
  color: #4A6D7C; /* Verde institucional */
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}


.partners .headline .hrr{


  margin-bottom: 80px;

}

.partners .description {
  max-width: 825px;
  font-weight: 400;
  margin-bottom: 55px;
  margin-left:auto;
  margin-right:auto;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222;
  font-family: 'Poppins', sans-serif;
}





/*card*/

.custom-card {
 /* height: 400px;
  width: 400px;
  background-color: #4A6D7C;
  color: white;
  /*border: 6px solid transparent;*/
  /*transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;*/

  /*height: 400px;*/
  width: 400px;
  background-color: #4A6D7C;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);


}


@media (max-width: 767px) {
  .custom-card {
 /* height: 400px;
  width: 400px;
  background-color: #4A6D7C;
  color: white;
  /*border: 6px solid transparent;*/
  /*transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;*/

  /*height: 400px;*/
  width: 350px;
  background-color: #4A6D7C;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);


}
}





.custom-card:hover {
  border: 6px solid #4A6D7C;


}

.custom-card:hover .wave-bottom2 svg {

  width: 830%;

}

/*termina custom card*/
/*empeiza custom card2*/


.custom-card2 {
 /* height: 400px;
  width: 400px;
  background-color: #4A6D7C;
  color: white;
  /*border: 6px solid transparent;*/
  /*transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;*/

  /*height: 400px;*/
  /*border-radius: 50%;*/
  width: 400px;
  height: 340px;
  background-color: #4A6D7C;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/

  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1), height 0.6s ease-in-out;

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);


}



@media (max-width: 767px) {
  .custom-card2 {
 /* height: 400px;
  width: 400px;
  background-color: #4A6D7C;
  color: white;
  /*border: 6px solid transparent;*/
  /*transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;*/

  /*height: 400px;*/
  /*border-radius: 50%;*/
  width: 350px;
  height: 500px;
  background-color: #4A6D7C;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/

  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1), height 0.6s ease-in-out;

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);


}
}


.custom-card2:hover {
  border: 6px solid #4A6D7C;


}

.custom-card2:hover .wave-bottom3 svg {

width: 630%;

}

.custom-card2:hover .card-image2 {

  height: 0px; /* Ajusta a lo que necesites para dejar espacio al texto */

}






.wave-bottom3 {
 /*
  top: 35%; /* 🔽 Ajusta este valor para bajar el SVG */
  /*left: 0;
  width: 100%;
  z-index: 1; /* asegúrate de estar detrás del texto si lo necesitas */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* ajusta según el efecto deseado */
  z-index: 1;
  pointer-events: none;
}

.wave-bottom3 svg {
  /*top:50;
  display: block;
  width: 550%;
  height: 100%;
  transform: rotate(180deg);
  transition: width 0.6s ease-in-out;
position: absolute;
  overflow: hidden;

  left: -1px; /* mueve levemente hacia la izquierda para cubrir borde */

  display: block;
  width: 230%;
  height: 100%;
  transform: rotate(180deg);
  transition: width 0.6s ease-in-out;
  position: absolute;
  left: -1px;


}


.card-image2 {
  /*height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;*/
  height: 250px; /* Ajusta a lo que necesites para dejar espacio al texto */
  background-size: cover;
  background-position: center;
  position: relative;
  transition: height 0.6s ease-in-out;/*TRANSICION LENTA EN LOS CAMBIOS DE CARD-IMAGE*/
  flex-shrink: 0;
}

/*.card-image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #4A6D7C;
  clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}*/

.card-content2 {
  /*padding-left: 1.5rem;
 /* padding: 1.5rem 1rem 1rem;*/
  /*position: relative;
  z-index: 2;
*//*
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  background-color: #4A6D7C;*/
  padding: 0px 1.5rem 1.5rem 1.5rem;
  z-index: 2;
  background-color: #4A6D7C; /* si quieres asegurar contraste */

  transition: padding 0.6s ease-in-out; /* cambia de height a padding */ 
}

.custom-card2 h3 {
  font-weight: 200;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: white;
}

.card-description2 {
  color: #ddd;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
  font-size: 0.95rem;
  line-height: 1.4;
}

.custom-card2:hover .card-description2 {
  opacity: 1;
  max-height: 100px; /* suficiente para el párrafo */
}


.custom-card2:hover .card-content2 {
  padding: 5rem 1.5rem 1.5rem 1.5rem;
}





/* temrina custom card circulares*/




.wave-bottom2 {
 /*
  top: 35%; /* 🔽 Ajusta este valor para bajar el SVG */
  /*left: 0;
  width: 100%;
  z-index: 1; /* asegúrate de estar detrás del texto si lo necesitas */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* ajusta según el efecto deseado */
  z-index: 1;
  pointer-events: none;
}

.wave-bottom2 svg {
  /*top:50;
  display: block;
  width: 550%;
  height: 100%;
  transform: rotate(180deg);
  transition: width 0.6s ease-in-out;
position: absolute;
  overflow: hidden;

  left: -1px; /* mueve levemente hacia la izquierda para cubrir borde */

  display: block;
  width: 330%;
  height: 100%;
  transform: rotate(180deg);
  transition: width 0.6s ease-in-out;
  position: absolute;
  left: -1px;


}
.card-image {
  /*height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;*/
  height: 350px; /* Ajusta a lo que necesites para dejar espacio al texto */
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}






/*.card-image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #4A6D7C;
  clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}*/

.card-content {
  /*padding-left: 1.5rem;
 /* padding: 1.5rem 1rem 1rem;*/
  /*position: relative;
  z-index: 2;
*//*
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  background-color: #4A6D7C;*/
  padding: 1.5rem;
  z-index: 2;
  background-color: #4A6D7C; /* si quieres asegurar contraste */
}

.custom-card h3 {
  font-weight: 200;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: white;
}

.card-description {
  color: #ddd;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
  font-size: 0.95rem;
  line-height: 1.4;
}

.custom-card:hover .card-description {
  opacity: 1;
  max-height: 100px; /* suficiente para el párrafo */
}

/*delays*/
/*section featured*/

.feature-card-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem;

 /*background-image: url('assets/images/patterns/patron.png'); /* ruta a tu PNG */
  /*background-repeat: repeat; /* se repite en todas direcciones */
  /*background-size: auto; /* tamaño original del patrón */

  /*background-color: #f9f9f9;*/
}
.contenedor
{

  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;

}

.feature-card {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 0 solid #4A6D7C;
  transition: border-width 0.5s ease-in-out 0.1s, box-shadow 0.3s ease;
  box-sizing: border-box; /* evita que crezca el contenedor */

}

.feature-card:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  border: 9px solid #4A6D7C;
}

.feature-image {
  flex: 1;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-text {
  /*flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;*/
  background: linear-gradient(90deg, #7F9DA9 7%, #e6e8eb 23%, #ffffff 70%);
}

@media (max-width: 768px) {
 .feature-text{
    all: unset; /* elimina TODOS los estilos aplicados */
  }
}



.feature-text h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-text p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-link {
  margin-top: 1rem;
  font-weight: bold;
  color: #2c4c56;
}

.text-link svg {
  margin-left: 0.5rem;
  fill: #2c4c56;
}

/*termina section featured*/

/*el footer*/

.footer {
  position: relative;
  background: linear-gradient(to top, #000 0%, #1c1c1c 5%, #2f3b47 10%, #4A6D7C 50%, #ffffff 100%);
 
  color: white;
  padding-top: 3rem;
  padding-bottom: 100px; /* deja espacio para el wave si es absolute */
  overflow: hidden;

  z-index: 2;
}

.footer-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;

}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 700px; /* altura visible */

}
/*ocultar footer wave en mobil */
@media (max-width: 768px) {
  .footer-wave {
    display: none !important;
  }
}




/*footer links*/

/* Links encima de la onda */
.footer-links {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  color: white;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Puedes usar space-between o start si prefieres */
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}

.footer-row .copyright {
  margin: 0;
  white-space: nowrap;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}



.footer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
  color: white;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-col {


  flex: 1 1 150px;
  min-width: 150px;
}

.footer-col h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ccc;
}



.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.footer-logo {
  height: 40px;
}

.footer-social a {
  display: inline;
  color: #2C3E50;
  margin-left: 16px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform 0.6s ease-in-out;
}

.footer-social a:hover {

  font-size: 1.6rem;
  /*transform: scale(1.5); /* Escala al pasar el mouse */
  color: #4A6D7C;
}


/*el footer*/

/*header text*/

/* Texto general en pantallas grandes (desktop) */
.header-text h2 {
  font-size: 6.8rem;
  line-height: 5.2rem;
  transform: skewX(-6deg);
  font-weight: 300;
}

.header-text h2 span {
  font-weight: 400;
}

.header-text p {
  font-size: 1.6rem;
  line-height: 2.25rem;
  font-weight: 300;
  color: #fff;
}

/* Tablets */
@media (max-width: 992px) {
  .header-text h2 {
    font-size: 4rem;
    line-height: 3.4rem;
  }

  .header-text p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

/* Móviles */
@media (max-width: 767px) {
  .header-text h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .header-text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .buttons {
    flex-direction: column;
    gap: 1rem;
  }
}

/*termina header text*/


/*section.about .right-image{
/*  margin: -110px 45px -80px 110px;*/
/*margin: 80px auto 20px auto;
/*margin: 0px 110px -80px 0px;*/
 /* padding-left: 110px;
  width: 75%;
}*/


section.about .right-image {
  margin: 80px auto 20px auto;
  padding-left: 110px;
  width: 75%; /* valor por defecto en desktop */
}


section.about .left-image{
/*  margin: -110px 45px -80px 110px;*/
/*margin: 0px 45px -80px 110px;*/
margin: 80px auto 20px auto;
  padding-left: 110px;
  width: 75%;
}



/* En pantallas de 991px hacia abajo (tablet y móviles) */
@media (max-width: 991px) {
  section.about .right-image {
    padding-left: 0;   /* quitamos el padding que empuja */
    width: 100%;       /* que ocupe todo el ancho */
  }

    section.about .left-image {
    padding-left: 0;   /* quitamos el padding que empuja */
    width: 100%;       /* que ocupe todo el ancho */
  }


}





/*dropdown del idioma*/

.language-dropdown {
  min-width: 100px;
  max-width: 250px;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-left: 5px solid #4A6D7C;
  margin-top: 10px;
}

/* Asegura que el contenido interno no fuerce el ancho */
.language-dropdown .d-lg-flex {
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}


.fw-st
{

font-size: 1rem;
font-weight: 600;

}

/*seccion del banner transparente*/


.tr-section {
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 4rem 2rem;
}

.background-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px; /* ajusta según el tamaño de tu gradiente */
  height: auto;
  pointer-events: none; /* para que no interfiera con clics */
  z-index: 0;
}

.hero-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  z-index: 1; /* para que esté encima del fondo */
}

.hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  max-width: 600px;
}

.hero-content h2 {
  font-size: 2rem;
  font-weight: 400;
}

.hero-content h2 span {


  font-size: 6.25rem;
    margin-bottom: 40px;
    color: #2c4c56;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;

}

.hero-content p span {


font-size: 1.25rem;

  color:  #2C3E50;


  font-weight: 600;


}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  background-color: transparent;
  color: #2C3E50;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border:#2C3E50 solid 1px;
  border-radius: 4px;
  font-weight: 600;
  transition: transform 0.6s ease-in-out;
}

.cta-button:hover {

  background-color: #2C3E50;
  color: white;
  transform: scale(1.2);

  
 
}






/*termina seccion del banner transparente*/



/*empieza css del widget*/


.floating-widget {
      position: fixed;
      bottom: 40px;
      left: 40px;
      width: 60px;
      height: 60px;
      z-index: 9999;
    }

    .floating-btn {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #2C3E50;
      border: none;
      color: white;
      font-size: 30px;
      cursor: pointer;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
      transition: transform 0.2s ease;

              /* NUEVO: Centramos el contenido */
  display: flex;
  align-items: center;
  justify-content: center;

  /* RECOMENDADO: Reset de estilos heredados */
  border: none;
  line-height: 1;
  padding: 0;
  font-family: inherit;
  cursor: pointer;

    }

    .floating-btn:hover {
      color: white;
      background-color: #2c4c56;
      transform: scale(1.1);
    }

    .contact-btn {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      color: white;
      font-size: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      transform: translate(0, 0) scale(0);
      opacity: 0;
      cursor: pointer;
      pointer-events: auto;
      /*pointer-events: none;*/
      transition:
        transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
        opacity 0.3s ease,
        scale 0.3s ease;
    }

    .floating-widget.active .contact-btn {
      opacity: 1;
      pointer-events: auto;
    }

    .contact-btn:hover {
      scale: 1.2;
    }

    /* Custom colors */
    .messenger { background-color: #4A6D7C; }
    .email     { background-color: #4A6D7C; }
    .whatsapp  { background-color: #4A6D7C; }/*#25d366*/

     /* Cuando la pantalla es de 768px o menos (móvil) */
  @media screen and (min-width: 768px) {
    #llamadas {
      display: none !important;

    }
  }


/*termina css del widget */

/*imagenes about*/

img.equipo {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img.equipo:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
/*termina imagenes about*/


/* hero know us better*/

/* ===== Variables y base ===== */
:root{
  --accent: #4A6D7C;             /* cámbialo a tu color de marca */
  --accent-ink: #ffffff;
  --ink: #1d1d1f;
  --muted: #5f6470;
}

.section-about{
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem) 0;
  color: var(--ink);
}

/* Contenedor relativo para "pegar" el fondo */
.about-container{
  position: relative;
}

/* Fondo decorativo a toda la sección, muy tenue */
.background-effect{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .08;
  pointer-events: none;
  z-index: 0;
}

/* ===== Títulos ===== */
.section-heading{
  margin-bottom: clamp(1rem, 3vw, 2.25rem);
}
.section-heading h4{
  margin: 0;
  letter-spacing: .06em;
}

.visually-hidden{
  position:absolute !important;
  width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* ===== Hero (mobile-first) ===== */
.hero-container{
  position: relative;
  z-index: 1;                 /* sobre el fondo */
  display: grid;
  grid-template-columns: 1fr; /* móvil: una columna */
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.hero-image{
  margin: 0;
}
.hero-image img{
  display: block;
  width: min(420px, 92%);
  max-width: 100%;
  height: auto;
  margin-inline: auto;        /* centrado en móvil */
}

.hero-content{
  text-align: center;
  max-width: 62ch;
  margin-inline: auto;
}

.hero-content h2{
  line-height: 1.12;
  font-size: clamp(1.6rem, 3.5vw + .25rem, 2.6rem);
  margin: 0 0 .5rem 0;
}
.hero-content .accent{
  color: var(--accent);
}
.hero-content .brand{
  font-weight: 600;
}
.hero-content p{
  color: var(--muted);
  margin: .6rem auto;
}

/* Botón CTA amigable a touch */
.cta-button{
  display: inline-block;
  margin-top: .9rem;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.cta-button:hover{ transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,0,0,.10); }
.cta-button:active{ transform: translateY(0); opacity: .95; }
.cta-button:focus-visible{ outline: 2px solid var(--accent); outline-offset: 3px; }

/* ===== Layout a partir de tablet/desktop ===== */
@media (min-width: 768px){
  .hero-container{
    grid-template-columns: 1.05fr .95fr; /* 2 columnas */
    gap: clamp(1.25rem, 3vw, 2.5rem);
  }
  .hero-content{
    text-align: left;
    margin-inline: 0;
  }
  .hero-image img{
    margin-inline: 0;         /* alinear con el grid en desktop */
    width: min(520px, 100%);
  }
}

@media (min-width: 1200px){
  .hero-content h2{ font-size: 3rem; }
  .hero-image img{ width: min(580px, 100%); }
}


/* Base: que el span no fuerce ancho */
.hero-content h2 span {
  display: inline;          /* no inline-block */
  font-size: 1em;           /* hereda del h2 (evita gigantismo) */
  margin: 0;                /* el margen va en el h2, no en el span */
  overflow-wrap: anywhere;  /* permite corte en palabras largas */
  word-break: break-word;   /* fallback */
  white-space: normal;      /* permite saltos de línea */
  line-height: 1;           /* conserva la altura de línea del h2 */
}

/* Tamaños fluidos del título */
.hero-content h2 {
  /* ajusta a gusto; evita picos en móvil/desktop */
  font-size: clamp(1.8rem, 6vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

/* Si quieres que el span todavía sea un poco más grande que el resto */
@media (min-width: 768px) {
  .hero-content h2 span { font-size: 1.1em; }
}

/* Para móviles muy pequeños refuerza el corte */
@media (max-width: 380px) {
  .hero-content h2 { font-size: clamp(1.6rem, 7vw, 2.4rem); }
}
/* termina know us better*/
