@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");


.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.container-wide {
    margin: 0 auto;
    max-width: 95%;
    padding: 0 2.5%;
}

.container-full {
    width: 100%;
    padding: 0 40px;
}
@media (max-width: 768px) {
    .container-full {
        padding: 0 20px;
    }
}

.container-narrow {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    margin-bottom: 20px;
}

@media screen and (min-width: 490px) {
    .container {
        padding: 0 40px;
    }
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        flex: 0 0 auto;
    }
    .span1 {
        flex-basis: 6.2056333%;
        margin-left: 2.1277%;
        max-width: 6.2056333%;
    }
    .offset1 {
        margin-left: 10.4610333%;
    }
    .span2 {
        flex-basis: 14.5389666%;
        margin-left: 2.1277%;
        max-width: 14.5389666%;
    }
    .offset2 {
        margin-left: 18.7943666%;
    }
    .span3 {
        flex-basis: 22.8722999%;
        margin-left: 2.1277%;
        max-width: 22.8722999%;
    }
    .offset3 {
        margin-left: 27.1276999%;
    }
    .span4 {
        flex-basis: 31.2056332%;
        margin-left: 2.1277%;
        max-width: 31.2056332%;
    }
    .offset4 {
        margin-left: 35.4610332%;
    }
    .span5 {
        flex-basis: 39.5389665%;
        margin-left: 2.1277%;
        max-width: 39.5389665%;
    }
    .offset5 {
        margin-left: 43.7943665%;
    }
    .span6 {
        flex-basis: 47.8722998%;
        margin-left: 2.1277%;
        max-width: 47.8722998%;
    }
    .offset6 {
        margin-left: 52.1276998%;
    }
    .span7 {
        flex-basis: 56.2056331%;
        margin-left: 2.1277%;
        max-width: 56.2056331%;
    }
    .offset7 {
        margin-left: 60.4610331%;
    }
    .span8 {
        flex-basis: 64.5389664%;
        margin-left: 2.1277%;
        max-width: 64.5389664%;
    }
    .offset8 {
        margin-left: 68.7943664%;
    }
    .span9 {
        flex-basis: 72.8722997%;
        margin-left: 2.1277%;
        max-width: 72.8722997%;
    }
    .offset9 {
        margin-left: 77.1276997%;
    }
    .span10 {
        flex-basis: 81.205633%;
        margin-left: 2.1277%;
        max-width: 81.205633%;
    }
    .offset10 {
        margin-left: 85.461033%;
    }
    .span11 {
        flex-basis: 89.5389663%;
        margin-left: 2.1277%;
        max-width: 89.5389663%;
    }
    .offset11 {
        margin-left: 93.7943663%;
    }
    .span12 {
        flex-basis: 97.8722996%;
        margin-left: 2.1277%;
        max-width: 97.8722996%;
    }
    .offset12 {
        margin-left: 102.1276996%;
    }
}
body {
    font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    background-color: #0a0a0a;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

blockquote {
    border-left: 2px solid #166BA3;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0;
    padding-left: 25px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 1.2;
}
@media (max-width: 768px) {
    h2 {
        font-size: 36px;
    }
}

h3 {
    font-size: 36px;
    font-weight: 700 !important;
    line-height: 1.2;
}
@media (max-width: 768px) {
    h3 {
        font-size: 28px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.3;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
}

.text-secondary {
    color: #636363;
}

.text-small {
    font-size: 14px;
    line-height: 1.4;
}

.text-highlight {
    color: #166BA3;
    font-weight: 700;
}

@media screen and (max-width: 490px) {
    body {
        font-size: 14px;
    }
    h1 {
        /* font-size: 32px; */
    }
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
}

img,
video,
audio,
iframe,
object {
    max-width: 100%;
}

table {
    width: 100%;
}
table th,
table td {
    padding: 5px;
    text-align: left;
}
table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

* {
    box-sizing: border-box !important;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}
.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

.loading {
    position: relative;
}
.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #636363;
    border-top-color: #166BA3;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(245, 193, 21, 0.15);
}

.hover-glow {
    transition: all 0.3s ease;
}
.hover-glow:hover {
    box-shadow: 0 0 20px rgba(245, 193, 21, 0.3);
}

.form-message {
    padding: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    border: 1px solid;
}
.form-message--success {
    background: rgba(46, 204, 64, 0.1);
    color: #2ecc40;
    border-color: #2ecc40;
}
.form-message--error {
    background: rgba(255, 65, 54, 0.1);
    color: #ff4136;
    border-color: #ff4136;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.valign {
    vertical-align: middle;
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}

.subtle {
    color: #636363;
}

.relative {
    position: relative;
}

.btn-primary {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    background-color: #166BA3;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #0a0a0a;
    transition: background-color 0.2s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-primary span {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    font-family: inherit;
    display: inline-block;
    pointer-events: none;
}
.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
        rgb(250.2254098361, 225.3975409836, 143.2745901639) 0deg,
        #166BA3 120deg,
        rgb(250.2254098361, 225.3975409836, 143.2745901639) 240deg
    );
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    transform: scale(0.85);
    z-index: 1;
    pointer-events: none;
}
.btn-primary:hover,
.btn-primary:focus {
    transform: scale(1.03);
}
.btn-primary:hover::before,
.btn-primary:focus::before {
    opacity: 0.25;
    transform: scale(1.25);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 120px 0;
}
@media (max-width: 768px) {
    section {
        padding: 80px 0;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}
.section-header h2 {
    margin-bottom: 20px;
    position: relative;
}
.section-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #166BA3;
}
.section-header .section-subtitle {
    font-size: 20px;
    color: #636363;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .section-header {
        margin-bottom: 60px;
    }
    .section-header .section-subtitle {
        font-size: 18px;
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
}
.navbar .container-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
@media screen and (max-width: 600px) {
    .navbar .container-wide {
        padding: 1rem 1.5rem;
    }
}
.navbar .nav-brand .logo {
    height: 32px;
    width: auto;
    transition: all 0.3s ease;
}
.navbar .nav-brand .logo:hover {
    opacity: 0.8;
}
.navbar .nav-main {
    display: flex;
    align-items: center;
    gap: 4rem;
}
@media screen and (max-width: 600px) {
    .navbar .nav-main {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 100vw;
        max-width: 380px;
        background: #0a0a0a;
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 120px;
        gap: 0;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border-left: 1px solid rgba(245, 193, 21, 0.2);
        box-shadow: -10px 0 50px rgba(10, 10, 10, 0.8);
        z-index: 1000;
    }
    .navbar .nav-main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: #166BA3;
    }
    .navbar .nav-main.active {
        right: 0;
    }
    .navbar .nav-main.active .nav-links li {
        opacity: 1;
        transform: translateX(0);
    }
    .navbar .nav-main.active .nav-links li:nth-child(1) {
        transition-delay: 0.1s;
    }
    .navbar .nav-main.active .nav-links li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .navbar .nav-main.active .nav-links li:nth-child(3) {
        transition-delay: 0.3s;
    }
    .navbar .nav-main.active .nav-links li:nth-child(4) {
        transition-delay: 0.4s;
    }
    .navbar .nav-main.active .nav-links li:nth-child(5) {
        transition-delay: 0.5s;
    }
    .navbar .nav-main.active .nav-links li:nth-child(6) {
        transition-delay: 0.6s;
    }
    .navbar .nav-main.active .nav-actions {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.4s;
    }
}
@media screen and (max-width: 600px) {
    .navbar .nav-actions {
        width: 100%;
        padding: 2rem;
        margin-top: 2rem;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }
}
.navbar .nav-actions .nav-cta {
    display: inline-block;
    background: #166BA3;
    color: #0a0a0a;
    padding: 0.75rem 1.8rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #166BA3;
}
.navbar .nav-actions .nav-cta:hover {
    background: transparent;
    color: #166BA3;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 193, 21, 0.15);
}
@media screen and (max-width: 600px) {
    .navbar .nav-actions .nav-cta {
        width: 100%;
        padding: 1.2rem 2rem;
        font-size: 1rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }
    .navbar .nav-actions .nav-cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transition: left 0.6s;
    }
    .navbar .nav-actions .nav-cta:hover::before {
        left: 100%;
    }
    .navbar .nav-actions .nav-cta::after {
        content: "→";
        transition: transform 0.3s ease;
    }
    .navbar .nav-actions .nav-cta:hover::after {
        transform: translateX(5px);
    }
}
@media (max-width: 768px) {
    .navbar .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0a0a0a;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .navbar .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
.navbar .nav-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 600px) {
    .navbar .nav-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0 2rem;
    }
}
.navbar .nav-links li {
    list-style: none;
}
@media screen and (max-width: 600px) {
    .navbar .nav-links li {
        width: 100%;
        opacity: 0;
        transform: translateX(30px);
        transition: all 0.4s ease;
    }
}
.navbar .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}
.navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #166BA3;
    transition: width 0.3s ease;
}
.navbar .nav-link:hover {
    color: #166BA3;
}
.navbar .nav-link:hover::after {
    width: 100%;
}
@media screen and (max-width: 600px) {
    .navbar .nav-link {
        display: block;
        width: 100%;
        padding: 1.5rem 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        position: relative;
        overflow: hidden;
    }
    .navbar .nav-link::before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #166BA3;
        transition: left 0.4s ease;
    }
    .navbar .nav-link::after {
        display: none;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
        background: rgba(245, 193, 21, 0.08);
        color: #166BA3;
        padding-left: 2.5rem;
    }
    .navbar .nav-link:hover::before,
    .navbar .nav-link:focus::before {
        left: 0;
    }
    .navbar .nav-link:last-child {
        border-bottom: none;
    }
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    transition: all 0.3s ease;
    position: relative;
}
@media screen and (max-width: 600px) {
    .mobile-toggle {
        display: flex;
    }
}
.mobile-toggle:hover {
    background: rgba(245, 193, 21, 0.1);
    border-color: rgba(245, 193, 21, 0.3);
    transform: scale(1.05);
}
.mobile-toggle span {
    width: 18px;
    height: 2px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center;
    position: relative;
}
.mobile-toggle span:first-child {
    margin-bottom: 4px;
}
.mobile-toggle span:last-child {
    margin-top: 4px;
}
.mobile-toggle.active {
    background: rgba(245, 193, 21, 0.1);
    border-color: #166BA3;
}
.mobile-toggle.active span {
    background: #166BA3;
}
.mobile-toggle.active span:first-child {
    transform: rotate(45deg) translate(3px, 3px);
}
.mobile-toggle.active span:last-child {
    transform: rotate(-45deg) translate(3px, -3px);
}

