body {
    background-color: #050505;
    color: #ffffff;
}

.navbar-brand img {
    height: 80px;
    width: auto;
}

.hero-zone {
    padding-top: 10px;
    padding-bottom: 10px;
}

.highlight {
    color: #37b7e2;
}

.btn-highlight {
    background-color: #37b7e2;
    color: #050505;
    font-weight: 600;
}

.btn-highlight:hover {
    opacity: 0.85;
}

.section {
    padding: 80px 0;
}

.benefit-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(55, 183, 226, 0.5);
    border-color: #37b7e2;
}

.faq-section {
    padding: 2rem 0;
}

.faq-container {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item summary {
    font-weight: bold;
    font-size: 1.1rem;
    color: #00e0ff;
    /* Color sutil para destacar */
    outline: none;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "➕";
    float: right;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
    content: "➖";
}

.faq-item p {
    margin-top: 0.5rem;
    color: #ccc;
}

.faq-item:hover {
    border-color: #00e0ff;
    background: #242424;
}

.contact-section {
    padding: 3rem 0;
}

.contact-desc {
    font-size: 1.1rem;
    color: #ccc;
}

.contact-box {
    max-width: 400px;
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 12px;
    transition: 0.3s ease;
}

.contact-box:hover {
    border-color: #00e0ff;
    background: #242424;
}

.contact-icon {
    width: 60px;
    opacity: 0.9;
}

.btn-highlight {
    font-weight: bold;
}


.footer {
    background: #121212;
    border-top: 1px solid #2a2a2a;
}

.footer-logo {
    height: 100px;
    opacity: 0.85;
}

.footer-links a {
    margin: 0 10px;
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #00e0ff;
}

.footer-social a {
    font-size: 1.3rem;
    color: #ccc;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #00e0ff;
}

.footer-social a {
    font-size: 28px;        /* Tamaño equilibrado */
    color: #ffffff;         /* Blanco visible */
    transition: 0.3s ease;
}

.footer-social a:hover {
    color: #00d0ff;         /* Destello tecnológico */
    transform: translateY(-3px);
}

.footer-social a {
    font-size: 28px;        /* Tamaño equilibrado */
    color: #ffffff;         /* Blanco visible */
    transition: 0.3s ease;
    text-decoration: none !important;
}

.footer-social a:hover {
    color: #00d0ff;         /* Destello tecnológico */
    transform: translateY(-3px);
}

.footer-social i {
    text-decoration: none !important;
}



@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");