﻿
body {
    font-family: 'Poppins', sans-serif;
    background-color: #0f0f0f;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem; /* Padding más pequeño para móviles */
    position: relative;
    overflow: hidden;
}

    .hero video {
        /*           position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                z-index: -1;
                opacity: 0.5;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        opacity: 0.5;
    }

.hero-content {
    max-width: 85%; /* Ajusta el ancho máximo */
    z-index: 1;
    color: white;
    text-align: center;
    padding: 1.5rem 2rem; /* Agrega espacio alrededor */
    background: rgba(0, 0, 0, 0.4); /* Fondo oscuro semi-transparente */
    border-radius: 8px; /* Bordes suaves */
}

.hero-title {
    font-size: 2rem; /* Ajustar tamaño */
    font-weight: 900;
    text-align: center;
    line-height: 1.4; /* Espaciado más cómodo */
    font-family: 'Playfair Display', serif;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-width: 900px; /* No se expande más allá de 900px */
    margin: 0 auto; /* Centrado */
    padding: 0 20px; /* Espaciado para evitar recortes en móviles */
}

.hero-content p {
    font-size: 1.5rem; /* Mejor legibilidad */
    font-weight: 600;
    margin-bottom: 0.8rem; /* Agrega separación */
    text-align: center;
    max-width: 800px;
}

.hero-buttons {
    /*display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
            margin-top: 2rem;
            font-weight: 900;*/ /* Más negrita */
    display: flex;
    flex-direction: column; /* Botones en columna para móviles */
    gap: 1rem; /* Espaciado entre botones */
    margin-top: 1.5rem;
}

.btn-primary-custom {
    background-color: white;
    color: white;
    padding: 1.2rem 3rem; /* 50% larger */
    font-size: 1.5rem; /* 50% increase */
    font-weight: bold; /* Agregar esta línea */
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
}

    .btn-primary-custom:hover {
        background-color: #5548d9;
    }

.btn-outline-custom {
    border: 4px solid #6c63ff; /* Borde azul oscuro */
    color: whitesmoke; /* Color del texto */
    background-color: #4a47a3; /* Fondo transparente */
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 700; /* Texto más negrita */
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; /* Transición suave para todos los cambios */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Sombra en el texto */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra inicial */
}

    .btn-outline-custom:hover {
        background-color: #4a47a3; /* Cambia el color de fondo al hacer hover */
        color: white; /* Color del texto al hacer hover */
        transform: translateY(-5px); /* Eleva el botón ligeramente */
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); /* Sombra más intensa al hacer hover */
        border: 4px solid rgba(255, 255, 255, 0.5); /* Borde resaltado al hacer hover */
    }

.hero-social-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.2rem; /* Reduce la distancia entre el texto y los íconos */
}

    .hero-social-icons a {
        color: white;
        font-size: 3rem; /* 50% increase */
        transition: color 0.3s ease;
    }

        .hero-social-icons a:hover {
            color: #6c63ff;
        }

.services {
    padding: 4rem 2rem;
    background-color: #333333; /* Fondo más claro */
    /*background-color: whitesmoke;*/ /* Fondo más claro */
}

.service-card {
    border: none;
    border-radius: 12px;
    background-color: #2a2a2a;
    color: #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .service-card video {
        width: 100%;
        height: 180px; /* Reducimos la altura para mejor proporción */
        object-fit: cover;
        border-radius: 10px; /* Suavizamos los bordes */
        transition: transform 0.3s ease-in-out;
    }

    .service-card:hover video {
        transform: scale(1.1);
    }

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
        border: 5px solid rgba(255, 255, 255, 0.5);
    }

.company-message {
    padding: 4rem 2rem;
    background-color: #121212;
    text-align: center;
    color: #b0b0b0;
}

    .company-message h2 {
        font-size: 2.5rem;
        font-weight: 600;
        color: #ffffff;
        font-family: 'Playfair Display', serif;
    }

    .company-message p {
        margin-top: 1rem;
        font-size: 1.2rem;
        color: #d1d1d1;
        line-height: 1.6;
    }

    .company-message .highlight {
        color: #ffcc00;
        font-weight: bold;
    }

    .company-message ul {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
        text-align: left; /* Alinea la lista a la izquierda */
        display: inline-block; /* Hace que el contenido ocupe solo el ancho necesario */
    }

        .company-message ul li {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center; /* Alinea verticalmente el icono con el texto */
            gap: 10px; /* Espacio entre el icono y el texto */
        }

            .company-message ul li::before {
                content: "✅"; /* Icono de verificación */
                font-size: 1.2rem;
                color: #00cc66; /* Color verde */
                display: inline-block;
            }

    .company-message p strong {
        font-size: 1.4rem;
        color: #ffffff;
    }

