@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
* {margin: 0;padding: 0;box-sizing: border-box;text-align: center;}
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    background-color: #f8f8f8;
    /* color: #333; */
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}
.paragraph-strong {
    font-weight: 500;
    line-height: 1.6;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
header {
    position: fixed;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 50;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: padding 0.3s ease;
}
.container2 { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
header {
    position: fixed;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 50;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: padding 0.3s ease;
    text-align: center;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: relative;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}
header img { height: 40px; vertical-align: middle; transition: transform 0.3s ease; }
header span {
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-left: 10px;
    vertical-align: middle;
    color: #fff;
}
header span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #D4AF37;
    transition: width 0.3s ease;
}
header:hover span::after { width: 100%; }
nav {
    display: flex;
    align-items: center;
}
nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s ease;
    position: relative;
    line-height: 40px;
    font-weight: 600;
}
nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #D4AF37;
    transition: width 0.3s ease;
}
nav a:hover::after { width: 100%; }
#mobile-menu-button {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 40px;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10px 0;
}
.mobile-menu.active { display: block; }
.mobile-menu a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
.mobile-menu a:hover { color: #D4AF37; }
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://thinvestimentos.com.br/imagens/index_background.webp') no-repeat center;
    background-size: cover;
    padding: 120px 15px 80px;
    text-align: center;
    color: #fff;
    animation: fadeIn 1s ease-in;
}
@media (max-width: 767px) {
    .hero {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://thinvestimentos.com.br/imagens/index_background.webp');
        padding: 60px 10px 40px;
    }
}
.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #D4AF37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}
.hero p { font-size: 1.25rem; margin-bottom: 1.5rem; max-width: 800px; margin-left: auto; margin-right: auto; }
.btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.btn-gold {
    background-color: #D4AF37;
    color: #000;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}
.btn-gold:hover { background-color: #C9A227; transform: translateY(-2px); }
.btn-outline-gold {
    border: 2px solid #D4AF37;
    color: #D4AF37;
    font-weight: 600;
    background-color: transparent;
}
.btn-outline-gold:hover {
    background-color: #D4AF37;
    color: #000;
    transform: translateY(-2px);
}
.about { padding: 60px 15px; background-color: #fff; }
.about .container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.about img {
    max-width: 400px;
    height: 300px;
    border: 2px solid #D4AF37;
    border-radius: 5px;
    transition: transform 0.3s ease;
    object-fit: cover;
}
.about img:hover { transform: scale(1.05); }
.about h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #D4AF37;
    margin-bottom: 1rem;
}
.about p {margin-bottom: 1rem;color: #000000;font-weight: 500;}
.about ul { list-style: none; }
.about ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    font-weight: 500;
}
.about ul li:hover { transform: translateX(10px); }
.about ul li i { color: #D4AF37; margin-right: 0.5rem; }
.about .btn-gold { margin-top: 1rem; border-radius: 25px; }
.services { padding: 60px 15px; background-color: #000; color: #fff; }
.services h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #D4AF37;
    text-align: center;
    margin-bottom: 1rem;
}
.services p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 500;
}
.service-card {
    background-color: #222;
    padding: 20px;
    border-left: 4px solid #D4AF37;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}
.service-card-header {
    display: flex; /* Alinha o Ã­cone e o tÃ­tulo */
    align-items: center; /* Alinha verticalmente no centro */
    gap: 10px; /* EspaÃ§amento entre o Ã­cone e o tÃ­tulo */
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}
.service-card h3 {
    margin: 0; /* Remove margens padrÃ£o do h3 */
}
.service-card h3 a { color: #fff; text-decoration: none; }
.service-card h3 a:hover { color: #D4AF37; }
.service-card i { color: #D4AF37; font-size: 1.5rem; }
.service-card p {color: #e5d826;margin-top: 10px;font-weight: 500;} /* Adiciona margem acima do parÃ¡grafo */
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 15px;
    border-top: 1px solid #D4AF37;
}
footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: left;
}
footer .copyright { grid-column: 1 / -1; text-align: center; margin-top: 20px; }
footer h3 {
    font-size: 1.25rem;
    color: #D4AF37;
    margin-bottom: 1rem;
}
footer p {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 500;
}
footer ul { list-style: none; }
footer ul li { margin-bottom: 0.5rem; }
footer ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}
footer ul li a:hover { color: #D4AF37; }
footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
footer .footer-text {
    margin-top: 10px;
}
footer .social {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
footer .social a {
    color: #ccc;
    margin-right: 20px;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
footer .social a:hover { color: #D4AF37; }
footer .social a:focus {
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #D4AF37;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}
.scroll-top.active { opacity: 1; }
.scroll-top:hover { transform: translateY(-3px); }
.popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #D4AF37;
    color: #000;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
    font-weight: 500;
}
.popup.show { display: block; animation: slideIn 0.5s ease-in-out, slideOut 0.5s ease-in-out 4s forwards; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideIn { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes slideOut { from { transform: translateY(0); opacity: 1; } to { transform: translateY(100px); opacity: 0; } }
.gold-text { color: #D4AF37; }
.gold-border { border-color: #D4AF37; }
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 1px #D4AF37;
}
.animate-fade-in { animation: fadeIn 1s ease-in; }
.gold-border-animated { position: relative; }
.gold-border-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    animation: borderGlow 3s infinite;
}
@keyframes borderGlow { 0% { background-position: -100% 0; } 100% { background-position: 200% 0; } }
@media (max-width: 767px) {
    nav { display: none; }
    #mobile-menu-button { display: block; }
    header .container { padding: 10px; }
    header img { height: 30px; }
    header span { font-size: 1rem; line-height: 30px; }
    nav a { line-height: 30px; }
    #mobile-menu-button { line-height: 30px; }
    .mobile-menu { padding: 0; }
    .mobile-menu a { padding: 8px 15px; }
    .hero {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://thinvestimentos.com.br/imagens/index_background.webp');
        padding: 60px 10px 40px;
    }
    .about .container { flex-direction: column; text-align: center; }
    .about img { max-width: 100%; height: auto; margin-bottom: 20px; }
    footer .container { grid-template-columns: 1fr; text-align: center; }
    footer .social { justify-content: center; }
    footer .social a { font-size: 1.8rem; } 
}
@media (min-width: 768px) {
    footer .social {
        justify-content: center; 
        margin-left: 0; 
    }
    footer .social a {
        margin-right: 25px;
        font-size: 1.8rem;
    }
    .mobile-menu { display: none !important; }
    .services .container > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .service-card { margin-bottom: 0; }
}