/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; background: #fff; overflow-x: hidden; }

/* HEADER */
#mk-header { background: rgba(0,0,0,0.9); position: fixed; width: 100%; top: 0; z-index: 1000; padding: 15px 0; }
.header-container { max-width: 1250px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.logo img { height: 60px; }
.main-navigation-ul { display: flex; list-style: none; }
.main-navigation-ul li a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 600; text-transform: uppercase; padding: 0 10px; transition: 0.3s; }
.main-navigation-ul li a:hover { color: #007ed0; }

/* SECCIONES BASE */
.page-section { min-height: 100vh; padding: 100px 0; background-size: cover; background-position: center top; background-attachment: fixed; }
.container { max-width: 1250px; margin: 0 auto; padding: 0 20px; position: relative; }
.flex { display: flex; align-items: center; justify-content: space-between; }
.col-6 { flex: 0 0 48%; }
.img-responsive { max-width: 100%; height: auto; }
.full-img { display: block; margin: 0 auto; }
.text-white { color: #fff; }

/* BACKGROUNDS POR BLOQUE */
.hero { background-image: url('../img/01-creamos.jpg'); }
.bg-2 { background-image: url('../img/2posicionamiento.jpg'); }
.bg-3 { background-image: url('../img/3marketing.jpg'); }
.bg-4 { background-image: url('../img/4redes.jpg'); }
.bg-5 { background-image: url('../img/5automation.jpg'); }
.bg-6 { background-image: url('../img/6loyalty.jpg'); }
.bg-7 { background-image: url('../img/7tecnologias.jpg'); }
.bg-8 { background-image: url('../img/08-territorios.jpg'); }
.section-black { background: #0a0a0a; background-attachment: scroll; }

/* ESTILOS DE TEXTO E ICONOS */
.hero-title { font-size: 40px; font-weight: 900; margin-bottom: 20px; }
.hero-text { font-size: 18px; margin-bottom: 30px; }
.video-box p { font-weight: bold; margin-bottom: 10px; }
.video-box.center { text-align: center; margin-top: -60px; }
.video-box.dark p { color: #0a0a0a; }
.video-box.text-left-offset { margin-left: 55%; margin-top: -60px; }

/* CLIENTES */
.client-title { color: #007ed0; font-size: 30px; text-transform: uppercase; margin-bottom: 40px; }
.white { color: #fff; }
.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #007ed0; }
.c-logo { border: 1px solid #007ed0; padding: 25px; background: #000; display: flex; align-items: center; }

/* FOOTER Y FORMULARIO */
#contacto { background: #007ed0; padding-top: 80px; color: #fff; }
.form-main-title { font-size: 30px; font-weight: 300; }
.divider-white { width: 80px; height: 4px; background: #fff; margin: 20px auto 50px; }
.location-grid { display: flex; gap: 40px; margin-bottom: 50px; justify-content: center; }
.yellow { color: #ffe800; font-weight: bold; }
.mk-contact-form { max-width: 900px; margin: 0 auto; }
.input-row { display: flex; gap: 10px; margin-bottom: 10px; }
.mk-contact-form input, .mk-contact-form textarea { width: 100%; padding: 15px; border: none; background: #f6f6f6; margin-bottom: 10px; }
.captcha-area { display: flex; align-items: center; gap: 15px; margin: 20px 0; }
.captcha-area input { width: 180px; margin: 0; }
.btn-send { background: none; border: 2px solid #fff; color: #fff; padding: 12px 60px; font-weight: bold; cursor: pointer; transition: 0.3s; }
.btn-send:hover { background: #fff; color: #007ed0; }
.sub-footer-black { background: #000; padding: 20px 0; margin-top: 80px; font-size: 11px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
/* Estilos Sección Contacto (Fondo Azul) */
.page-section-contact {
    background-color: #007ed0; /* Azul Great Evolution */
    padding: 80px 0;
    color: #fff;
}

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

.form-separator {
    width: 150px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 40px;
}

/* Grilla del formulario con bordes */
.form-container-grid {
    max-width: 900px;
    margin: 0 auto;
}

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

.form-col {
    flex: 1;
    padding: 0;
}

.full-width { width: 100%; }

/* Bordes blancos exactos */
.border-top { border-top: 1px solid #fff; }
.border-bottom { border-bottom: 1px solid #fff; }
.border-left { border-left: 1px solid #fff; }
.border-right { border-right: 1px solid #fff; }

/* Inputs Estilo Original */
.form-col input, .form-col textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 15px;
    font-size: 11px;
    font-weight: bold;
    outline: none;
}

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

.form-col input::placeholder, .form-col textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/* Captcha Area */
.captcha-bg { background: rgba(0, 0, 0, 0.05); }
.captcha-display {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px !important;
}

.captcha-img { height: 40px; margin-right: 15px; }
.captcha-nav { font-size: 10px; line-height: 1.2; text-align: right; }
.captcha-nav a { color: #fff; display: block; text-decoration: none; }

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

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


/* FOOTER ESTILO OSCURO */
#main-footer { background-color: #282828; color: #fff; border-top: 5px solid #007ed0; }
.footer-top { padding: 50px 0; }
.footer-flex { display: flex; justify-content: space-between; align-items: flex-start; }

.footer-social { display: flex; gap: 10px; }
.social-icon {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}
.social-icon:hover { color: #007ed0; }

.footer-menu h4 {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-menu ul { list-style: none; }
.footer-menu ul li a {
    color: #dd9933; /* Color dorado/naranja original */
    text-decoration: none;
    font-size: 13px;
    line-height: 2;
}

.footer-menu ul li a:hover { color: #007ed0; }

/* SUBFOOTER NEGRO */
.sub-footer-black {
    background-color: #000;
    padding: 20px 0;
    font-size: 11px;
}

.flex-between { display: flex; justify-content: space-between; align-items: center; }
.footer-brand img { height: 40px; }
.copyright { color: #8c8e91; }

