body {
            background: url('../img/fondo.png') no-repeat center center fixed;
            background-size: cover;
            position: relative;
            font-family: "Arial", sans-serif;
        }

        .body-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(240, 238, 238, 0.89);
            /* Ajusta la transparencia aquí */
            z-index: -1;
        }

        .carousel-item img {
            width: 100%;
            height: auto;
            max-height: 820px;
            object-fit: cover;
        }

        .header-nav {
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .h2 {
            font-size: 4.8vh;
            color: #ff8000;
        }
        .fw-bold{
            font-size: 4.8vh;
            color: #ff8000;
        }

        .container-flex {
            display: flex;
            justify-content: center;
            align-items: center;
        }
       

        .logo-container,
        .text-container {
            width: 700px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
            font-size: 2.8vh;
        }

        .logo-img {
            max-height: 50px;
            max-width: 200px;
        }

        .text-content {
            text-align: center;
        }

        .text-container h2 {
            margin-bottom: 20px;
        }

        .product-img {
            max-width: 100%;
            height: auto;
        }

        .icono-grande {
            font-size: 4em;
            /* Ajusta el tamaño según tus necesidades */
        }

        .download-button {
            margin-top: 15px;
        }


        /* Título Contacto */
        .titulo-contacto {
            font-size: 3.5rem;
            font-weight: bold;
            color: #ff8000;
        }

        /* Sección de datos de contacto */
        .datos-contacto p {
            font-size: 1.2rem;
            color: #333;
            margin-bottom: 10px;
        }

        /* Iconos */
        .icono {
            font-size: 3.5rem;
            color: #ff8000;
            margin-right: 8px;
        }

        /* Estilos del formulario */
        .formulario-contacto label {
            font-size: 1.1rem;
            font-weight: bold;
            color: #333;
        }

        .formulario-contacto .form-control {
            font-size: 1rem;
        }

        .formulario-contacto button {
            font-size: 1.1rem;
            background-color: #ff8000;
            border-color: #ff8000;
        }

        .formulario-contacto button:hover {
            background-color: #e66e00;
        }

        /* Estilos para la sección */
        .caracteristicas-section {
            background-color: #ff8000;
            color: white;
            padding: 60px 0;
       
        }

        /* Título */
        .titulo-caracteristicas {
            font-size: 2.5rem;
            font-weight: bold;
        }

        /* Lista de características */
        .lista-caracteristicas {
            list-style: none;
            padding: 0;
            font-size: 1.3rem;
        }

        .lista-caracteristicas li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }

        .lista-caracteristicas i {
            font-size: 1.5rem;
            color: white;
        }

        /* Imagen que ocupa el ancho completo */
        .imagen-producto {
            width: 100%;
            display: block;
            margin-top: 20px;
        }

      

        @media (max-width: 768px) {
            .container-flex {
                flex-direction: column;
            }

            .logo-container,
            .text-container {
                width: 100%;
                height: auto;
                flex-direction: column;
                text-align: center;
            }

            .download-button {
                margin-top: 20px;
                margin-bottom: 35px;
            }

            footer{
                margin-bottom:3vh;
            }



        }

        .footer {
            background-color: #2b2929;
            color: white;
            padding: 20px 0;
           
         
        
        }