/* Estilos personalizados para o site do Az Quest Renda Solar FII */

:root {
    /* Cores principais */
    --primary: #0A3D62;
    --secondary: #2E8B57;
    --accent: #FFD700;
    --light: #F8F9FA;
    --dark: #343A40;
    --white: #FFFFFF;
    --gray: #6C757D;
    --success: #28A745;
    --info: #17A2B8;
    --warning: #FFC107;
    --danger: #DC3545;
}

/* Estilos gerais */
body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.section-title {
    margin-bottom: 3rem;
}

.section-title h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    color: var(--primary);
}

.line {
    width: 80px;
    height: 3px;
    background-color: var(--accent);
    margin-bottom: 1.5rem;
}

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

.bg-secondary {
    background-color: var(--secondary) !important;
}

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

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

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

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: #072f4e;
    border-color: #072f4e;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Cabeçalho */
header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 1rem 0;
    background-color: var(--primary);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--white);
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    color: var(--white) !important;
}

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

/* Banner Principal */
.hero-section {
    background-image: url('../img/ExPEWMFcFg1U.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* Sobre o Fundo */
.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-item {
    padding: 1.5rem;
    border-radius: 10px;
    background-color: var(--light);
    transition: all 0.3s ease;
    height: 100%;
}

.about-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about-item i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

/* Contador de Estatísticas */
.counter-section {
    background-color: var(--light);
    padding: 4rem 0;
}

.counter-item {
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.counter-item i {
    font-size: 2.5rem;
    color: var(--secondary);
}

.counter-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
    color: var(--primary);
}

.counter-item p {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 0;
}

/* Vantagens do Investimento */
.service-card {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-card .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-card .icon-box i {
    font-size: 1.8rem;
    color: var(--white);
}

.service-card h4 {
    margin-bottom: 1rem;
    color: var(--primary);
}

/* CTA Banner */
.cta-section {
    background-color: var(--primary);
    color: var(--white);
    padding: 3rem 0;
}

.cta-section h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Portfólio de Ativos */
.portfolio-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: var(--white);
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.portfolio-card:hover .portfolio-img img {
    transform: scale(1.1);
}

.portfolio-content {
    padding: 1.5rem;
}

.portfolio-content h4 {
    margin-bottom: 1rem;
    color: var(--primary);
}

.portfolio-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-info li {
    margin-bottom: 0.5rem;
    color: var(--gray);
}

.portfolio-info li i {
    margin-right: 0.5rem;
    color: var(--secondary);
}

/* Desempenho e Resultados */
.performance-card {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.performance-card h4 {
    margin-bottom: 1.5rem;
    color: var(--primary);
    text-align: center;
}

.chart-container {
    position: relative;
    height: 250px;
}

.performance-indicators {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.indicator-item h5 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.indicator-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0;
}

/* Governança e Gestão */
.governance-card {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.governance-card h4 {
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.governance-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

.governance-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.governance-list li i {
    color: var(--success);
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.team-section {
    margin-top: 3rem;
}

.team-card {
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.team-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--primary);
}

.team-info h5 {
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.team-info p {
    color: var(--gray);
    margin-bottom: 0;
}

/* Documentos e Relatórios */
.document-card {
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.document-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.document-icon i {
    font-size: 2rem;
    color: var(--primary);
}

.document-card h4 {
    margin-bottom: 1rem;
    color: var(--primary);
}

.btn-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-link:hover {
    color: var(--secondary);
}

/* FAQ */
.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
    color: var(--primary);
    background-color: var(--white);
    padding: 1.5rem;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--primary);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 1.5rem;
    background-color: var(--white);
}

/* Contato */
.contact-info {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.contact-item h5 {
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.contact-item p {
    margin-bottom: 0;
}

.contact-item a {
    color: var(--dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: var(--secondary);
}

.contact-form {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-control, .form-select {
    padding: 0.75rem 1.25rem;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-bottom: 1rem;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: var(--primary);
}

/* Mapa */
.map-container {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Rodapé */
.footer {
    background-color: var(--primary);
    color: var(--white);
}

.footer h4, .footer h5 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.footer p {
    color: rgba(255, 255, 255, 0.7);
}

.social-links {
    display: flex;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: var(--accent);
    color: var(--primary);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact li i {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.disclaimer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

hr {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Animações */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Responsividade */
@media (max-width: 991.98px) {
    .hero-section {
        height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section p {
        font-size: 1.2rem;
    }
    
    .section-title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        height: 70vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .counter-item {
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        height: 60vh;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}
