/* General */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; color: #777; line-height: 1.6; overflow-x: hidden; }

/* Header */
#mk-header { background: #000; padding: 10px 0; position: fixed; width: 100%; top: 0; z-index: 999; border-bottom: 1px solid #333; }
.header-container { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.logo img { height: 70px; }
.main-navigation-ul { display: flex; list-style: none; }
.main-navigation-ul li a { color: #fff; text-decoration: none; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0 15px; text-align: center; display: block; }
.main-navigation-ul li a span { color: #eb6118; }

/* Sections */
.page-section { padding: 100px 0; min-height: 100vh; background-size: cover; background-position: center; }
.hero { background-image: url('Assets/img/great-evolution.jpg'); background-attachment: fixed; display: flex; align-items: center; }
.bg-dark { background-image: url('Assets/img/great-fondo.jpg'); }
.bg-white-overlay { background-image: url('Assets/img/online-marketing1.jpg'); position: relative; }
.bg-white-overlay::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); }
.bg-research { background-image: url('Assets/img/research-web.jpg'); }
.bg-cloud { background-image: url('Assets/img/CLOUD.jpg'); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }
.flex { display: flex; align-items: center; gap: 40px; }
.flex-start { display: flex; align-items: flex-start; gap: 40px; }
.col-6 { flex: 0 0 50%; }
.col-4 { flex: 0 0 33.33%; }
.text-center { text-align: center; }

/* Typography & Elements */
.title { font-size: 35px; color: #fff; margin-bottom: 15px; font-weight: 300; }
.title.dark { color: #0a0a0a; }
.orange { color: #f76303; }
.divider { height: 3px; width: 60px; margin-bottom: 20px; }
.divider.blue { background: #197bbf; }
.divider.orange { background: #eb6118; }
.italic { font-style: italic; font-size: 18px; color: #fff; margin-bottom: 25px; }
.italic.dark { color: #000; }
.img-responsive { max-width: 100%; height: auto; }
.brand-logo { max-width: 250px; margin-bottom: 20px; display: block; }

/* Buttons */
.btn-outline, .btn-flat { padding: 12px 30px; text-decoration: none; border-radius: 4px; display: inline-block; font-weight: bold; transition: 0.3s; }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: #000; }
.btn-flat { background: #eb6118; color: #fff; }
.btn-flat:hover { background: #252525; }

/* Grids */
.grid-3, .grid-3-dark { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.feature-card { text-align: center; color: #fff; font-size: 15px; }
.grid-3-dark .feature-card { color: #000; }
.feature-card img { max-width: 100%; height: 60px; object-fit: contain; margin-bottom: 15px; }

/* Lists */
.list-white { color: #fff; list-style: disc; padding-left: 20px; }
.list-white li { margin-bottom: 10px; font-size: 16px; }

/* Estilos específicos del Footer Original */
#contact-section {
    background-color: #203974;
    padding-top: 60px;
    color: #fff;
}

.form-main-title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* Estructura de "Tabla" del formulario */
.form-table {
    border: 1px solid #fff;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.form-row {
    display: flex;
    width: 100%;
}

.form-col {
    flex: 1;
    padding: 10px;
}

.border-bottom { border-bottom: 1px solid #fff; }
.border-right { border-right: 1px solid #fff; }

.full-width { width: 100%; }

/* Inputs y Textarea */
.form-col input, .form-col textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.form-col input::placeholder, .form-col textarea::placeholder {
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
}

.form-col textarea {
    height: 150px;
    resize: none;
}

/* Captcha Area */
.captcha-row {
    align-items: center;
    background: rgba(0,0,0,0.1);
}

.captcha-img-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.captcha-text {
    font-size: 10px;
    line-height: 1.2;
}

.captcha-text a {
    color: #fff;
    display: block;
}

/* Botón Enviar */
.btn-submit {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-submit:hover {
    background: rgba(255,255,255,0.1);
}

/* Sedes e Iconos */
.footer-locations {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.location-box { font-size: 13px; line-height: 1.6; }
.orange-text { color: #ff6c00; font-style: italic; margin-bottom: 10px; }

.social-icons-box { display: flex; gap: 15px; align-items: flex-start; }
.social-icons-box a {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Sub-footer Negro */
.sub-footer-black {
    background-color: #000;
    padding: 15px 0;
    font-size: 11px;
}
/* CONFIGURACIÓN DE IMÁGENES DE FONDO */
.page-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

/* Home - Fixed Parallax */
.hero { 
    background-image: url('../img/great-evolution.jpg'); 
    background-attachment: fixed; 
}

/* Marketing Section */
.bg-marketing { 
    background-image: url('../img/great-fondo.jpg'); 
}

/* Digital Section con Overlay Blanco */
.bg-digital { 
    background-image: url('../img/online-marketing1.jpg'); 
    position: relative; 
}
.bg-digital::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Esto logra el efecto de la imagen aclarada */
    z-index: 0;
}

/* Research Section */
.bg-research { 
    background-image: url('../img/research-web.jpg'); 
    background-position: bottom center;
}

/* 360 Section con Overlay Blanco */
.bg-360 { 
    background-image: url('../img/tecnologias-360-force.jpg'); 
    position: relative;
}
.bg-360::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 0;
}

/* Cloud Section */
.bg-cloud { 
    background-image: url('../img/CLOUD.jpg'); 
}