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


.logo{
  width: 200px;
} 

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

/* 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: #ff5406;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: #cc3d05;
  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: #ff5406;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #cc3d05;
  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: #6cbf63;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#54914c; 
  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.jpg);
  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*/
/* Paleta de colores */
.text-azul-1 { color: #243369 !important; }
.bg-light-custom { background-color: #f8f9fa; }

/* Estilo del sub-banner */
#sub-banner-soluciones {
    /* Línea sutil para separar del contenido principal */
    border-color: #e9ecef !important;
}

#sub-banner-soluciones p {
    letter-spacing: -0.5px;
    font-style: italic; /* Toque de distinción para la frase */
}


/*Bloque 2*/
/* Colores */
.text-azul-1 { color: #243369 !important; }
.btn-azul-1 { background-color: #243369; color: white; border: none; }
.btn-naranja { background-color: #fb6100; border: none; }
.bg-azul { background-color: #243369; color: white; }
.bg-naranja { background-color: #fb6100; }

/* Estilo de Tarjetas */
.card-opcion {
    background: #ffffff;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.card-opcion:hover {
    transform: translateY(-10px);
}

.imagen-tarjeta {
    position: relative;
    height: 250px;
}

.imagen-tarjeta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Etiquetas flotantes sobre la imagen */
.badge-status {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 0 15px 0 0;
}

/* Botones y Listas */
.card-opcion ul li {
    color: #6c757d;
    font-size: 1.1rem;
}

.btn-azul-1:hover {
    background-color: #1a254d;
    color: white;
}

.btn-naranja:hover {
    background-color: #cc3d05;
}



/*Bloque 3*/
.bg-azul-2 {
    background-color: #134584; /* Tu azul secundario */
}

.text-naranja-3 {
    color: #eb8e19 !important; /* Tu naranja 3 */
}

/* Sombra interna sutil para dar profundidad de "divisor" */
.shadow-inner {
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}

h3 {
    font-size: 1.5rem; /* Tamaño contenido para que no grite más que los títulos */
}

/*Bloque 4*/
/* Paleta y Tipografía */
.text-azul-1 { color: #243369 !important; }
.btn-naranja { background-color: #ff5406; color: white; border: none; }

/* Estilo de Tarjetas Técnicas */
.card-tecnica {
    background-color: #fcfcfc;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-bottom: 4px solid #243369; /* Acento técnico en la base */
}

.card-tecnica:hover {
    transform: translateY(-5px);
}

.card-tecnica .img-contenedor {
    height: 280px;
    background-color: #eee;
    overflow: hidden;
}

.card-tecnica .img-contenedor img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Muestra el equipo de forma clara */
}

/* Botón de cierre */
.btn-naranja:hover {
    background-color: #cc3d05;
    color: white;
}


}

/*Bloque 5*/
/* Añadimos un borde superior naranja para conectar con la identidad visual */
.border-orange {
    border-top: 4px solid var(--bs-orange-1) !important;
}

/* Mantenemos el estándar de tamaño para divisores */
.bg-azul-1 {
    background-color: #243369 !important; /* El # es vital */
}

.text-white {
    color: #ffffff !important;
}

/*Bloque 6*/
/* Colores */
.text-azul-1 { color: #243369 !important; }

/* Fondo con ángulo para sensación de velocidad */
.bg-movimiento {
    position: absolute;
    top: 0;
    right: -10%;
    width: 60%;
    height: 100%;
    background: #f8f9fa;
    transform: skewX(-15deg);
    z-index: 0;
}

/* Animación de entrada para el texto */
.card-movimiento-izq {
    animation: slideInLeft 1s ease-out;
    z-index: 1;
}

/* Efecto de las imágenes desplazadas */
.imagenes-desplazadas {
    position: relative;
    height: 450px;
}

.img-fluida {
    position: absolute;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-1 {
    width: 70%;
    height: 300px;
    top: 0;
    right: 10%;
    z-index: 1;
    filter: grayscale(30%);
}

.img-2 {
    width: 70%;
    height: 300px;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 5px solid white;
}

/* Hover: Movimiento reactivo */
.imagenes-desplazadas:hover .img-1 {
    transform: translate(20px, -20px);
}

.imagenes-desplazadas:hover .img-2 {
    transform: translate(-20px, 20px);
}

/* Botón con efecto de pulso */
.btn-naranja-mov {
    background-color: #ff5406;
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-naranja-mov:hover {
    background-color: #cc3d05;
    color: white;
}

/* Keyframes para el movimiento al cargar */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/*Bloque 7*/
/* Colores de marca */
.text-azul-1 { color: #243369 !important; }
.text-naranja-1 { color: #ff5406 !important; }

/* Líneas Naranjas Decorativas */
.linea-naranja-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ff5406;
}

.linea-naranja-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff5406;
}

/*Bloque 8*/
/* Colores corporativos */
.text-azul-1 { color: #243369 !important; }
.btn-naranja { background-color: #ff5406; color: #fff; border: none; }

/* Contenedor de Logos */
.logo-contenedor {
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.filter-gray {
    filter: grayscale(100%);
    opacity: 0.7;
    max-height: 50px;
    transition: all 0.3s ease;
}

.logo-contenedor:hover .filter-gray {
    filter: grayscale(0%);
    opacity: 1;
}

/* Tarjetas de Equipos */
.card-equipo {
    overflow: hidden;
    background: #000;
}

.card-equipo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.card-equipo:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Botón */
.btn-naranja:hover {
    background-color: #cc3d05;
    color: #fff;
    transform: translateY(-2px);
}

/*Bloque 9*/
.seccion-cierre-discreto {
    background-color: #f4f6f9; /* Un gris casi blanco, muy limpio */
    border-top: 1px solid #dee2e6;
}

.caja-final {
    background-color: #ffffff;
    border-left: 6px solid #ff5406; /* El toque de naranja, pero discreto */
    border-radius: 8px;
}

.text-azul-1 {
    color: #243369 !important;
}

.text-naranja-1 {
    color: #ff5406 !important;
}

.btn-naranja3 {
    background-color: #ff5406;
    color: #ffffff;
    border: none;
    white-space: nowrap; /* Evita que el texto del botón se parta en dos líneas */
    transition: background-color 0.3s ease;
}

.btn-naranja3:hover {
    background-color: #f08115; /* Cambia a azul al pasar el mouse */
    color: #ffffff;
}

/* Bloque 10*/
#servicio-integral {
    background-color: #f4f7f9;
    position: relative;
    overflow: hidden;
    /* Aseguramos que nada de este bloque se desborde */
}

.fondo-industrial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: radial-gradient(#243369 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
    /* CRÍTICO: Permite que los clics pasen a través del fondo */
    pointer-events: none; 
}

.posicion-relativa { 
    position: relative; /* Obligatorio para que z-index funcione */
    z-index: 5; 
}

/* Estilo de Tarjetas de Servicio */
.card-servicio {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    transition: all 0.3s ease;
    border-top: 4px solid transparent !important;
    position: relative; /* Para asegurar que el hover funcione sobre el fondo */
    z-index: 10;
}

.card-servicio:hover {
    transform: translateY(-10px);
    border-top: 4px solid #ff5406 !important;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Botón y Colores permanecen igual, pero asegúrate de que tengan z-index alto */
.btn-naranja {
    background-color: #ff5406;
    color: white;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 20;
}

.btn-naranja:hover {
    background-color: #243369;
    color: white;
}

.text-azul-1 { color: #243369 !important; }
.text-naranja-1 { color: #ff5406 !important; }

/*Bloque 12*/
/* Colores */
.text-azul-1 { color: #243369 !important; }

.asesoria-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    border-left: 10px solid #243369 !important; /* Acento técnico lateral */
}

/* Estilo del Botón Asesoría */
.btn-azul-profundo {
    background-color: #243369;
    color: #ffffff;
    border: 2px solid #243369;
    transition: all 0.3s ease;
}

.btn-azul-profundo:hover {
    background-color: transparent;
    color: #243369;
    transform: scale(1.05);
}

/* Ajustes de espaciado */
.lh-base {
    line-height: 1.6 !important;
}

/*Bloque 14*/
/* Forzar Fondo Azul Industrial */
.bg-azul-final { 
    background-color: #243369 !important; 
}

/* Forzar Texto Blanco sobre el azul */
.text-blanco-puro { 
    color: #ffffff !important; 
}

/* Botón Naranja con alto contraste */
.btn-naranja-final { 
    background-color: #ff5406; 
    color: #ffffff !important; 
    border: none;
    transition: transform 0.2s ease;
}

.btn-naranja-final:hover {
    background-color: #e64d05;
    color: #ffffff !important;
    transform: scale(1.05);
}

section[id] {
    scroll-margin-top: 80px;
}


/*FOOTER*/
/* El bloque oscuro de la derecha */
.bg-dark2 {
    background-color: #212121 !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: 992px) {
    .bg-movimiento { display: none; }
    .imagenes-desplazadas { height: 350px; margin-top: 2rem; }
}


@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;
} 
 
#sub-banner-soluciones p {
        font-size: 1.25rem;
        line-height: 1.4;
    }
 
.display-4 { font-size: 2rem; }
.display-5 { font-size: 1.8rem; }


.imagen-tarjeta { height: 200px; }
}

.card-tecnica .img-contenedor {
        height: 220px;
    }

{
    .asesoria-container {
        border-left: none;
        border-top: 10px solid #243369 !important;
        text-align: center;
    }
}

.display-5 { font-size: 1.8rem; }
}


}