.feature-list li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 600px;
}


.highlight {
    color: #ffcc00;
    font-weight: bold;
}

.check-icon {
    font-size: 1.5rem;
    color: #00cc66;
}

@media (max-width: 768px) {
    .company-message {
        padding: 3rem 1rem;
    }

    .feature-list {
        padding-left: 0;
        align-items: center;
    }

        .feature-list li {
            font-size: 1rem;
            flex-direction: row;
            text-align: left;
            display: flex;
            align-items: flex-start;
        }

            .feature-list li div {
                display: inline-block;
            }

    .check-icon {
        font-size: 1.2rem;
    }
}

.indicator-section {
    background-color: #333333; /* Igual al fondo de la sección "Servicios" */
    padding: 4rem 2rem;
    border-radius: 10px;
    color: white;
}

.contact-container, .benefits-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    .contact-container .form-control {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 10px;
        font-size: 1rem;
    }
/**/


.list-unstyled li {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .indicator-section {
        padding: 3rem 1rem;
    }

    .contact-container, .benefits-container {
        padding: 1.5rem;
    }

    .list-unstyled li {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #community .row {
        flex-direction: column;
    }

    #community .col-md-6 {
        width: 100%;
    }

    #community ul {
        padding-left: 0;
    }

    #community li {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

.winner-list {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.winner-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

    .winner-item img {
        width: 45px; /* Increased size */
        height: 45px;
        margin-right: 0.5rem;
    }



.footer {
    background-color: #0d0d0d;
    color: #b0b0b0;
    padding: 2rem 0;
    text-align: center;
}
.footer-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

    .footer a {
        color: #17a2b8;
        text-decoration: none;
    }

.footer p {
    margin: 0.3rem 0;
    font-size: 1rem;
}
.footer-link {
    color: #ffc107; /* Amarillo para mayor visibilidad */
    text-decoration: none;
    font-weight: bold;
}

    .footer-link:hover {
        text-decoration: underline;
    }

/* Responsive: Ajuste para móviles */
@media (max-width: 768px) {
    .footer .row {
        flex-direction: column;
        text-align: center;
    }

    .footer-title {
        margin-top: 1rem;
    }
}

.winner-item i {
    margin-right: 10px;
    color: #007BFF; /* Azul fuerte (puedes usar cualquier código de color) */
}
/*2*/
.btn-custom {
    background-color: #ffcc00;
    color: black;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: 0px 4px 10px rgba(255, 204, 0, 0.5);
}

    .btn-custom:hover {
        background-color: #ffd633;
        transform: scale(1.05);
        box-shadow: 0px 6px 15px rgba(255, 204, 0, 0.8);
    }

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 80px; /* Se sube un poco para que no choque con el otro */
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

/*@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }
}
*/



@media (max-width: 768px) {
    .hero-content {
        max-width: 95%; /* Más ancho en móviles */
        padding: 1rem; /* Reduce el padding */
    }

    .hero-title {
        font-size: 1.6rem; /* Reduce el tamaño del título */
        line-height: 1.3; /* Espaciado más compacto */
        padding: 0 15px; /* Ajuste de margen lateral */
    }

    .hero-content h2 {
        font-size: 1.3rem; /* Ajuste de tamaño */
        line-height: 1.4;
    }

    .hero-content h3 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .hero-social-icons {
        gap: 1rem; /* Reduce el espacio entre iconos */
        margin-top: 0.8rem;
    }

        .hero-social-icons a {
            font-size: 2.2rem; /* Reduce el tamaño de los íconos */
        }

    .hero-buttons {
        flex-direction: column; /* Botones en columna en móviles */
    }

    /*.btn-outline-custom {
        padding: 1.2rem 3rem;*/ /* Tamaño para tablets y pantallas más grandes */
    /*font-size: 1.5rem;*/ /* Tamaño de fuente para tablets y pantallas más grandes */
    /*}*/
}


/* 🔹 Barra de navegación  */
.navbar {
    background-color: rgba(74, 71, 163, 0.4) !important; /* Azul con 40% de opacidad */
    backdrop-filter: blur(5px); /* Suaviza el fondo */
    position: fixed; /* Fija la barra en la parte superior */
    width: 100%; /* Ocupar todo el ancho */
    top: 0;
    left: 0;
    z-index: 1000; /* Asegura que esté sobre otros elementos */
    padding: 10px 0;
    transition: background-color 0.3s ease-in-out;
}

/* 🔹 Enlaces del menú */
@media (max-width: 992px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centra las opciones en el acordeón */
        text-align: center; /* Centra el texto de cada opción */
        width: 100%;
    }

        .navbar-nav .nav-item {
            width: 100%; /* Asegura que cada opción ocupe todo el ancho */
        }

        .navbar-nav .nav-link {
            display: block;
            width: 100%;
            text-align: center; /* Centra el texto dentro del botón */
            padding: 10px 0; /* Espaciado superior e inferior para mejor visualización */
        }
}


