.elementor-kit-5{--e-global-color-primary:#C8A33A;--e-global-color-secondary:#707070;--e-global-color-text:#B0BEC5;--e-global-color-accent:#8A9AB5;--e-global-color-e1a0fe6:#F9F9F9;--e-global-color-d1868f4:#F3C645;--e-global-color-b06ff8d:#000000;--e-global-color-0582ab3:#0000FA;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:normal;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Oswald", Sans-serif;font-size:72px;font-weight:700;line-height:1.1em;}.elementor-kit-5 h2{line-height:1.1em;}.elementor-kit-5 h3{line-height:1.1em;}.elementor-kit-5 h4{line-height:1.1em;}.elementor-kit-5 h5{line-height:1.1em;}.elementor-kit-5 h6{line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:498px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --sg-primary: #c8a33a;
    --sg-primary-dark: #a8872e;
    --sg-primary-rgb: 200,163,58;
    --sg-dark-bg: #0a0e13;
    --sg-dark-bg-2: #111820;
    --sg-dark-bg-3: #1a2332;
    --sg-dark-card: #141c28;
    --sg-text-light: #ffffff;
    --sg-text-muted: #8a9ab5;
    --sg-text-body: #b0bec5;
}

/* Base body dark */
body {
    background-color: var(--sg-dark-bg) !important;
    color: var(--sg-text-body);
}

/* Dark sections alternating */
.section-darker {
    background-color: var(--sg-dark-bg-2) !important;
}

.section-darkest {
    background-color: var(--sg-dark-bg-3) !important;
}

/* Gold accent line under headings */
.sg-heading-line::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--sg-primary);
    margin: 15px auto 0;
}

/* Service/Curso cards hover */
.sg-card {
    background: var(--sg-dark-card);
    border: 1px solid rgba(var(--sg-primary-rgb), 0.1);
    transition: all 0.3s ease;
}
.sg-card:hover {
    border-color: var(--sg-primary);
    transform: translateY(-8px);
}

/* Military style buttons */
.sg-btn-primary {
    background: var(--sg-primary) !important;
    color: var(--sg-dark-bg) !important;
    border-radius: 0 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    border: 2px solid var(--sg-primary) !important;
    transition: all 0.3s ease !important;
}
.sg-btn-primary:hover {
    background: transparent !important;
    color: var(--sg-primary) !important;
}

/* Gallery overlay */
.sg-gallery-item {
    position: relative;
    overflow: hidden;
}
.sg-gallery-item .elementor-image img {
    transition: transform 0.3s ease;
}
.sg-gallery-item:hover .elementor-image img {
    transform: scale(1.1);
}

/* Team card social reveal */
.sg-team-card .sg-team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: bottom 0.3s ease;
}
.sg-team-card:hover .sg-team-social {
    bottom: 0;
}

/* Marquee animation for clients */
@keyframes sg-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.sg-marquee-track {
    display: flex;
    gap: 60px;
    animation: sg-marquee 20s linear infinite;
    width: max-content;
}

/* Navbar sticky dark */
.sg-navbar {
    background: rgba(10,14,19,0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--sg-primary);
}

/* Form fields dark */
.sg-dark-form .elementor-field {
    background: var(--sg-dark-bg) !important;
    border: 1px solid rgba(var(--sg-primary-rgb), 0.2) !important;
    color: var(--sg-text-light) !important;
    border-radius: 0 !important;
}
.sg-dark-form .elementor-field:focus {
    border-color: var(--sg-primary) !important;
    box-shadow: 0 0 0 0.15rem rgba(var(--sg-primary-rgb), 0.25) !important;
}

/* Counter animation */
.sg-counter .elementor-counter-number-wrapper {
    color: var(--sg-text-light);
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
}

/* Curso card badge */
.sg-badge-os10 {
    background: #e74c3c;
    color: white;
    padding: 5px 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.sg-badge-sence {
    background: #2980b9;
    color: white;
    padding: 5px 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

/* Footer dark */
.sg-footer {
    background: var(--sg-dark-bg-2) !important;
    border-top: 3px solid var(--sg-primary);
}
.sg-footer a {
    color: var(--sg-text-muted) !important;
    transition: all 0.3s ease;
}
.sg-footer a:hover {
    color: var(--sg-primary) !important;
    padding-left: 5px;
}

/* WhatsApp flotante */
.sg-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: transform 0.3s ease;
}
.sg-whatsapp:hover {
    transform: scale(1.1);
}

/* Fade-up animation */
.sg-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.sg-fade-up.sg-visible {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */