.elementor-422 .elementor-element.elementor-element-6acefa0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-6acefa0 *//* FOOTER BASE */
.nty-footer {
    background: #0a0a0a;
    color: #fff;
    padding: 80px 20px 40px;
    border-top: 2px solid #1a1a1a;
    font-family: 'Space Mono', monospace;
}

.nty-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nty-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* MARCA */
.nty-footer-logo {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nty-footer-logo span {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.nty-footer-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 350px;
}

/* TERMINAL NEWSLETTER */
.nty-terminal-box {
    background: #000;
    border: 1px solid #333;
    padding: 20px;
}

.nty-terminal-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.nty-terminal-title {
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
}

.nty-terminal-dots .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    margin-left: 4px;
}

.nty-terminal-dots .dot.active { background: #FF003C; }

.nty-code-line { color: #00F0FF; font-size: 12px; margin-bottom: 10px; }

.nty-input-group {
    display: flex;
    border: 1px solid #00F0FF;
    margin-top: 15px;
}

.nty-prompt { background: #00F0FF; color: #000; padding: 5px 10px; font-weight: bold; }

.nty-terminal-input {
    background: transparent;
    border: none;
    color: #00F0FF;
    padding: 5px 15px;
    width: 100%;
    outline: none;
    text-transform: uppercase;
}

.nty-terminal-btn {
    background: #00F0FF;
    color: #000;
    border: none;
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
}

/* BOTTOM BAR */
.nty-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1a1a1a;
    padding-top: 30px;
    font-size: 11px;
}

.nty-socials a, .nty-legal a {
    color: #555;
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.2s;
}

.nty-socials a:hover { color: #fff; }
.nty-legal a:hover { color: #FF003C; }

.nty-copyright { color: #333; margin-top: 10px; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .nty-footer-grid { grid-template-columns: 1fr; }
    .nty-footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
}/* End custom CSS */