body{
  font-family: "Open Sans", serif;
} 


.logo{
  width: 250px;
} 

/* Aplicar a todos los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Aplicar al texto normal y párrafos */
body, p, a, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.bg-menu {
    background-color: #f7f9fa;
}


.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.forma-contacto h5 {
    color: #064f1d !important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #345f96;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: #a8872a;
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-envia{
  background: #345f96;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #a8872a;
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #07357a;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#607ca4; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*TODO LO NUEVO*/
/*Bloque 1*/

/* Sección General */
.cta-impact {
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

/* Tipografía */
.cta-impact h2 {
    color: #1a1a1a;
    letter-spacing: -1px;
    line-height: 1.2;
}

.text-highlight {
    color: #607ca4;
    position: relative;
    display: inline-block;
}

.cta-impact .lead {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Botón Personalizado */
.btn-evaluacion {
    background-color: #0e2644;
    color: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.btn-evaluacion:hover {
    background-color: #335e95;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.btn-evaluacion2 {
    background-color: #ffffff;
    color: #0e2644;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.btn-evaluacion2:hover {
    background-color: #e0e0e0;
    color: black;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/*Bloque 2*/
/* Estilo de Tarjetas y Contenedores de Imagen */
.card-ventaja {
    text-align: center;
    padding: 1rem;
    transition: all 0.3s ease;
}

.img-wrapper {
    width: 100%;
    height: 200px; /* Altura fija para uniformidad */
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen sin deformarla */
    filter: grayscale(20%); /* Toque minimalista */
    transition: transform 0.4s ease;
}

.card-ventaja:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Botón y Tipografía */
.btn-custom-action {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    border: none;
    letter-spacing: 0.5px;
    transition: background 0.3s;
}

.btn-custom-action:hover {
    background-color: #333;
    color: #fff;
}

h2 {
    color: #07357a;
}

h3 {
    color: #a9c2e0;
}

/*Bloque 3*/
/* Sección Impacto */
#impacto {
    background-color: #1e4771 !important; /* Negro profundo */
}

.text-accent {
    color: #e5e5e5; /* Blanco roto para evitar fatiga visual */
}

/* Espaciado de letras para el tag superior */
.tracking-widest {
    letter-spacing: 0.2rem;
}

/* Botón Minimalista Brutalista */
.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    font-size: 0.9rem;
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #000;
    border-color: #fff;
    transform: scale(1.02);
}

/*Bloque 4*/
.section-editorial {
    padding: 100px 0;
    background: linear-gradient(to right, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.7)), 
                url('tu-imagen-industrial.jpg');
    background-size: cover;
    background-position: center;
}

/* Tipografía y Espaciado */
.ls-3 { letter-spacing: 3px; }

.text-spacing {
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

/* Listas limpias sin puntos estorbosos */
.list-clean {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    color: #444;
}

.list-clean li {
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Botón que no parece botón */
.btn-minimal {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: 1px solid #000;
    padding: 12px 25px;
    transition: all 0.3s;
}

.btn-minimal:hover {
    background: #000;
    color: #fff;
}

.border-top {
    border-color: rgba(0,0,0,0.1) !important;
}

/*Bloque 5*/
.rounded-custom {
    border-radius: 24px;
    border: 1px solid #e0e0e0;
}

/* Efecto de texto con contorno para romper la monotonía */
.text-outline {
    color: #607ca4;
    text-shadow: none;
}

/* El bloque oscuro de la derecha */
.bg-dark {
    background-color: #092d4d !important;
    min-height: 300px;
}

/*Bloque 6*/
.card-equipo {
    transition: transform 0.3s ease;
	border-radius: 4px;
}

.foto-bw-container {
    position: relative;
    overflow: hidden;
    background-color: #000;
	border-radius: 12px;
}

.foto-bw {
    width: 100%;
    aspect-ratio: 4 / 5; /* Formato retrato profesional */
    object-fit: cover;
    filter: grayscale(100%) contrast(1.1);
    transition: all 0.5s ease;
    display: block;
    opacity: 0.85;
}

/* El tag de años siempre presente, pero sutil */
.experience-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 5px 12px;
    font-family: monospace;
    font-size: 0.8rem;
    font-weight: bold;
}

/* Hover: La foto cobra vida */
.card-equipo:hover .foto-bw {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
    transform: scale(1.03);
}

.info-equipo h4 {
    letter-spacing: -0.5px;
}

.btn-main-dark {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-main-dark:hover {
    background: #333;
    color: #fff;
}

/*Bloque 7*/
/* Espaciado de sección profundo */
.py-7 {
    padding: 120px 0;
}

/* La línea minimalista superior */
.minimal-line {
    width: 1px;
    height: 60px;
    background-color: #e0e0e0;
    margin: 0 auto;
}

/* Tipografía equilibrada */
#resultados-discreto h2 {
    letter-spacing: 1px;
    font-style: italic; /* Da un aire de reflexión, no de imposición */
}

#resultados-discreto h3 {
    letter-spacing: -0.5px;
}

/* El botón: un susurro visual */
.btn-minimal-discreto {
    text-decoration: none;
    color: #888; /* Gris discreto inicial */
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    padding: 10px 20px;
}

.btn-minimal-discreto:hover {
    color: #000; /* Se vuelve negro al interactuar */
    letter-spacing: 4px;
}

/* Contenedor de acción con un toque de aire */
.action-wrapper {
    margin-top: 40px;
}

/*Bloque 8*/
/* El fondo que pediste */
.bg-gris-claro {
    background-color: #e0e0e0;
}

.py-6 { padding: 120px 0; }

/* Lista sin bullets para minimalismo */
.list-clean {
    list-style: none;
    padding: 0;
}

.list-clean li {
    position: relative;
    padding-left: 15px;
}

.list-clean li::before {
    content: "—"; /* Un guion discreto */
    position: absolute;
    left: 0;
    color: #888;
}

/* Botón sólido para que resalte sobre el gris */
.btn-dark-minimal {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 12px 24px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-dark-minimal:hover {
    background-color: #333;
    transform: translateY(-2px);
}


/*Bloque 9*/
/* El gris que elegiste */
.bg-gris-claro {
    background-color: #e0e0e0;
}

/* Una separación sutil si la sección anterior también es gris */
.border-top-white {
    border-top: 1px solid rgba(255,255,255,0.5);
}

/* Tipografía */
#potencial-crecimiento p {
    line-height: 1.4;
    letter-spacing: -0.2px;
}

/* Botón: Minimalismo en estado puro */
.btn-potencial {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 0;
    position: relative;
    transition: all 0.3s ease;
}

/* Efecto de línea inferior discreta */
.btn-potencial::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    background-color: #1a1a1a;
    transform: scaleX(0.3);
    transition: transform 0.3s ease;
}

.btn-potencial:hover {
    color: #000;
}

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

/*Bloque 10*/
.bg-gris-claro { background-color: #e0e0e0; }

.card-paso {
    background: transparent;
    border: none;
    transition: transform 0.3s ease;
}

.img-container {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ccc;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.4s ease;
}

.card-paso:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.card-body-paso {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}

.italic-quote {
    font-style: italic;
    font-size: 1.1rem;
}

/* Botón Final */
.btn-paso-final {
    display: inline-block;
    padding: 15px 35px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.btn-paso-final:hover {
    background-color: #333;
    color: #fff;
}

/*Bloque 11*/
/* El gris base que estamos manejando */
.bg-gris-claro {
    background-color: #e0e0e0;
}

.py-7 {
    padding: 140px 0;
}

/* Tipografía con interletrado ajustado */
#cierre-transformacion h2 {
    letter-spacing: -1px;
    color: #444;
}

#cierre-transformacion h3 {
    letter-spacing: -1.5px;
    color: #000;
}

/* Botón de Transformación */
.btn-transformacion {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 18px 40px;
    border: 2px solid #000;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-transformacion:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Animación sutil para el icono de evolución */
#cierre-transformacion svg {
    animation: bounceVertical 2s infinite;
}

@keyframes bounceVertical {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/*FOOTER*/
/* El bloque oscuro de la derecha */
.bg-dark2 {
    background-color: #092d4d !important;
}


@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 
.bgformovil {
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
} 
    }




@media (max-width: 768px){
  #banner {
      background-size: 100% auto!important;
      background-position: 0px 0px;
  } 

.bgformovil {
    margin-top: 220px;
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
	margin-left: auto !important;
    margin-right: auto !important;
} 
 
 
 
.display-4 { font-size: 2rem; }
.display-5 { font-size: 1.8rem; }




}