body {
    padding-top: 70px;
    /* compensar o navbar fixo */
}

.navbar-brand img {
    max-width: 40%;
    height: auto;
}

.navbar-brand {
    flex-shrink: 0;
}

.navbar-toggler {
    flex-shrink: 0;
    margin-left: auto;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 8px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff8c00 !important;
}

.navbar {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

/* Botão Corretor no Header */
.btn-corretor {
    background-color: #3b48a2 !important;
    color: white !important;
    border: none !important;
    padding: 10px 30px !important;
    font-size: 0.95rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(59, 72, 162, 0.2) !important;
}

.btn-corretor:hover {
    background-color: #ec7400 !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(236, 116, 0, 0.3) !important;
}

/* Responsivo para mobile */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        margin: 5px 0;
    }

    .navbar-brand {
        width: 50%;
    }

    .navbar-brand img {
        max-width: 80%;
        height: auto;
    }

    .d-flex.gap-2 {
        margin-top: 15px;
    }

    .d-flex.gap-2 .btn {
        width: 100%;
    }
}

footer {
    margin-top: 5rem;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #ff8c00 !important;
}

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

.footer-links a {
    font-weight: 500;
}

.footer-contact-link {
    justify-content: center;
}

/* Botões Flutuantes Fixos */
.fixed-buttons {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.btn-fixed {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-fixed:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.btn-label {
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.btn-fixed:hover .btn-label {
    opacity: 1;
}

.btn-fixed-contact {
    background-color: #ff8c00;
}

.btn-fixed-whatsapp {
    background-color: #25d366;
}

.btn-fixed-invoice {
    background-color: #2d2b5f;
}

.btn-fixed-top {
    background-color: #999;
}

/* Responsivo para Mobile */
@media (max-width: 768px) {
    .fixed-buttons {
        right: 15px;
        bottom: 20px;
        gap: 8px;
    }

    .btn-fixed {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .btn-label {
        display: none;
    }

    footer {
        margin-top: 3rem;
    }
}

.carousel-section {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.carousel {
    height: 100%;
}

.carousel-item {
    height: 500px;
    position: relative;
}

.carousel-img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

/* Overlay de cor com gradiente */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(59, 72, 162, 0.7) 0%, rgba(236, 116, 0, 0.7) 100%);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    z-index: 10;
    padding: 60px 60px 40px 30px;
    text-align: left;
}

.slide-title {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.slide-subtitle {
    font-size: clamp(0.95rem, 2.5vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-weight: 400;
}

.slide-subtitle strong {
    font-weight: 600;
}

.carousel-caption .btn {
    padding: 10px 30px;
    font-weight: 600;
    font-size: 1rem;
    border-width: 2px;
    transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
}

/* Indicadores */
.carousel-indicators {
    bottom: 20px !important;
    z-index: 15;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: white;
    width: 30px;
    border-radius: 6px;
}

/* Controles de Navegação - Centralizados verticalmente */
.carousel-control-prev,
.carousel-control-next {
    z-index: 15;
    width: 60px;
    height: 60px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 10px;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .carousel-section {
        height: 350px;
    }

    .carousel-item {
        height: 350px;
    }

    .carousel-img {
        height: 350px;
    }

    .carousel-caption {
        padding: 30px 20px 20px;
        left: 0;
    }

    .slide-title {
        margin-bottom: 10px;
    }

    .slide-subtitle {
        margin-bottom: 15px;
    }

    .carousel-caption .btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .carousel-section {
        height: 250px;
    }

    .carousel-item {
        height: 250px;
    }

    .carousel-img {
        height: 250px;
    }

    .carousel-caption {
        padding: 20px 15px 15px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators .active {
        width: 25px;
    }
}

/* Quick Links Section */
.quick-links-section {
    background: linear-gradient(135deg, rgba(59, 72, 162, 0.9) 0%, rgba(236, 116, 0, 0.9) 100%);
    padding: 60px 20px;
}

.quick-links-title {
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.quick-links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.quick-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    min-width: 140px;
}

.quick-link-item:hover {
    background-color: rgba(59, 72, 162, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.quick-link-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.quick-link-item:hover .quick-link-icon {
    transform: scale(1.1);
}

.quick-link-text {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .quick-links-section {
        padding: 40px 15px;
    }

    .quick-links-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }

    .quick-links-container {
        gap: 20px;
    }

    .quick-link-item {
        min-width: 120px;
        padding: 15px;
    }

    .quick-link-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .quick-link-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .quick-links-section {
        padding: 30px 10px;
    }

    .quick-links-title {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }

    .quick-links-container {
        gap: 15px;
    }

    .quick-link-item {
        min-width: 100px;
        padding: 10px;
    }

    .quick-link-icon {
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .quick-link-text {
        font-size: 0.8rem;
    }
}

/* About Section */
.about-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.about-title {
    background-color: #3b48a2;
    color: white;
    text-align: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-text {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400;
}

.about-text strong {
    color: #3b48a2;
    font-weight: 600;
}

.btn-about {
    background-color: transparent;
    border: 2px solid #ec7400;
    color: #ec7400;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}

.btn-about:hover {
    background-color: #ec7400;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(236, 116, 0, 0.3);
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 15px;
    }

    .about-title {
        font-size: 1.5rem;
        padding: 12px 20px;
        margin-bottom: 35px;
    }

    .about-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .btn-about {
        padding: 10px 35px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 40px 10px;
    }

    .about-title {
        font-size: 1.3rem;
        padding: 10px 15px;
        margin-bottom: 25px;
    }

    .about-text {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .btn-about {
        padding: 8px 30px;
        font-size: 0.9rem;
    }
}

/* Partners Section */
.partners-section {
    background: linear-gradient(135deg, #3b48a2 0%, #2d3a7a 100%);
    padding: 80px 20px;
}

.partners-title {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.partners-container {
    background-color: white;
    border-radius: 15px;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.partners-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 180px;
}

.partners-logo img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partners-logo:hover img {
    transform: scale(1.05);
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .partners-section {
        padding: 60px 15px;
    }

    .partners-title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .partners-container {
        padding: 30px 20px;
        gap: 30px;
    }

    .partners-logo {
        min-width: 150px;
    }

    .partners-logo img {
        max-height: 80px;
    }
}

@media (max-width: 576px) {
    .partners-section {
        padding: 40px 10px;
    }

    .partners-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .partners-container {
        padding: 20px 15px;
        gap: 20px;
    }

    .partners-logo {
        min-width: 120px;
    }

    .partners-logo img {
        max-height: 70px;
    }
}

/* Network Banner Section */
.network-banner {
    background: linear-gradient(135deg, #ec7400 0%, #d86a00 15%, #8b5a9e 50%, #5c72b8 75%, #3b9ec9 100%);
    padding: 120px 20px 80px;
    position: relative;
    overflow: hidden;
}

.network-banner-title {
    text-align: center;
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.network-banner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.network-banner-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .network-banner {
        padding: 100px 15px 60px;
    }

    .network-banner-title {
        font-size: 2.5rem;
    }

    .network-banner-wave svg {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .network-banner {
        padding: 80px 10px 50px;
    }

    .network-banner-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .network-banner-wave svg {
        height: 60px;
    }
}

/* Operators Section */
.operators-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.operators-title {
    text-align: center;
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.operators-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 60px;
    font-weight: 400;
}

.operators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-items: center;
}

.operator-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 350px;
    min-height: 150px;
    text-decoration: none;
}

.operator-card:hover {
    border-color: #3b48a2;
    box-shadow: 0 10px 30px rgba(59, 72, 162, 0.15);
    transform: translateY(-5px);
}

.operator-card img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.operator-card:hover img {
    transform: scale(1.05);
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .operators-section {
        padding: 60px 15px;
    }

    .operators-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .operators-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .operators-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .operator-card {
        padding: 25px;
        min-height: 120px;
    }

    .operator-card img {
        max-height: 100px;
    }
}

@media (max-width: 576px) {
    .operators-section {
        padding: 40px 10px;
    }

    .operators-title {
        font-size: 1.6rem;
    }

    .operators-subtitle {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .operators-grid {
        gap: 20px;
    }

    .operator-card {
        padding: 20px;
        min-height: 100px;
    }

    .operator-card img {
        max-height: 80px;
    }
}

/* Contact Section */
.contact-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.contact-info {
    padding: 40px 30px;
}

.contact-info-title {
    color: #3b48a2;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-icon {
    color: #ec7400;
    font-size: 1.8rem;
    margin-right: 15px;
    min-width: 30px;
}

.contact-link {
    color: #666;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #3b48a2;
}

/* Contact Form Container */
.contact-form-container {
    background: linear-gradient(135deg, #ec7400 0%, #c96a8e 30%, #8b5a9e 60%, #3b48a2 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-form-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.contact-form-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form .form-control {
    background-color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

.contact-form textarea.form-control {
    resize: none;
}

.contact-form .form-check-input {
    background-color: white;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.contact-form .form-check-input:checked {
    background-color: #3b48a2;
    border-color: #3b48a2;
}

.contact-form .form-check-label {
    color: white;
    font-size: 0.9rem;
    margin-left: 10px;
}

.lgpd-link {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

.lgpd-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.btn-submit {
    background-color: #3b48a2;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 50px;
    border: none;
    border-radius: 25px;
    width: 100%;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-submit:hover {
    background-color: #2d3a7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .contact-section {
        padding: 60px 15px;
    }

    .contact-info {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .contact-info-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .contact-form-container {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 40px 10px;
    }

    .contact-info {
        padding: 20px 15px;
    }

    .contact-info-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .contact-item {
        margin-bottom: 20px;
    }

    .contact-icon {
        font-size: 1.5rem;
    }

    .contact-link {
        font-size: 1rem;
    }

    .contact-form-container {
        padding: 30px 20px;
    }

    .contact-form-title {
        font-size: 1.6rem;
    }

    .contact-form-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .btn-submit {
        padding: 10px 40px;
        font-size: 1rem;
    }
}

/* FAQ Section */
.faq-section {
    position: relative;
    background-image: url('../assets/img/pexels-nextvoyage-1095826-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 20px;
    overflow: hidden;
}

.faq-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(59, 72, 162, 0.92) 0%, rgba(139, 90, 158, 0.88) 50%, rgba(236, 116, 0, 0.85) 100%);
    z-index: 1;
}

.faq-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.faq-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.faq-section .accordion {
    border-radius: 10px;
    overflow: hidden;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.faq-section .accordion-button {
    background-color: white;
    color: #3b48a2;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #3b48a2;
    color: white;
    box-shadow: none;
}

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

.faq-section .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(1842%) hue-rotate(215deg) brightness(91%) contrast(92%);
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    background-color: #f8f9fa;
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    padding: 25px;
    border-top: 3px solid #3b48a2;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .faq-section {
        padding: 80px 15px;
        background-attachment: scroll;
    }

    .faq-title {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }

    .faq-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .faq-section .accordion-button {
        font-size: 1rem;
        padding: 18px 20px;
    }

    .faq-section .accordion-body {
        font-size: 0.95rem;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 60px 10px;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .faq-section .accordion-item {
        margin-bottom: 10px;
    }

    .faq-section .accordion-button {
        font-size: 0.95rem;
        padding: 15px 18px;
    }

    .faq-section .accordion-body {
        font-size: 0.9rem;
        padding: 18px;
    }
}

/* Plan Info Section */
.plan-info-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.plan-info-title {
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.plan-info-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}

.plan-info-text strong {
    color: #3b48a2;
    font-weight: 600;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .plan-info-section {
        padding: 60px 15px;
    }

    .plan-info-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .plan-info-text {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 576px) {
    .plan-info-section {
        padding: 40px 10px;
    }

    .plan-info-title {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .plan-info-text {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
}

/* We Serve Section */
.we-serve-section {
    background: linear-gradient(135deg, #ec7400 0%, #d86a00 10%, #c96a8e 30%, #8b5a9e 50%, #5c72b8 70%, #3b9ec9 90%, #3b48a2 100%);
    padding: 100px 20px;
}

.we-serve-title {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

.we-serve-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.we-serve-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 400px;
}

.we-serve-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.we-serve-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.we-serve-card:hover .we-serve-card-image {
    filter: grayscale(80%);
}

.we-serve-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.we-serve-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    text-align: center;
}

.we-serve-icon {
    color: #ec7400;
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.we-serve-card-title {
    color: #666;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .we-serve-section {
        padding: 80px 15px;
    }

    .we-serve-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .we-serve-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .we-serve-card {
        height: 350px;
    }

    .we-serve-card-content {
        padding: 25px;
    }

    .we-serve-icon {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .we-serve-card-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .we-serve-section {
        padding: 60px 10px;
    }

    .we-serve-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .we-serve-card {
        height: 300px;
    }

    .we-serve-card-content {
        padding: 20px;
    }

    .we-serve-icon {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .we-serve-card-title {
        font-size: 1.1rem;
    }
}

/* Who We Are Section */
.who-we-are-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.who-we-are-title {
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.who-we-are-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .who-we-are-section {
        padding: 60px 15px;
    }

    .who-we-are-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .who-we-are-text {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 576px) {
    .who-we-are-section {
        padding: 40px 10px;
    }

    .who-we-are-title {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .who-we-are-text {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
}

/* Advantages Section */
.advantages-section {
    background-color: #fff;
}

.advantages-image {
    background-size: cover;
    background-position: center;
    min-height: 700px;
    height: 100%;
}

.advantages-content {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
}

.advantages-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3;
}

.advantages-highlight {
    color: #3b48a2;
    font-weight: 700;
}

.advantages-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}

.advantages-text strong {
    color: #333;
    font-weight: 600;
}

.advantages-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.advantage-icon {
    color: #ec7400;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.advantage-label {
    color: #3b48a2;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .advantages-image {
        min-height: 400px;
    }

    .advantages-content {
        padding: 60px 40px;
        min-height: auto;
    }

    .advantages-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .advantages-icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin-top: 30px;
    }

    .advantage-icon {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .advantage-label {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .advantages-image {
        min-height: 300px;
    }

    .advantages-content {
        padding: 50px 30px;
    }

    .advantages-title {
        font-size: 1.8rem;
    }

    .advantages-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .advantages-image {
        min-height: 250px;
    }

    .advantages-content {
        padding: 40px 20px;
    }

    .advantages-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .advantages-text {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }

    .advantages-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 25px;
    }

    .advantage-icon {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .advantage-label {
        font-size: 0.8rem;
    }
}

/* About Us Section */
.about-us-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.about-us-title {
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.about-us-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Responsivo Mobile */
@media (max-width: 768px) {
    .about-us-section {
        padding: 60px 15px;
    }

    .about-us-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .about-us-text {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 576px) {
    .about-us-section {
        padding: 40px 10px;
    }

    .about-us-title {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .about-us-text {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
}

/* Differentials Section */
.differentials-section {
    background-color: #fff;
    padding: 80px 20px;
}

.differentials-title {
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.5px;
}

.differential-card {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.differential-card:hover {
    border-color: #3b48a2;
    box-shadow: 0 10px 30px rgba(59, 72, 162, 0.15);
    transform: translateY(-5px);
}

.differential-icon {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.differential-icon i {
    font-size: 3.5rem;
    color: #ec7400;
}

.differential-card-title {
    color: #ec7400;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.differential-card-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.differential-card-text strong {
    color: #333;
    font-weight: 600;
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .differentials-section {
        padding: 60px 15px;
    }

    .differentials-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .differential-card {
        padding: 40px 25px;
        margin-bottom: 20px;
    }

    .differential-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .differential-icon i {
        font-size: 3rem;
    }

    .differential-card-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .differentials-section {
        padding: 40px 10px;
    }

    .differentials-title {
        font-size: 1.7rem;
        margin-bottom: 40px;
    }

    .differential-card {
        padding: 35px 20px;
    }

    .differential-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }

    .differential-icon i {
        font-size: 2.5rem;
    }

    .differential-card-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .differential-card-text {
        font-size: 0.95rem;
    }
}

/* Portal Access Section */
.portal-access-section {
    background-color: #fff;
}

.portal-access-image {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

.portal-access-content {
    background: linear-gradient(135deg, #4a4a8f 0%, #7b5b9f 30%, #a86b82 60%, #d87a4e 80%, #ec7400 100%);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.portal-breadcrumb {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.95;
}

.portal-access-title {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .portal-access-image {
        min-height: 300px;
    }

    .portal-access-content {
        padding: 60px 40px;
        min-height: 300px;
    }

    .portal-breadcrumb {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .portal-access-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .portal-access-image {
        min-height: 250px;
    }

    .portal-access-content {
        padding: 50px 30px;
        min-height: 250px;
    }

    .portal-access-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .portal-access-image {
        min-height: 200px;
    }

    .portal-access-content {
        padding: 40px 20px;
        min-height: 200px;
    }

    .portal-breadcrumb {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .portal-access-title {
        font-size: 2rem;
    }
}

/* Step by Step Section */
.step-by-step-section {
    background-color: #f8f9fa;
    padding: 100px 20px;
}

.step-by-step-title {
    color: #3b48a2;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 0.5px;
}

.step-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.step-row:nth-child(odd) {
    direction: rtl;
}

.step-row:nth-child(odd) > * {
    direction: ltr;
}

.step-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #3b48a2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
}

.step-text {
    flex: 1;
}

.step-heading {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-link {
    color: #3b48a2;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    word-break: break-all;
}

.step-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.step-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .step-by-step-section {
        padding: 80px 15px;
    }

    .step-by-step-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .step-row {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    .step-row:nth-child(odd) {
        direction: ltr;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .step-heading {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .step-link {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .step-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .step-by-step-section {
        padding: 60px 10px;
    }

    .step-by-step-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .step-row {
        gap: 30px;
        margin-bottom: 50px;
    }

    .step-content {
        gap: 20px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        min-width: 60px;
    }

    .step-heading {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .step-link {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .step-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* Portal Features Section */
.portal-features-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.portal-features-title {
    text-align: center;
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.portal-features-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.portal-screenshot {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.portal-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.portal-features-description {
    text-align: center;
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.portal-features-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.portal-features-module-title {
    color: #666;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}

.portal-features-list {
    list-style: disc;
    padding-left: 20px;
    color: #666;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

.portal-features-list li {
    margin-bottom: 12px;
    color: #7a8a9e;
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .portal-features-section {
        padding: 60px 20px;
    }

    .portal-features-title {
        font-size: 2rem;
        margin-bottom: 18px;
    }

    .portal-features-subtitle {
        font-size: 1rem;
        margin-bottom: 35px;
    }

    .portal-features-description {
        font-size: 0.95rem;
        margin-bottom: 50px;
    }

    .portal-features-content {
        padding: 35px;
    }

    .portal-features-module-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .portal-features-list {
        line-height: 1.8;
    }
}

@media (max-width: 768px) {
    .portal-features-section {
        padding: 50px 15px;
    }

    .portal-features-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .portal-features-subtitle {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .portal-screenshot {
        margin-bottom: 35px;
    }

    .portal-features-description {
        font-size: 0.9rem;
        margin-bottom: 40px;
    }

    .portal-features-content {
        padding: 30px;
    }

    .portal-features-module-title {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }

    .portal-features-list {
        line-height: 1.7;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .portal-features-section {
        padding: 40px 15px;
    }

    .portal-features-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .portal-features-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .portal-screenshot {
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .portal-features-description {
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    .portal-features-content {
        padding: 20px;
    }

    .portal-features-module-title {
        font-size: 1rem;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .portal-features-module-title:first-of-type {
        margin-top: 0;
    }

    .portal-features-list {
        line-height: 1.6;
        font-size: 0.9rem;
        padding-left: 18px;
    }

    .portal-features-list li {
        margin-bottom: 10px;
    }
}

/* Forgot Password Section */
.forgot-password-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.forgot-password-title {
    text-align: center;
    color: #3b48a2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.forgot-password-intro {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.forgot-item {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400;
}

.forgot-number {
    color: #3b48a2;
    font-weight: 700;
    margin-right: 10px;
}

.forgot-link {
    color: #3b48a2;
    font-weight: 600;
    word-break: break-all;
}

.forgot-password-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.forgot-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.forgot-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(59, 72, 162, 0.2);
}

.forgot-card-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #3b48a2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(59, 72, 162, 0.3);
}

.forgot-card-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.forgot-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.forgot-card:hover .forgot-card-image img {
    transform: scale(1.05);
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .forgot-password-section {
        padding: 60px 20px;
    }

    .forgot-password-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .forgot-password-intro {
        margin-bottom: 50px;
    }

    .forgot-item {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .forgot-password-cards {
        gap: 30px;
    }

    .forgot-card {
        border-radius: 12px;
    }

    .forgot-card-number {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .forgot-card-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .forgot-password-section {
        padding: 50px 15px;
    }

    .forgot-password-title {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }

    .forgot-item {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .forgot-password-cards {
        gap: 25px;
    }

    .forgot-card-image {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .forgot-password-section {
        padding: 40px 15px;
    }

    .forgot-password-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .forgot-password-intro {
        margin-bottom: 40px;
    }

    .forgot-item {
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .forgot-password-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .forgot-card-number {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
        top: 10px;
        left: 10px;
    }

    .forgot-card-image {
        height: 250px;
    }
}

/* Privacy Policy Section */
.privacy-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.privacy-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid #3b48a2;
}

.privacy-intro-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

.privacy-intro-text strong {
    color: #3b48a2;
    font-weight: 600;
}

.privacy-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-item {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.privacy-item:hover {
    box-shadow: 0 6px 20px rgba(59, 72, 162, 0.12);
}

.privacy-header {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3b48a2;
}

.privacy-header:hover {
    background-color: #f0f1f5;
}

.privacy-item.active .privacy-header {
    background-color: #3b48a2;
    color: white;
}

.privacy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec7400;
    font-size: 1.5rem;
    min-width: 25px;
}

.privacy-item.active .privacy-icon {
    color: #ffffff;
}

.privacy-title {
    flex: 1;
}

.privacy-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    font-size: 1.3rem;
}

.privacy-item.active .privacy-toggle {
    transform: rotate(180deg);
}

.privacy-content {
    display: none;
    padding: 30px;
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
}

.privacy-item.active .privacy-content {
    display: block;
}

.privacy-content p {
    margin-bottom: 20px;
}

.privacy-content p:last-child {
    margin-bottom: 0;
}

.privacy-list {
    list-style: disc;
    padding-left: 25px;
    margin: 20px 0;
}

.privacy-list li {
    margin-bottom: 15px;
    color: #666;
}

.privacy-list strong {
    color: #333;
    font-weight: 600;
}

.privacy-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.privacy-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.privacy-contact-item i {
    color: #ec7400;
    font-size: 1.8rem;
    min-width: 30px;
    margin-top: 5px;
}

.privacy-contact-item a {
    color: #3b48a2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.privacy-contact-item a:hover {
    color: #ec7400;
    text-decoration: underline;
}

.privacy-update {
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 12px;
    border-left: 5px solid #ec7400;
    text-align: center;
}

.privacy-update p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.privacy-update p:last-child {
    margin-bottom: 0;
}

.privacy-update strong {
    color: #333;
    font-weight: 600;
}

/* Responsivo Mobile */
@media (max-width: 991px) {
    .privacy-section {
        padding: 60px 20px;
    }

    .privacy-intro {
        padding: 30px;
        margin-bottom: 50px;
    }

    .privacy-intro-text {
        font-size: 1rem;
    }

    .privacy-header {
        padding: 20px;
        font-size: 1rem;
        gap: 12px;
    }

    .privacy-icon {
        font-size: 1.3rem;
    }

    .privacy-content {
        padding: 25px;
        font-size: 0.95rem;
    }

    .privacy-contact {
        gap: 20px;
        padding: 20px;
    }

    .privacy-contact-item i {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .privacy-section {
        padding: 50px 15px;
    }

    .privacy-intro {
        padding: 25px;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .privacy-intro-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .privacy-item {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .privacy-header {
        padding: 18px;
        font-size: 0.95rem;
        gap: 10px;
    }

    .privacy-icon {
        font-size: 1.2rem;
    }

    .privacy-content {
        padding: 20px;
        font-size: 0.9rem;
    }

    .privacy-content p {
        margin-bottom: 15px;
    }

    .privacy-list {
        padding-left: 20px;
    }

    .privacy-list li {
        margin-bottom: 12px;
    }

    .privacy-contact {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .privacy-contact-item {
        gap: 12px;
    }

    .privacy-contact-item i {
        font-size: 1.3rem;
    }

    .privacy-update {
        margin-top: 60px;
        padding: 25px;
        text-align: left;
    }

    .privacy-update p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .privacy-section {
        padding: 40px 15px;
    }

    .privacy-intro {
        padding: 20px;
        margin-bottom: 35px;
        border-left-width: 4px;
    }

    .privacy-intro-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .privacy-item {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .privacy-header {
        padding: 16px;
        font-size: 0.9rem;
        gap: 8px;
    }

    .privacy-icon {
        font-size: 1.1rem;
        min-width: 22px;
    }

    .privacy-toggle {
        font-size: 1.1rem;
    }

    .privacy-content {
        padding: 18px;
        font-size: 0.85rem;
    }

    .privacy-content p {
        margin-bottom: 12px;
    }

    .privacy-list {
        padding-left: 18px;
    }

    .privacy-list li {
        margin-bottom: 10px;
        font-size: 0.85rem;
    }

    .privacy-contact {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px;
        margin: 20px 0;
    }

    .privacy-contact-item {
        gap: 10px;
    }

    .privacy-contact-item i {
        font-size: 1.2rem;
        min-width: 28px;
    }

    .privacy-contact-item div {
        font-size: 0.85rem;
    }

    .privacy-update {
        margin-top: 50px;
        padding: 20px;
        text-align: left;
        border-left-width: 4px;
    }

    .privacy-update p {
        font-size: 0.85rem;
    }
}