/* CONSOLIDATED STYLESHEET (NORMALIZE + MEANMENU + STYLE + RESPONSIVE) */

/* === NORMALIZE.CSS === */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* === MEANMENU.CSS === */
/*--------------------------------------------------------------------- File Name: meanmenu.css ---------------------------------------------------------------------*/
 a.meanmenu-reveal {
     display: none;
}
 .mean-container .mean-bar {
     background: #000080;
     float: left;
     min-height: 40px;
     padding: 5px 0;
     position: relative;
     width: 100%;
     z-index: 999;
     margin-top: 15px;
}
 .mean-container a.meanmenu-reveal {
     color: #fff;
     cursor: pointer;
     display: block;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     height: 22px;
     line-height: 22px;
     position: absolute;
     right: 12px;
     text-decoration: none;
     top: 12px;
     width: 26px;
}
 .mean-container a.meanmenu-reveal span {
     background: #ffffff none repeat scroll 0 0;
     border-radius: 0;
     display: block;
     height: 4px;
     margin-top: 3px;
     width: auto;
}
 .mean-container a.meanmenu-reveal span:first-child {
     margin: 0 
}
 .mean-container .mean-nav {
     background: #ffffff none repeat scroll 0 0;
     float: left;
     margin-top: 44px;
     width: 100%;
}
 .mean-container .mean-nav ul {
     padding: 0;
     margin: 0;
     width: 100%;
     list-style-type: none;
}
 .mean-container .mean-nav ul li {
     position: relative;
     float: left;
     width: 100%;
}
 .mean-container .mean-nav ul li a {
     border-bottom: 1px solid #ccc;
     color: #383838;
     display: block;
     float: left;
     font-size: 12px;
     font-weight: 500;
     margin: 0;
     padding: 1em 5%;
     text-align: left;
     text-decoration: none;
     text-transform: uppercase;
     width: 90%;
}
/* color del boton----------------------------------------------------------------------------color de los botones      */
 .mean-container .mean-nav ul li a:hover {
     color: #38c8a8;
}
 .mean-container .mean-nav ul li li a {
     width: 80%;
     padding: 1em 10%;
     border-top: 1px solid #ccc;
     border-top: 1px solid #ccc;
     opacity: 1;
     filter: alpha(opacity=1);
     text-shadow: none !important;
     visibility: visible;
}
 .mean-container .mean-nav ul li.mean-last a {
     border-bottom: 1px solid #cccccc;
     margin-bottom: 0;
}
 .mean-container .mean-nav ul li li li a {
     width: 70%;
     padding: 1em 15%;
}
 .mean-container .mean-nav ul li li li li a {
     width: 60%;
     padding: 1em 20%;
}
 .mean-container .mean-nav ul li li li li li a {
     width: 50%;
     padding: 1em 25%;
}
 .mean-container .mean-nav ul li a:hover {
     ` background: #252525;
     background: rgba(255, 255, 255, 0.1);
}
 .mean-container .mean-nav ul li a.mean-expand {
     background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
     border: medium none;
     font-weight: 400;
     height: 22px;
     line-height: 22px;
     margin-top: 1px;
     padding: 12px 16px;
     position: absolute;
     right: 0;
     text-align: center;
     top: -1px;
     width: 17px;
     z-index: 2;
     font-size: 18px !important;
}
 .mean-container .mean-nav ul li a.mean-expand:hover {
     background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
     color: #ffffff;
}
 .mean-container .mean-push {
     float: left;
     width: 100%;
     padding: 0;
     margin: 0;
     clear: both;
}
 .mean-nav .wrapper {
     width: 100%;
     padding: 0;
     margin: 0;
}
 .mean-container .mean-bar, .mean-container .mean-bar * {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 .mean-remove {
     display: none !important;
}
 .mean-nav span {
     display: none;
}
 .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-expand:focus {
     background: #0f69c6 ;
     color: #ffffff;
}
 .mean-container .mean-nav ul li a:hover {
     color: #ef4259 ;
}


/* === MAIN STYLE.CSS === */
/*--------------------------------------------------------------------- File Name: style.css  
---------------------------------------------------------------------*/














* { box-sizing: border-box !important; }
html { scroll-behavior: smooth; }

body { 
    padding-top: 130px !important;
    /* La ruta debe apuntar a donde guardaste tu imagen */
    background-image: url('../images/fondo2.webp');
    
    /* Configuración para que la imagen se adapte perfectamente */
    background-size: cover;        
    background-position: center;   
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    
    /* Asegura que el body ocupe siempre toda la pantalla */
    margin: 0;
    min-height: 100vh;
}

/* Para pantallas pequeñas (Celulares) */
@media (max-width: 768px) {
    body {
        /* Puedes usar una versión más ligera o recortada si lo deseas */
        background-image: url('../images/fondo2.webp');
    }
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

/* --- HEADER Y MENÚ --- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(90deg, #ffffff 0%, #f6f9fc 60%, #eff5fc 100%) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 3px solid #000080 !important;
    height: 130px;
    display: flex;
    align-items: center;
}

.header {
    width: 100%;
    padding: 0px 0;
    /* Elimina las líneas de background aquí si ya las pusiste en main-header */
    height: 120px;
}

/* Esto empujará el contenido de abajo hacia abajo */
.spacer-menu {
    height: 120px; /* Ajusta según la altura visual de tu header */
    width: 100%;
    display: block;
}

.spacer-header {
    height: 150px; /* <--- DEBE SER EXACTAMENTE LA MISMA ALTURA QUE EL HEADER */
    width: 100%;
    display: block;
    clear: both;
}

/* Ajusta el tamaño de la imagen del logo */
.logo img {
    width: 350px; /* Prueba con un valor menor como 120px o 100px */
    height: auto;  /* Mantiene la proporción original */
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navigation.navbar {
    background: #000040 !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    float: right;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    /* Texto blanco para mejor contraste */
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #03cafc !important; 
    /* Un azul claro al pasar el mouse */
}

/* --- LOADER DE CARGA --- */
.loader_bg {
    background: transparent; /* o background-color: none; */
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100vh; /* Asegura que cubra toda la altura */
    top: 0;
    left: 0;
    display: flex; /* Activa flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.loader {
    /* No uses absolute aquí si usas flex in el contenedor padre */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- REPARACIÓN DE GRID BOOTSTRAP --- */
/* 1. El contenedor .row debe dejar que las columnas (.col-*) manejen el ancho */
.glasses .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Ajuste específico para que mantengan su formato sin romper el resto de la página */
.glasses .col-md-4 {
    display: flex;
    flex-direction: column;
}

/* 3. Estilo para que la caja interior aproveche el espacio de la columna */
.glasses_box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    height: calc(100% - 30px) !important; /* Altura uniforme restando margen */
    margin-bottom: 30px !important;
    padding: 20px !important;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    transform: translateY(40px);
}

/* Animación suave para las cajas */
.glasses_box.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 4. Efecto hover y botón */
.glasses_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background-color: #CCEFFF; /* El color azul claro que usas en tus botones */
    border: 1px solid #03cafc; /* Opcional: para que el borde combine con el fondo */
    transition: all 0.3s ease;  /* Hace que el cambio de color sea suave */
}

.glasses_box a:last-child {
    margin-top: auto;
}

/* --- CORRECCIÓN DE IMÁGENES EN TARJETAS --- */
.glasses_box figure {
    width: 100% !important;
    height: 120px !important; /* Altura fija para que todas las cajas sean iguales */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 0 15px 0 !important;
    overflow: hidden !important;
}

.glasses_box figure img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; /* Mantiene la proporción sin estirar */
    transition: transform 0.3s ease;
}

/* Opcional: Zoom suave al pasar el mouse */
.glasses_box:hover figure img {
    transform: scale(1.05);
}

/* --- BOTONES Y TEXTOS --- */
.btn-sm {
    margin-top: auto !important;      /* Empuja el botón al final de la caja */
    padding: 10px 30px !important;  /* tamaño del boton cotizar equipo */
    background-color: #03cafc;  
    color: #fff !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700; /* tamaño del texto */
    display: inline-block;
}

.glasses_box h3 {
    /* color: #333333 !important;*/
    font-weight: bold;
    margin-top: 10px;
    color: #000080 !important; /* Cambia el texto a blanco al hacer hover */
}

.glasses_box p {
    /* color: #333333 !important;*/
    color: #000080 !important; /* Cambia el texto al pasar el mouse en las tarjetas */
}

.glasses_box a {
    text-decoration: none !important;
}

/* --- PARA QUE LAS TARJETAS SE VEAN BIEN EN CELULARES, EQUIPOS PORTATILES --- */
/* --- PARA QUE LAS TARJETAS SE VEAN BIEN EN CELULARES, EQUIPOS PORTATILES --- */
@media (max-width: 768px) {
    .servicios .row {
        flex-direction: column;
        align-items: center;
    }
    .servicios .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}


.card_servicio {
    display: flex;
    flex-direction: column;
    border: none;
    overflow: hidden; /* Crucial para mantener los bordes redondeados limpios */
    background: #fff;
    border-radius: 12px; /* Aumentamos ligeramente el radio para que luzca más moderno */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-bottom: 30px !important;
     
    /* Manejo del estado inicial para la transición suave */
    position: relative;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.card_servicio:hover {
    /* Maximiza la tarjeta un 4% para un efecto elegante */
    transform: scale(1.04); 
     
    /* Sombra más profunda para simular elevación real */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
     
    /* Obliga a la tarjeta activa a ponerse por delante de las otras */
    z-index: 5;
}

.card_servicio img {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    transition: transform 0.3s ease; /* Suaviza cualquier ajuste en la imagen */
}

.card_footer {
    background-color: #000080;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-grow: 1; /* Esto hace que el footer llene el espacio restante si el texto es corto */
}

.card_footer i {
    font-size: 1.5rem;
    margin-right: 10px;
}

/* letras en medio de pantalla principal */
.hero-section {
    display: flex;                /* Activa Flexbox */
    justify-content: flex-start;  /* Alinea horizontalmente a la izquierda */
    align-items: center;          /* Alinea verticalmente al centro */
    height: 80vh;                /* Asegura que ocupe altura completa */
    padding-left: 40px;           /* Espacio para que no toque el borde izquierdo de la pantalla */
}

.hero-content {
    display: flex;
    flex-direction: column;       /* Ordena los elementos en columna */
    align-items: flex-start;      /* Asegura que texto y botón se alineen a la izquierda */
    text-align: left;             /* Fuerza el alineamiento del texto */
    max-width: 600px;             /* Opcional: limita el ancho del bloque */
}

.hero-content h1 {
    font-size: 3rem;       /* Ajusta el tamaño (3rem es grande y legible) */
    color: #fff;       /* Color blanco para el texto principal */
    font-weight: bold;
}

.hero-content h1 span {
    color: #e60000;       /* Color rojo para resaltar "Elevadores" como en la imagen */
}

.hero-content ul {
    list-style: none;     /* Quita los puntos de la lista si lo prefieres */
    padding: 0;
}

.hero-content ul li {
    font-size: 1.5rem;    /* Tamaño para los puntos de la lista */
    color: #fff;       /* Color blanco medio */
    margin-bottom: 10px;  /* Espaciado entre elementos */
}

/* Ajustes adicionales para el botón */
.hero-content button {
    margin-top: 10px;
    align-self: flex-start;       /* Fuerza al botón a mantenerse a la izquierda */
    background-color: #fff;  /* Fondo blanco */
    color: #ff0000;             /* Texto rojo */
    padding: 10px 30px;         /* Tamaño del botón */
    border-radius: 20px;        /* Bordes redondeados */
    border: 1px solid #ccc;     /* Borde suave */
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.hero-content button:hover {
    background-color: #00ffff;  /* Efecto al pasar el mouse */
}

.info-section {
    padding: 40px 20px;
    background-color: #f4f4f4; /* Un tono gris claro similar al de la imagen */
}

.titulo-rojo {
    color: #000080; /* Color azul */
    text-align: center;
    margin-bottom: 30px;
}

.info-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.info-item {
    flex: 1; /* Hace que las tres columnas tengan el mismo ancho */
    border-top: 2px solid #cc0000; /* La línea roja superior */
    padding-top: 15px;
}

.info-item h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.info-item p {
    color: #000080;
    line-height: 1.5;
}

/* Ajuste para la sección about/contacto */
.about {
    margin-top: 160px; /* Cambia este valor para mover la sección verticalmente */
    padding-top: 0px;  /* Asegura que no haya espacio extra arriba */
}

/* Ajuste para la sección slogan contacto */
.eslogan-contacto {
    color: #000080; /* Azul fuerte original */
    font-size: 30px; 
    font-weight: bold; 
    text-transform: uppercase;
    /* Sombra para mejorar legibilidad */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
    /* Fondo semitransparente para separar del fondo de la imagen */
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
    min-height: 10vh; /* Asegura que la sección ocupe espacio suficiente */
}

/* Estilo base del botón de enviar del contacto */
.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #000080; /* Azul corporativo */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Efecto suave */
}

/* Efecto al pasar el ratón (hover) */
.submit-btn:hover {
    background-color: #0000b3; /* Un azul un poco más claro al pasar el mouse */
    transform: translateY(-2px); /* Ligero efecto de elevación */
    box-shadow: 0 4px 6px rgba(0,0,0,0.2); /* Sombra para profundidad */
}

/* Efecto al hacer clic (active) */
.submit-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Mejora la estética de los inputs */
.styled-form .form-control {
    border: 3px solid #ddd;
    padding: 10px;
    font-size: 30px;
    transition: border-color 0.3s;
}

.styled-form .form-control:focus {
    border-color: #000080; /* Azul de tu marca al hacer clic */
    box-shadow: none;
}

/* --- FOOTER ALL BOTTOM BLOCK --- */
/* Asegura que el footer tenga un fondo sólido y sea legible */
.footer {
    background-color: #f8f9fa !important; /* Un gris muy claro profesional */
    padding: 40px 0;
    border-top: 2px solid #0056b3; /* Una línea divisoria azul para delimitar */
    color: #333333 !important; /* Color de letra oscuro para todo el bloque */
    margin-top: 20px;
}

/* Asegura que los párrafos dentro del footer también sean oscuros */
.footer p, .footer h5, .footer .item {
    color: #333333 !important;
}

/* Contenedor de iconos y datos */
.contact-info {
    display: flex;
    justify-content: space-around; /* Distribuye equitativamente */
    align-items: flex-start;
    flex-wrap: wrap; /* Permite que se acomoden en móviles */
    text-align: center;
}

.datos-generales {
    border-radius: 5px;
    min-height: 350px;
}

.formulario-contacto h3 {
    margin-bottom: 20px;
    color: #fff;
}

.contact-info .item {
    flex: 1; /* Todos ocupan el mismo ancho */
    min-width: 250px; /* Evita que se amontonen demasiado */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra el icono y el texto horizontalmente */
    padding: 10px;
}

/* Estilo de los iconos */
.contact-info .item i {
    color: #004a99 !important; /* Ajusta este código HEX si tu azul es otro */
    font-size: 28px; /* Opcional: aumenta un poco su tamaño para mayor impacto */
    margin-bottom: 10px;
}

/* Línea de derechos reservados */
.footer-bottom {
    text-align: center !important;
    padding-top: 20px;
    border-top: 1px solid #ddd; /* Opcional: una línea sutil que separa el contenido */
    margin-top: 20px;
}

/* color al dar click al menu */
.nav-link.active {
    color: #03cafc !important; /* El color azul que ya usas para resaltar */
    border-bottom: 2px solid #03cafc; /* Opcional: una línea abajo para mayor énfasis */
    font-weight: bold;
}

/* texto del seccion de servicio titulo */
.banner-text-glow {
    /* Estética de cristal tecnológico */
    background: rgba(10, 14, 42, 0.6); 
    padding: 10px 20px;
    border-left: 5px solid #00e5ff;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    margin: 20px auto;  /* distancia de las tarjetas al titulo */
    max-width: 1500px; /* ancho del contenedor del titulo */
    text-align: center;
    justify-content: center; /* Centra horizontalmente */
    display: flex;
    align-items: center;     /* Centra verticalmente */
    width: 100%;
    margin-top: 10px;  /* banner mas pegado al menu */
    border: 2px solid rgba(0, 229, 255, 0.3);/* ancho de la linea del contorno */
    min-height: 30px;                  /* Altura fija para que el flex actúe */
}

.banner-text-glow h1 {
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 !important; /* IMPORTANTE: Elimina el margen que empuja el texto */
    padding: 0 !important;
    line-height: 1 !important;        /* Fuerza a que el texto ocupe solo su espacio */
    animation: glow-animation 2.5s infinite alternate;
}

/* Asegura que el banner no sea demasiado grande y se ajuste bien */
.banner-header img {
    max-height: 80px;
    transition: transform 0.3s ease;
}

@keyframes glow-animation {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #00e5ff, 0 0 20px #00e5ff;
    }
    to {
        text-shadow: 0 0 10px #fff, 0 0 20px #00e5ff, 0 0 40px #00e5ff;
    }
}

/* Estilos Profesionales para Aviso de Privacidad */
/* --- ANIMACIÓN PARA TARJETA DE PRIVACIDAD --- */
.tarjeta-privacidad {
    background-color: #ffffff;
    /* Propiedades de animación */
    opacity: 0;
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    transform: translateY(40px);
}

/* Clase que se activará para mostrar la tarjeta */
.tarjeta-privacidad.visible {
    opacity: 1 !important; /* FORZAMOS que sea totalmente visible */
    transform: translateY(0);
}

.aviso-grafico {
    max-width: 100%; /* La imagen no superará el ancho de su contenedor */
    max-height: 300px; /* Limita la altura máxima a 300px */
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto; /* Centra la imagen */
}

.aviso-grafico img {
    max-width: 300px; /* Tamaño máximo deseado */
    height: auto;     /* Mantiene la proporción original */
    display: block;
    margin: 0 auto;   /* Centra la imagen */
}

.aviso-texto h2 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 15px;
    font-weight: 700;
    flex: 2;
    min-width: 300px;
    padding: 20px;
}

.aviso-texto h2:nth-child(2) {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Elimina subrayado y asegura color al pasar el mouse */
.banner-header a {
    text-decoration: none !important;
    color: inherit; /* Mantiene el color original */
}

.banner-header a:hover {
    text-decoration: none !important;
    color: inherit; /* Evita que cambie de color o se subraye */
}

/* Mejora la alineación vertical del icono y el teléfono */
.banner-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}




.form-control::placeholder {
    font-weight: bold;
    opacity: 1; /* Asegura que se vea con buen color en todos los navegadores */
}

/* =====================================================================
   ESTILOS ADICIONALES DE ADAPTABILIDAD MÓVIL Y OPTIMIZACIÓN (EQ INGENIERÍA)
   ===================================================================== */

/* Ajustar el espaciado predeterminado del header fixed */
.main-header {
    height: 130px;
    transition: all 0.3s ease;
}

/* Alineaciones y espaciados de la fila del header */
.header-row {
    width: 100%;
    margin: 0;
}

/* Estilos de adaptabilidad para pantallas medianas y pequeñas */
@media (max-width: 991px) {
    body {
        padding-top: 95px !important; /* Espacio para que el header móvil no solape el contenido */
    }
    
    .main-header {
        height: auto !important;
        position: fixed;
        background: linear-gradient(90deg, #ffffff 0%, #f6f9fc 60%, #eff5fc 100%) !important;
        padding: 8px 0 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
        border-bottom: 3px solid #000080 !important;
    }
    
    .header {
        height: auto !important;
        padding: 0 !important;
    }
    
    .logo {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
    
    .logo img {
        max-height: 50px !important;
        width: auto !important;
        max-width: 100%;
    }
    
    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
        background-color: rgba(0, 0, 128, 0.9) !important;
        padding: 6px 10px !important;
        margin: 5px 0;
    }
    
    .navigation.navbar {
        position: relative !important;
        background: transparent !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        float: none !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    /* Menú desplegable móvil limpio con fondo sólido corporativo */
        /* Menú desplegable móvil limpio con fondo sólido corporativo */
    .navigation .navbar-collapse {
        background: #000080 !important;
        padding: 15px !important;
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        width: 250px !important;
        z-index: 99999 !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
        margin-top: 8px !important;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 12px 15px !important;
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: left;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link.active {
        color: #03cafc !important;
        border-bottom: 1px solid #03cafc !important;
        font-weight: bold;
    }
    
    /* Sección principal Hero */
    .hero-section {
        height: auto !important;
        min-height: 60vh !important;
        padding: 60px 20px !important;
        justify-content: center !important;
    }
    
    .hero-content {
        max-width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .hero-content h1 {
        font-size: 2.2rem !important;
        text-align: center !important;
    }
    
    .hero-content ul li {
        font-size: 1.2rem !important;
        text-align: center !important;
    }
    
    .hero-content button {
        align-self: center !important;
    }
    
    /* Grid de Información de la Home */
    .info-grid {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .info-item {
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    /* Sección Corporativa de Empresa */
    .seccion-corporativa .row {
        flex-direction: column !important;
        text-align: center;
        align-items: center !important;
        margin-bottom: 20px;
    }
    
    .seccion-corporativa .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 10px 15px !important;
    }
    
    .about_img_modern {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px !important;
    }
    
    .glasses_box {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        opacity: 1 !important; /* Asegurar visibilidad fallback si no se ejecuta JS */
    }
    
    /* Grid de marcas en Marcas.html */
    .glasses .row {
        justify-content: center !important;
    }
    
    /* Aviso de privacidad adaptado */
    .tarjeta-privacidad {
        flex-direction: column !important;
        padding: 15px !important;
        margin-top: 20px !important;
        transform: none !important;
        opacity: 1 !important;
    }
    
    .aviso-grafico img {
        max-width: 200px !important;
    }
    
    .aviso-texto h2 {
        font-size: 16px !important;
        padding: 5px !important;
        min-width: 100% !important;
        text-align: center;
    }
    
    /* Ajustes generales de secciones */
    .about {
        margin-top: 105px !important; /* Ajustar margen superior en móvil */
        padding-top: 10px !important;
    }
}

@media (max-width: 575px) {
    body {
        padding-top: 90px !important;
    }
    
    .hero-content h1 {
        font-size: 1.8rem !important;
    }
    
    .submit-btn {
        font-size: 14px;
        padding: 10px;
    }
}


/* === RESPONSIVE.CSS === */
/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {
    /* Cleaned legacy nav rule */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .titlepage h2 {
        font-size: 32px;
    }
    .about .titlepage::before {
        right: -16px;
    }
    .about .titlepage p {
        line-height: 28px;
        padding-top: 9px;
    }
    .about .about_img {
        margin-left: 0px;
    }
    .shop .titlepage {
        padding-right: 15px;
    }
    .d_none {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Cleaned legacy nav rule */
    .text-bg h1 {
        margin-left: 31px;
    }
    .shop .titlepage h2 {
        font-size: 25px;
        line-height: 33px;
    }
    .about .about_img {
        margin-left: 0px;
    }
    .shop .titlepage {
        padding-right: 15px;
    }
    .clients_box p {
        display: flex;
        flex-wrap: wrap;
    }
    .about .titlepage {
        margin-right: 0;
    }
    .about .titlepage::before {
        background: inherit;
        right: 0px;
    }
    .d_none {
        display: none;
    }
    ul.location_icon li {
        padding: 0 18px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .text-bg h1 {
        font-size: 48px;
    }
    .logo {
        padding-top: 5px;
    }
    .titlepage h2 {
        font-size: 31px;
    }
    .shop .max_width {
        padding-left: 15px;
    }
    .about .about_img {
        margin-left: 0px;
    }
    .shop .titlepage {
        padding-right: 15px;
    }
    .about .titlepage {
        margin-right: 0;
        margin-top: 20px;
    }
    .clients_box p {
        display: flex;
        flex-wrap: wrap;
    }
    .about .titlepage::before {
        background: inherit;
        right: 0px;
    }
    .d_none {
        display: none;
    }
    .conta {
        margin-bottom: 30px;
    }
    ul.location_icon li {
        font-size: 17px;
        padding-left: 13px;
    }
    .position_head .header {
        background: transparent;
    }
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
}

@media (max-width: 575px) {
    .header {
        padding: 30px 0px 15px 0px;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 6px;
        padding-top: 5px;
        float: left;
    }
    .text-bg h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .titlepage h2 {
        font-size: 29px;
    }
    .shop .max_width {
        padding-left: 15px;
    }
    .d_none {
        display: none;
    }
    .about .about_img {
        margin-left: 0px;
    }
    .padding_right0 {
        padding-right: 15px;
    }
    .clients_box {
        margin-left: 0px;
        padding: 40px 32px 40px 30px;
    }
    .clients_box figure {
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .clients_box p {
        display: flex;
        flex-wrap: wrap;
    }
    .shop .titlepage {
        padding-right: 15px;
    }
    .about .titlepage {
        margin-right: 0;
        margin-top: 20px;
    }
    .about .titlepage::before {
        background: inherit;
        right: 0px;
    }
    .main_form {
        padding: 40px 0px;
        margin-right: 15px;
    }
    /* Cleaned legacy nav rule */
    .position_head .header {
        background: transparent;
    }
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
    /* Cleaned legacy nav rule */
}