@media screen and (max-width: 600px) {
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(10, 10, 10, 0.7);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        z-index: 999;
    }
    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}
.btn {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
}
.btn.btn-primary {
    background: #166BA3;
    color: #0a0a0a;
    position: relative;
    overflow: hidden;
}
.btn.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.5s;
}
.btn.btn-primary:hover {
    background: #ffffff;
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(245, 193, 21, 0.4);
}
.btn.btn-primary:hover::before {
    left: 100%;
}
.btn.btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.btn.btn-outline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: width 0.4s ease;
    z-index: -1;
}
.btn.btn-outline:hover {
    color: #0a0a0a;
    border-color: #ffffff;
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}
.btn.btn-outline:hover::before {
    width: 100%;
}
.btn.btn-full {
    width: 100%;
}
@media (max-width: 768px) {
    .btn {
        padding: 14px 28px;
        font-size: 14px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
.whatsapp-float .whatsapp-btn {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}
.whatsapp-float .whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}
.whatsapp-float .whatsapp-btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
@keyframes overlayPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}
@media screen and (max-width: 490px) {
    .hero-title {
        /* font-size: 28px !important; */
        line-height: 1.2;
    }
    .hero-subtitle {
        font-size: 16px !important;
    }
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    .hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .hero-cta .btn {
        width: 100%;
        text-align: center;
    }
    .methodology-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media screen and (max-width: 600px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .methodology-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 990px) {
    body {
        overflow-x: hidden;
    }
    .container {
        max-width: 1400px;
    }
    .hero-title {
        font-size: 80px;
    }
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }
    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    all: unset;
    cursor: pointer;
}

input,
textarea,
select,
button {
    font: inherit;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 107%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

header,
section,
footer,
article,
aside,
nav {
    display: block;
}

@font-face {
    font-family: "Sequel100Black";
    src: url("../fonts/sequel-100-black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