/* 🔹 Efecto hover en enlaces */
.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

/* 🔹 Botón de hamburguesa */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}


/*Logo*/
/* 🔹 Ajustar la altura del navbar sin que el logo lo agrande */
.navbar {
    height: 50px; /* 🔹 Fija la altura del navbar */
    padding: 5px 15px; /* 🔹 Reduce el padding para evitar que crezca demasiado */
    overflow: visible !important; /* 🔹 Evita que el logo expanda el navbar */
    background-color: rgba(74, 71, 163, 0.4) !important; /* 🔹 Mantiene el color con opacidad */
    backdrop-filter: blur(5px); /* 🔹 Suaviza el fondo */
    position: fixed; /* 🔹 Fija la barra en la parte superior */
    width: 100%; /* 🔹 Ocupar todo el ancho */
    top: 0;
    left: 0;
    z-index: 1000; /* 🔹 Asegura que esté sobre otros elementos */
    transition: background-color 0.3s ease-in-out;
}


/* 🔹 Limitar el tamaño del logo para que no expanda el navbar */
.logo-navbar {
    max-height: 40px; /* 🔹 Fija un tamaño máximo al logo 50*/
    width: auto; /* 🔹 Mantiene la proporción */
    max-width: 140px; /* 🔹 Evita que el logo sea demasiado ancho 170 */
    /*animation: spin 10s linear infinite;*/ /* 🔹 Gira sin parar */
    /*transform-style: preserve-3d;*/
}

/* 🔹 Asegurar alineación del logo y texto dentro del navbar */
.navbar-brand {
    display: flex;
    align-items: center; /* 🔹 Centra el logo y el texto verticalmente */
    height: 100%; /* 🔹 Asegura que usen toda la altura del navbar */
}

    /* 🔹 Espacio entre el logo y el texto */
    .navbar-brand span {
        margin-left: 10px;
    }

/* 🔹 Hace el icono del menú hamburguesa blanco */
.navbar-toggler-icon {
    filter: invert(1); /* Invierte los colores para que sea blanco */
}
/* 🔹 Asegurar que en pantallas pequeñas el botón sea visible y contrastante */
@media (max-width: 992px) {
    .navbar-toggler {
        border: none; /* Elimina el borde del botón */
    }

    .navbar-toggler-icon {
        filter: brightness(0) invert(1); /* Asegura que se vea blanco en fondos oscuros */
    }
}

/* 🔹 Ajuste para pantallas pequeñas */
@media (max-width: 992px) {
    .logo-navbar {
        height: 35px; /* Reduce más el tamaño en móviles */
        max-width: 120px;
    }
}

@media (max-width: 992px) {
    /* 🔹 Fondo degradado para el menú desplegable */
    .navbar-collapse.show {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(74, 71, 163, 0.5)); /* Degradado de negro a azul */
        position: absolute; /* Lo hace flotar sobre el contenido */
        width: 100%; /* Ocupar todo el ancho */
        top: 50px; /* Se asegura de que comience justo debajo de la barra de navegación */
        left: 0;
        padding: 10px 0;
        z-index: 999; /* Se mantiene sobre otros elementos */
        border-radius: 0 0 10px 10px; /* Bordes redondeados inferiores */
    }

    /* 🔹 Estilos para las opciones dentro del menú */
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

        .navbar-nav .nav-item {
            width: 100%;
        }

        .navbar-nav .nav-link {
            display: block;
            width: 100%;
            text-align: center;
            padding: 15px 0;
            color: white !important;
            font-weight: bold;
            transition: background-color 0.3s ease-in-out;
        }

            /* 🔹 Efecto hover */
            .navbar-nav .nav-link:hover {
                background-color: rgba(255, 255, 255, 0.2);
                border-radius: 5px;
            }
}
/*Mensaje flotante*/
/* Botón flotante de captación de leads */
.floating-button {
    position: fixed;
    bottom: 20px; /* Se pone más abajo que WhatsApp */
    right: 20px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

    .floating-button:hover {
        background-color: #ffd633;
        transform: translateY(-3px);
    }
