:root {
    --primary-color: #2563eb;
    --secondary-color: #11c4ac;
    --accent-color: #06d6a0;
    --dark-color: #212529;
    --light-color: #f8fafc;
    --muted-color: #64748b;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .7s ease;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.30);
}

body {
    font-family: "Anek Devanagari", sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
}

.bg-white {
  --bs-bg-opacity: 0.7;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
  backdrop-filter: blur(10px);
}

a {
    text-decoration: none;
    color: var(--light-color);
}

a:hover {
    text-decoration: none;
    color: #06D6A0;
}

a, button, .service-card {
    transition: all 1.5s ease;
}

h1, h2, h3, h4 {
    font-family: "Anek Devanagari", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1 !important;
}

/* Custom Bootstrap Overrides */
.btn {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-2px);
}

.btn-accent {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--light-color);
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: #05c49a;
    border-color: #05c49a;
    color: var(--light-color);
    transform: translateY(-2px);
}

.display-1 {
    margin-top: -7px;
    font-size: 5rem;
    -webkit-filter: drop-shadow(0px);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    background: #152E82; /* Cor de fallback para navegadores que não suportam gradientes */
    background: -webkit-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para navegadores Webkit mais antigos */
    background: -moz-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Firefox mais antigo */
    background: -o-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Opera mais antigo */
    background: linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Sintaxe moderna */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-4 {
    font-size: 2.6rem;
}

.display-quem-somos {
    margin-top: 135px;
    font-size: 20rem;
    -webkit-filter: drop-shadow(0px);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    background: #152E82; /* Cor de fallback para navegadores que não suportam gradientes */
    background: -webkit-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para navegadores Webkit mais antigos */
    background: -moz-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Firefox mais antigo */
    background: -o-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Opera mais antigo */
    background: linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Sintaxe moderna */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.bg-primary {
    background: #152E82;
    background: -webkit-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac 95%);
    background: -moz-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac 95%);
    background: -o-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac 95%);
    background: linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac 95%);
    background-clip: border-box;
}

/* Gradient Backgrounds */
.bg-gradient-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

/* Navigation */
.navbar-brand {
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.section-sobre {
    margin-top: 80px;
}

/* Hero Section */
.hero-section {
    background-color: #06171E;
    background-image: url(../static/img/png/bg-hero-001.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.row-hero {
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(0.7px);
    padding: 5vh;
    border-radius: 15px;
}

.container-hero {
    position: relative;
    width: 50rem;
    border-radius: 25px;
    padding-left: 1rem;
    -webkit-filter: blur(0px) brightness(0.8) contrast(1.3) grayscale(0.44) hue-rotate(26deg) invert(0.09) opacity(100%) saturate(4.7) sepia(0.4) drop-shadow(0px 0px 5px #000);
    filter: blur(0px) brightness(0.8) contrast(1.3) grayscale(0.44) hue-rotate(26deg) invert(0.09) opacity(100%) saturate(4.7) sepia(0.4) drop-shadow(0px 0px 5px #000);
}

.min-vh-75 {
    /* min-height: 65vh; */
}

.hero-icon {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    margin-top: 0;
}

.feature-icon {
    margin-top: 2px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-icon i {
    font-size: 1.5rem;
    color: var(--light-color);
    margin-top: 10px;
}

/* Service Cards */
.service-card {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 15px 50px 15px 15px;
}

.service-icon {
    margin-top: 2px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 1.5rem;
    color: var(--light-color);
    margin-top: 10px;
}

/* Forms */
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

/* Blog Cards */
.blog-card {
    background: var(--light-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blog-card img {
    height: 200px;
    object-fit: cover;
}

.blog-meta {
    font-size: 0.875rem;
    color: var(--muted-color);
}

/* Page Headers */
.page-header {
    background-image: linear-gradient(145deg,rgb(4, 39, 115) 0%, rgb(30, 85, 77) 50%), url("/static/img/png/bg-hero-001.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center -370px;
    background-size: cover;
    background-blend-mode: lighten;

    /* background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); */
    color: var(--light-color);
    padding: 4rem 0 2rem;
}

/* Team Cards */
.team-card {
    text-align: center;
    padding: 2rem;
    background: var(--light-color);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    border-radius: 15px 50px 15px 15px;
}

.team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-color);
    font-size: 2rem;
}

/* Contact Form */
.contact-form {
    background: var(--light-color);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: var(--light-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease;
    z-index: 1000;
    padding-top: 7px;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: var(--light-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        margin-top: 0vh;
        height: 93vh;
        padding: 0vh 2vh 0vh 2vh;
        text-align: center;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .hero-icon {
        width: 150px;
        height: 150px;
        margin-top: 5rem;
    }
    
    .service-card, .feature-card {
        margin-bottom: 1rem;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
    opacity: 1;
}

/* Loading States */
.loading {
    pointer-events: none;
    opacity: 0.6;
}

/* Feature Cards */
.feature-card {
    background: var(--light-color);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    border: 1px solid #e2e8f0;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 15px 50px 15px 15px;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--light-color);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .container-hero {
        position: relative;
        margin: 3vh;
        width: 99vh;
        height: 85vh;
        border-radius: 25px;
        padding-left: 30px;
        text-align: left;
        -webkit-filter: blur(0px) brightness(0.8) contrast(1.3) grayscale(0.44) hue-rotate(26deg) invert(0.09) opacity(100%) saturate(4.7) sepia(0.4) drop-shadow(0px 0px 5px #000);
        filter: blur(0px) brightness(0.8) contrast(1.3) grayscale(0.44) hue-rotate(26deg) invert(0.09) opacity(100%) saturate(4.7) sepia(0.4) drop-shadow(0px 0px 5px #000);
    }

    .container-hero > div > div > h1 {
        font-size: 3vh;
    }

    .container-hero > div > div > h1 > span {
        font-size: 3.2vh;
    }

    .container-hero > div > div > p {
        font-size: 2vh;
        line-height: 2.5vh;
    }

    .display-1 {
        font-size: calc(6rem + 4.5vw);
        -webkit-filter: drop-shadow(0px);
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
        background: #152E82; /* Cor de fallback para navegadores que não suportam gradientes */
        background: -webkit-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para navegadores Webkit mais antigos */
        background: -moz-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Firefox mais antigo */
        background: -o-linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Para Opera mais antigo */
        background: linear-gradient(145deg, #152E82 15%, #2462E8 45%, #11c4ac  95%); /* Sintaxe moderna */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 221, 221, 0.49) !important;
}

/* Estilos para todos os parágrafos do footer */
footer p {
    font-size: 14px;
    color: #797979;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

/* Opcional: estilizar links dentro dos parágrafos */
footer p a {
    color: inherit; /* Herda a cor do parágrafo (#797979) */
    text-decoration: none; /* Remove sublinhado */
}
footer p a:hover {
    color: #ffffff; /* Cor ao passar o mouse */
    text-decoration: none;
}

.Marquee-section {
    background-color: #06D6A0;
}

.Marquee-container {
    padding: 50px 0 50px 0;
    color: var(--light-color);
}

.Marquee-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
}

.MyMarquee {
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: var(--light-color);
    font-family: "Anek Devanagari" rgba(0, 0, 0, 0.15), Gadget, sans-serif;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.30);
    display: flex;
    position: relative;
    align-items: center;
}

.MyMarquee div {
    display: inline-block;
    vertical-align: middle;
}

.MyMarquee a, .MyMarquee img {
    display: inline-block;
    text-decoration: underline;
    color: #FFFFFF;
    vertical-align: middle;
}
